Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.netAdj | |
com.interpss.core.aclf.netAdj.impl | |
com.interpss.core.aclf.netAdj.util |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<AreaInterchangeControl> |
CoreObjectFactory.createAreaInterchangeController(int number,
java.lang.String areaName,
AclfNetwork net)
Create an Area interchange control object
|
Modifier and Type | Method and Description |
---|---|
AreaInterchangeControl |
AclfNetAdjustment.addAreaInterchangeControl(AreaInterchangeControl control,
java.lang.String branchId)
Add a PSXfrPControl object into the network.
|
AreaInterchangeControl |
NetAdjustFactory.createAreaInterchangeControl()
Returns a new object of class 'Area Interchange Control'.
|
AreaInterchangeControl |
AclfNetAdjustment.getAreaInterchangeControl(java.lang.String objId)
get AreaInterchangeControl object by id
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AreaInterchangeControl> |
AclfNetAdjustment.getAreaInterchangeControlList()
Returns the value of the 'Area Interchange Control List' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
AreaInterchangeControl |
AclfNetAdjustment.addAreaInterchangeControl(AreaInterchangeControl control,
java.lang.String branchId)
Add a PSXfrPControl object into the network.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaInterchangeControlImpl
An implementation of the model object 'Area Interchange Controller'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<AreaInterchangeControl> |
AclfNetAdjustmentImpl.areaInterchangeControlList
The cached value of the '
Area Interchange Control List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
AreaInterchangeControl |
AclfNetAdjustmentImpl.addAreaInterchangeControl(AreaInterchangeControl control,
java.lang.String branchId) |
AreaInterchangeControl |
NetAdjustFactoryImpl.createAreaInterchangeControl() |
AreaInterchangeControl |
AclfNetAdjustmentImpl.getAreaInterchangeControl(java.lang.String objId) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AreaInterchangeControl> |
AclfNetAdjustmentImpl.getAreaInterchangeControlList() |
Modifier and Type | Method and Description |
---|---|
AreaInterchangeControl |
AclfNetAdjustmentImpl.addAreaInterchangeControl(AreaInterchangeControl control,
java.lang.String branchId) |
Modifier and Type | Method and Description |
---|---|
T |
NetAdjustSwitch.caseAreaInterchangeControl(AreaInterchangeControl object)
Returns the result of interpreting the object as an instance of 'Area Interchange Control'.
|