Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.aclf.flow | |
com.interpss.core.aclf.flow.impl | |
com.interpss.core.aclf.flow.util |
Modifier and Type | Method and Description |
---|---|
static FlowInterfaceBranch |
AclfAdjustObjectFactory.createInterfaceBranch(FlowInterface intf)
create a FlowInterfaceBranch object
|
Modifier and Type | Method and Description |
---|---|
FlowInterfaceBranch |
FlowInterfaceFactory.createFlowInterfaceBranch()
Returns a new object of class 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowInterfaceBranch> |
FlowInterface.getInterfaceBranches()
Returns the value of the 'Interface Branches' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowInterfaceBranchImpl
An implementation of the model object 'Interface Branch'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<FlowInterfaceBranch> |
FlowInterfaceImpl.interfaceBranches
The cached value of the '
Interface Branches ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
FlowInterfaceBranch |
FlowInterfaceFactoryImpl.createFlowInterfaceBranch() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowInterfaceBranch> |
FlowInterfaceImpl.getInterfaceBranches() |
Modifier and Type | Method and Description |
---|---|
T |
FlowInterfaceSwitch.caseFlowInterfaceBranch(FlowInterfaceBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|