| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.net | |
| com.interpss.core.net.impl | |
| com.interpss.core.net.util |
| Modifier and Type | Method and Description |
|---|---|
static TieLine |
CoreObjectFactory.createTieLine()
Create a TieLine object
|
| Modifier and Type | Method and Description |
|---|---|
TieLine |
INetworkElement.addTieLine(java.lang.String meteredBusId,
int meteredAreaNo,
java.lang.String nonMeteredBusId,
int nonMeteredAreaNo,
java.lang.String cirNo)
Add a TieLine into the Network
|
TieLine |
NetFactory.createTieLine()
Returns a new object of class 'Tie Line'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TieLine> |
Network.getTieLineList()
Returns the value of the 'Tie Line List' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TieLineImpl
An implementation of the model object 'Tie Line'.
|
| Modifier and Type | Method and Description |
|---|---|
TieLine |
NetworkImpl.addTieLine(java.lang.String meteredBusId,
int meteredAreaNo,
java.lang.String nonMeteredBusId,
int nonMeteredAreaNo,
java.lang.String cirNo) |
TieLine |
NetFactoryImpl.createTieLine() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TieLine> |
NetworkImpl.getTieLineList() |
| Modifier and Type | Method and Description |
|---|---|
T |
NetSwitch.caseTieLine(TieLine object)
Returns the result of interpreting the object as an instance of 'Tie Line'.
|