Package org.eclipse.epf.diagram.model
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 Summary
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 org.eclipse.epf.diagram.model.LinkedObject
getLinkedElement, getObject, setLinkedElement, setObject
Methods inherited from interface org.eclipse.epf.diagram.model.Node
getHeight, getIncomingConnections, getLocation, getOutgoingConnections, getWidth, isReadOnly, setHeight, setLocation, setReadOnly, setWidth
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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()
-