Package | Description |
---|---|
com.interpss.core.aclf.netAdj | |
com.interpss.core.aclf.netAdj.impl | |
com.interpss.core.aclf.netAdj.util |
Modifier and Type | Method and Description |
---|---|
TieLineInterface |
NetAdjustFactory.createTieLineInterface()
Returns a new object of class 'Tie Line Interface'.
|
TieLineInterface |
TieLineInterfaceBranch.getInterface()
Returns the value of the 'Interface' container reference.
|
TieLineInterface |
AclfNetAdjustment.getInterface(int intfaceNo)
get TieLineInterface by interface number
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TieLineInterface> |
AclfNetAdjustment.getTieLineInterfaces()
Returns the value of the 'Tie Line Interfaces' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
TieLineInterfaceBranch.setInterface(TieLineInterface value)
Sets the value of the '
Interface ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
TieLineInterfaceImpl
An implementation of the model object 'Interface'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<TieLineInterface> |
AclfNetAdjustmentImpl.tieLineInterfaces
The cached value of the '
Tie Line Interfaces ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
TieLineInterface |
NetAdjustFactoryImpl.createTieLineInterface() |
TieLineInterface |
TieLineInterfaceBranchImpl.getInterface() |
TieLineInterface |
AclfNetAdjustmentImpl.getInterface(int intfaceNo) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TieLineInterface> |
AclfNetAdjustmentImpl.getTieLineInterfaces() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TieLineInterfaceBranchImpl.basicSetInterface(TieLineInterface newInterface,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TieLineInterfaceBranchImpl.setInterface(TieLineInterface newInterface) |
Modifier and Type | Method and Description |
---|---|
T |
NetAdjustSwitch.caseTieLineInterface(TieLineInterface object)
Returns the result of interpreting the object as an instance of 'Tie Line Interface'.
|