public interface FlowInterfaceBranch extends BranchRef<AclfBranch>
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
FlowInterface |
getInterface()
Returns the value of the 'Interface' container reference.
|
double |
getWeight()
Returns the value of the 'Weight' attribute.
|
boolean |
isBranchDir()
Returns the value of the 'Branch Dir' attribute.
|
void |
setBranchDir(boolean value)
Sets the value of the '
Branch Dir' attribute. |
void |
setInterface(FlowInterface value)
Sets the value of the '
Interface' container reference. |
void |
setWeight(double value)
Sets the value of the '
Weight' attribute. |
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetFlowInterface getInterface()
Interface Branches'.
If the meaning of the 'Interface' container reference isn't clear, there really should be more of a description here...
Parent containing flow interfacesetInterface(FlowInterface),
FlowInterfacePackage.getFlowInterfaceBranch_Interface(),
FlowInterface.getInterfaceBranches()void setInterface(FlowInterface value)
Interface' container reference.
value - the new value of the 'Interface' container reference.getInterface()double getWeight()
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
flow interface branch weightsetWeight(double),
FlowInterfacePackage.getFlowInterfaceBranch_Weight()void setWeight(double value)
Weight' attribute.
value - the new value of the 'Weight' attribute.getWeight()boolean isBranchDir()
setBranchDir(boolean),
FlowInterfacePackage.getFlowInterfaceBranch_BranchDir()void setBranchDir(boolean value)
Branch Dir' attribute.
value - the new value of the 'Branch Dir' attribute.isBranchDir()