Interface ExpansionNode
-
- All Superinterfaces:
ActivityNode,BaseElement,java.lang.Cloneable,java.lang.Comparable,Element,org.eclipse.emf.ecore.EObject,MDObject,ModelObject,NamedElement,org.eclipse.emf.common.notify.Notifier,ObjectNode,RedefinableElement,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject,TypedElement
public interface ExpansionNode extends ObjectNode
A representation of the model object 'Expansion Node'.An ExpansionNode is an ObjectNode used to indicate a collection input or output for an ExpansionRegion. A collection input of an ExpansionRegion contains a collection that is broken into its individual elements inside the region, whose content is executed once per element. A collection output of an ExpansionRegion combines individual elements produced by the execution of the region into a collection for use outside the region.
The following features are supported:
- See Also:
UMLPackage.getExpansionNode()- Model:
- annotation="MOF package='activities.mdextrastructuredactivities'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpansionRegiongetRegionAsInput()Returns the value of the 'Region As Input' reference.ExpansionRegiongetRegionAsOutput()Returns the value of the 'Region As Output' reference.voidsetRegionAsInput(ExpansionRegion value)Sets the value of the 'Region As Input' reference.voidsetRegionAsOutput(ExpansionRegion value)Sets the value of the 'Region As Output' reference.-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.activities.mdfundamentalactivities.ActivityNode
get_activityNodeOfRedefinedNode, getActivity, getIncoming, getInGroup, getInInterruptibleRegion, getInPartition, getInStructuredNode, getOutgoing, getRedefinedNode, has_activityNodeOfRedefinedNode, hasIncoming, hasInGroup, hasInInterruptibleRegion, hasInPartition, hasOutgoing, hasRedefinedNode, setActivity, setInStructuredNode
-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.activities.mdbasicactivities.ObjectNode
get_exceptionHandlerOfExceptionInput, getInState, getOrdering, getSelection, getUpperBound, has_exceptionHandlerOfExceptionInput, hasInState, isControlType, setControlType, setOrdering, setSelection, setUpperBound
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.RedefinableElement
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
-
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.TypedElement
getType, setType
-
-
-
-
Method Detail
-
getRegionAsInput
@CheckForNull ExpansionRegion getRegionAsInput()
Returns the value of the 'Region As Input' reference. It is bidirectional and its opposite is 'Input Element'. The ExpansionRegion for which the ExpansionNode is an input.- Returns:
- the value of the 'Region As Input' reference.
- See Also:
setRegionAsInput(ExpansionRegion),UMLPackage.getExpansionNode_RegionAsInput(),ExpansionRegion.getInputElement()- Model:
- opposite="inputElement" ordered="false"
- Generated:
-
setRegionAsInput
void setRegionAsInput(@CheckForNull ExpansionRegion value)Sets the value of the 'Region As Input' reference.- Parameters:
value- the new value of the 'Region As Input' reference.- See Also:
getRegionAsInput()- Generated:
-
getRegionAsOutput
@CheckForNull ExpansionRegion getRegionAsOutput()
Returns the value of the 'Region As Output' reference. It is bidirectional and its opposite is 'Output Element'. The ExpansionRegion for which the ExpansionNode is an output.- Returns:
- the value of the 'Region As Output' reference.
- See Also:
setRegionAsOutput(ExpansionRegion),UMLPackage.getExpansionNode_RegionAsOutput(),ExpansionRegion.getOutputElement()- Model:
- opposite="outputElement" ordered="false"
- Generated:
-
setRegionAsOutput
void setRegionAsOutput(@CheckForNull ExpansionRegion value)Sets the value of the 'Region As Output' reference.- Parameters:
value- the new value of the 'Region As Output' reference.- See Also:
getRegionAsOutput()- Generated:
-
-