|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Object Node'.
The following features are supported:
UML2Package.getObjectNode()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
ValueSpecification |
createUpperBound(EClass eClass)
Creates a ValueSpecification and sets the 'Upper Bound' containment reference |
State |
getInState(String unqualifiedName)
Retrieves the State with the specified name from the 'In State' reference list |
EList |
getInStates()
Returns the value of the 'In State' reference list. |
ObjectNodeOrderingKind |
getOrdering()
Returns the value of the 'Ordering' attribute. |
EList |
getOwnedElements()
|
Behavior |
getSelection()
Returns the value of the 'Selection' reference |
ValueSpecification |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference |
void |
setOrdering(ObjectNodeOrderingKind value)
Sets the value of the ' Ordering ' attribute |
void |
setSelection(Behavior value)
Sets the value of the ' Selection ' reference |
void |
setUpperBound(ValueSpecification value)
Sets the value of the ' Upper Bound ' containment reference |
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 ObjectNodeOrderingKind getOrdering()
"FIFO"
.
The literals are from the enumeration ObjectNodeOrderingKind
.
If the meaning of the 'Ordering' attribute isn't clear, there really should be more of a description here...
= FIFO Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node.
ObjectNodeOrderingKind
,
setOrdering(ObjectNodeOrderingKind)
,
UML2Package.getObjectNode_Ordering()
public void setOrdering(ObjectNodeOrderingKind value)
Ordering
' attribute.
value
- the new value of the 'Ordering' attribute.ObjectNodeOrderingKind
,
getOrdering()
public ValueSpecification getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(ValueSpecification)
,
UML2Package.getObjectNode_UpperBound()
public void setUpperBound(ValueSpecification value)
Upper Bound
' containment reference.
value
- the new value of the 'Upper Bound' containment reference.getUpperBound()
public ValueSpecification createUpperBound(EClass eClass)
ValueSpecification
and sets the 'Upper Bound' containment reference.
eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getUpperBound()
public EList getInStates()
State
.
If the meaning of the 'In State' reference list isn't clear, there really should be more of a description here...
The required states of the object available at this point in the activity.
UML2Package.getObjectNode_InState()
public State getInState(String unqualifiedName)
State
with the specified name from the 'In State' reference list.
unqualifiedName
- The unqualified name of the State
to retrieve.
State
with the specified name, or null
.getInStates()
public Behavior getSelection()
If the meaning of the 'Selection' reference isn't clear, there really should be more of a description here...
setSelection(Behavior)
,
UML2Package.getObjectNode_Selection()
public void setSelection(Behavior value)
Selection
' reference.
value
- the new value of the 'Selection' reference.getSelection()
public EList getOwnedElements()
getOwnedElements
in interface NamedElement
|
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 |