Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.common.lang.impl | |
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 |
---|---|
java.util.Optional<TieLine> |
CommonLangFactoryImpl.createOptionalTieLineFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
TieLine |
NetFactory.createTieLine()
Returns a new object of class 'Tie Line'.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TieLine> |
Network.addTieLine(java.lang.String meteredBusId,
int meteredAreaNo,
java.lang.String nonMeteredBusId,
int nonMeteredAreaNo,
java.lang.String cirNo)
Add a TieLine into the Network
|
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 | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<TieLine> |
NetworkImpl.tieLineList
The cached value of the '
Tie Line List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
TieLine |
NetFactoryImpl.createTieLine() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TieLine> |
NetworkImpl.addTieLine(java.lang.String meteredBusId,
int meteredAreaNo,
java.lang.String nonMeteredBusId,
int nonMeteredAreaNo,
java.lang.String cirNo) |
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'.
|