|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Expansion Node'. (ExtraStructuredActivities) An expansion node is an object node used to indicate a flow across the boundary of an expansion region. A flow into a region contains a collection that is broken into its individual elements inside the region, which is executed once per element. A flow out of a region combines individual elements into a collection for use outside the region.
The following features are supported:
UML2Package.getExpansionNode()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ExpansionRegion |
getRegionAsInput()
Returns the value of the 'Region As Input' reference. |
ExpansionRegion |
getRegionAsOutput()
Returns the value of the 'Region As Output' reference. |
void |
setRegionAsInput(ExpansionRegion value)
Sets the value of the ' Region As Input ' reference |
void |
setRegionAsOutput(ExpansionRegion value)
Sets the value of the ' Region As Output ' reference |
Methods inherited from interface org.eclipse.uml2.ObjectNode |
createUpperBound, getInState, getInStates, getOrdering, getOwnedElements, getSelection, getUpperBound, setOrdering, setSelection, setUpperBound |
Methods inherited from interface org.eclipse.uml2.ActivityNode |
getActivity, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getOwner, getRedefinedElement, getRedefinedElements, setActivity, setInStructuredNode |
Methods inherited from interface org.eclipse.uml2.RedefinableElement |
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.TypedElement |
getType, setType |
Field Detail |
public static final String copyright
Method Detail |
public ExpansionRegion getRegionAsOutput()
Output Element
'.
If the meaning of the 'Region As Output' reference isn't clear, there really should be more of a description here...
expansion region for which the node is an output.
setRegionAsOutput(ExpansionRegion)
,
UML2Package.getExpansionNode_RegionAsOutput()
,
ExpansionRegion.getOutputElements()
public void setRegionAsOutput(ExpansionRegion value)
Region As Output
' reference.
value
- the new value of the 'Region As Output' reference.getRegionAsOutput()
public ExpansionRegion getRegionAsInput()
Input Element
'.
If the meaning of the 'Region As Input' reference isn't clear, there really should be more of a description here...
expansion region for which the node is an input.
setRegionAsInput(ExpansionRegion)
,
UML2Package.getExpansionNode_RegionAsInput()
,
ExpansionRegion.getInputElements()
public void setRegionAsInput(ExpansionRegion value)
Region As Input
' reference.
value
- the new value of the 'Region As Input' reference.getRegionAsInput()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |