All Superinterfaces:
ActivityNode, BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TypedElement
All Known Subinterfaces:
ActionInputPin, ActivityParameterNode, CentralBufferNode, DataStoreNode, ExpansionNode, InputPin, OutputPin, Pin, ValuePin

public interface ObjectNode extends ActivityNode, TypedElement
A representation of the model object 'Object Node'.

An ObjectNode is an abstract ActivityNode that may hold tokens within the object flow in an Activity. ObjectNodes also support token selection, limitation on the number of tokens held, specification of the state required for tokens being held, and carrying control values.

The following features are supported:

See Also:
Model:
abstract="true" annotation="MOF package='activities.mdbasicactivities'"
Generated:
  • Method Details

    • get_exceptionHandlerOfExceptionInput

      Collection<ExceptionHandler> get_exceptionHandlerOfExceptionInput()
      Returns the value of the 'exception Handler Of Exception Input' reference list. The list contents are of type ExceptionHandler. It is bidirectional and its opposite is 'Exception Input'.

      If the meaning of the 'exception Handler Of Exception Input' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'exception Handler Of Exception Input' reference list.
      See Also:
      Model:
      opposite="exceptionInput" ordered="false"
      Generated:
    • getInState

      Collection<State> getInState()
      Returns the value of the 'In State' reference list. The list contents are of type State. It is bidirectional and its opposite is 'object Node Of In State'. The States required to be associated with the values held by tokens on this ObjectNode.
      Returns:
      the value of the 'In State' reference list.
      See Also:
      Model:
      opposite="_objectNodeOfInState" ordered="false"
      Generated:
    • isControlType

      boolean isControlType()
      Returns the value of the 'Control Type' attribute. The default value is "false". Indicates whether the type of the ObjectNode is to be treated as representing control values that may traverse ControlFlows.
      Returns:
      the value of the 'Control Type' attribute.
      See Also:
      Model:
      default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
      Generated:
    • setControlType

      void setControlType(boolean value)
      Sets the value of the 'Control Type' attribute.
      Parameters:
      value - the new value of the 'Control Type' attribute.
      See Also:
      Generated:
    • getSelection

      @CheckForNull Behavior getSelection()
      Returns the value of the 'Selection' reference. It is bidirectional and its opposite is 'object Node Of Selection'. A Behavior used to select tokens to be offered on outgoing ActivityEdges.
      Returns:
      the value of the 'Selection' reference.
      See Also:
      Model:
      opposite="_objectNodeOfSelection" ordered="false"
      Generated:
    • setSelection

      void setSelection(@CheckForNull Behavior value)
      Sets the value of the 'Selection' reference.
      Parameters:
      value - the new value of the 'Selection' reference.
      See Also:
      Generated:
    • getOrdering

      @CheckForNull ObjectNodeOrderingKind getOrdering()
      Returns the value of the 'Ordering' attribute. The default value is "FIFO". The literals are from the enumeration ObjectNodeOrderingKind. Indicates how the tokens held by the ObjectNode are ordered for selection to traverse ActivityEdges outgoing from the ObjectNode.
      Returns:
      the value of the 'Ordering' attribute.
      See Also:
      Model:
      default="FIFO" required="true" ordered="false"
      Generated:
    • setOrdering

      void setOrdering(@CheckForNull ObjectNodeOrderingKind value)
      Sets the value of the 'Ordering' attribute.
      Parameters:
      value - the new value of the 'Ordering' attribute.
      See Also:
      Generated:
    • getUpperBound

      @CheckForNull ValueSpecification getUpperBound()
      Returns the value of the 'Upper Bound' containment reference. It is bidirectional and its opposite is 'object Node Of Upper Bound'. The maximum number of tokens that may be held by this ObjectNode. Tokens cannot flow into the ObjectNode if the upperBound is reached. If no upperBound is specified, then there is no limit on how many tokens the ObjectNode can hold.
      Returns:
      the value of the 'Upper Bound' containment reference.
      See Also:
      Model:
      opposite="_objectNodeOfUpperBound" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • setUpperBound

      void setUpperBound(@CheckForNull ValueSpecification value)
      Sets the value of the 'Upper Bound' containment reference.
      Parameters:
      value - the new value of the 'Upper Bound' containment reference.
      See Also:
      Generated:
    • has_exceptionHandlerOfExceptionInput

      boolean has_exceptionHandlerOfExceptionInput() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasInState

      boolean hasInState() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: