public interface BranchContainerShape extends ActivityShape
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
BranchContainer |
getBranchContainer()
Returns the value of the 'Branch Container' reference
|
org.eclipse.emf.common.util.EList |
getBranchEdgeList()
Returns the value of the 'Branch Edge List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getFlowShapeList()
Returns the value of the 'Flow Shape List' containment reference list.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute
|
void |
setBranchContainer(BranchContainer value)
Sets the value of the '
Branch Container' reference |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute |
getActivityNode, setActivityNodegetHeight, getInboundEdges, getOutboundEdges, getWidth, getX, getY, setHeight, setWidth, setX, setYgetGuid, setGuidgetAnnotationsgetName, getValue, setName, setValueeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValidstatic final java.lang.String copyright
boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
isValid in interface ValidatableObjectsetValid(boolean),
FlowdiagramPackage.getBranchContainerShape_Valid()void setValid(boolean value)
Valid' attribute.
value - the new value of the 'Valid' attribute.isValid()BranchContainer getBranchContainer()
If the meaning of the 'Branch Container' reference isn't clear, there really should be more of a description here...
setBranchContainer(BranchContainer),
FlowdiagramPackage.getBranchContainerShape_BranchContainer()void setBranchContainer(BranchContainer value)
Branch Container' reference.
value - the new value of the 'Branch Container' reference.getBranchContainer()org.eclipse.emf.common.util.EList getFlowShapeList()
FlowShape.
If the meaning of the 'Flow Shape List' containment reference list isn't clear, there really should be more of a description here...
FlowdiagramPackage.getBranchContainerShape_FlowShapeList()org.eclipse.emf.common.util.EList getBranchEdgeList()
BranchEdge.
If the meaning of the 'Branch Edge List' containment reference list isn't clear, there really should be more of a description here...
FlowdiagramPackage.getBranchContainerShape_BranchEdgeList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.