Interface TaskNode

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LinkedObject, NamedNode, Node, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TaskNodeImpl

public interface TaskNode
extends NamedNode
A representation of the model object 'Task Node'.

The following features are supported:

See Also:
ModelPackage.getTaskNode()
  • Method Details

    • getIndex

      int getIndex()
      Returns the value of the 'Index' attribute. The default value is "-1".
      Returns:
      the value of the 'Index' attribute.
      See Also:
      setIndex(int), ModelPackage.getTaskNode_Index()
    • setIndex

      void setIndex​(int value)
      Sets the value of the 'Index' attribute.
      Parameters:
      value - the new value of the 'Index' attribute.
      See Also:
      getIndex()