org.eclipse.uml2
Interface ObjectNode

All Superinterfaces:
ActivityNode, Element, EModelElement, EObject, NamedElement, Notifier, RedefinableElement, TemplateableElement, TypedElement
All Known Subinterfaces:
ActivityParameterNode, CentralBufferNode, DataStoreNode, ExpansionNode, InputPin, OutputPin, Pin, ValuePin

public interface ObjectNode
extends ActivityNode, TypedElement

A representation of the model object 'Object Node'.

The following features are supported:

See Also:
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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getOrdering

public ObjectNodeOrderingKind getOrdering()
Returns the value of the 'Ordering' attribute. The default value is "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.

Returns:
the value of the 'Ordering' attribute.
See Also:
ObjectNodeOrderingKind, setOrdering(ObjectNodeOrderingKind), UML2Package.getObjectNode_Ordering()

setOrdering

public void setOrdering(ObjectNodeOrderingKind value)
Sets the value of the 'Ordering' attribute.

Parameters:
value - the new value of the 'Ordering' attribute.
See Also:
ObjectNodeOrderingKind, getOrdering()

getUpperBound

public ValueSpecification getUpperBound()
Returns the value of the 'Upper Bound' containment reference.

If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upper Bound' containment reference.
See Also:
setUpperBound(ValueSpecification), UML2Package.getObjectNode_UpperBound()

setUpperBound

public void setUpperBound(ValueSpecification value)
Sets the value of the 'Upper Bound' containment reference.

Parameters:
value - the new value of the 'Upper Bound' containment reference.
See Also:
getUpperBound()

createUpperBound

public ValueSpecification createUpperBound(EClass eClass)
Creates a ValueSpecification and sets the 'Upper Bound' containment reference.

Parameters:
eClass - The Ecore class of the ValueSpecification to create.
Returns:
The new ValueSpecification.
See Also:
getUpperBound()

getInStates

public EList getInStates()
Returns the value of the 'In State' reference list. The list contents are of type 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.

Returns:
the value of the 'In State' reference list.
See Also:
UML2Package.getObjectNode_InState()

getInState

public State getInState(String unqualifiedName)
Retrieves the State with the specified name from the 'In State' reference list.

Parameters:
unqualifiedName - The unqualified name of the State to retrieve.
Returns:
The State with the specified name, or null.
See Also:
getInStates()

getSelection

public Behavior getSelection()
Returns the value of the 'Selection' reference.

If the meaning of the 'Selection' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Selection' reference.
See Also:
setSelection(Behavior), UML2Package.getObjectNode_Selection()

setSelection

public void setSelection(Behavior value)
Sets the value of the 'Selection' reference.

Parameters:
value - the new value of the 'Selection' reference.
See Also:
getSelection()

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface NamedElement

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.