Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf | |
com.interpss.core.aclf.flow | |
com.interpss.core.aclf.flow.impl | |
com.interpss.core.aclf.flow.util | |
com.interpss.core.aclf.impl |
Modifier and Type | Method and Description |
---|---|
static FlowInterface |
AclfAdjustObjectFactory.createInterface(AclfNetwork net,
java.lang.String id)
create a FlowInterface object
|
Modifier and Type | Method and Description |
---|---|
static FlowInterfaceBranch |
AclfAdjustObjectFactory.createInterfaceBranch(FlowInterface intf)
create a FlowInterfaceBranch object
|
Modifier and Type | Method and Description |
---|---|
FlowInterface |
AclfNetwork.getFlowInterface(java.lang.String id)
get FlowInterface object from the net by interface id
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowInterface> |
AclfNetwork.getFlowInterfaceList()
Returns the value of the 'Flow Interface List' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
FlowInterface |
FlowInterfaceFactory.createFlowInterface()
Returns a new object of class 'Flow Interface'.
|
FlowInterface |
FlowInterfaceBranch.getInterface()
Returns the value of the 'Interface' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowInterfaceBranch.setInterface(FlowInterface value)
Sets the value of the '
Interface ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
FlowInterfaceImpl
An implementation of the model object 'Interface'.
|
Modifier and Type | Method and Description |
---|---|
FlowInterface |
FlowInterfaceFactoryImpl.createFlowInterface() |
FlowInterface |
FlowInterfaceBranchImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FlowInterfaceBranchImpl.basicSetInterface(FlowInterface newInterface,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FlowInterfaceBranchImpl.setInterface(FlowInterface newInterface) |
Modifier and Type | Method and Description |
---|---|
T |
FlowInterfaceSwitch.caseFlowInterface(FlowInterface object)
Returns the result of interpreting the object as an instance of 'Flow Interface'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<FlowInterface> |
AclfNetworkImpl.flowInterfaceList
The cached value of the '
Flow Interface List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
FlowInterface |
AclfNetworkImpl.getFlowInterface(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowInterface> |
AclfNetworkImpl.getFlowInterfaceList() |