| Modifier and Type | Method and Description |
|---|---|
static FlowInterface |
CoreObjectFactory.createInterface(AclfNetwork net,
java.lang.String id)
create a FlowInterface object
|
| Modifier and Type | Method and Description |
|---|---|
static FlowInterfaceBranch |
CoreObjectFactory.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 | 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DclfFlowInterfaceAdapterImpl.setRef(FlowInterface newRef)
This is specialized for the more specific type known in this context.
|