com.change_vision.jude.api.inf.model
Interface IActivityNode
com.change_vision.jude.api.inf.model.IActivityNode
- All Implemented Interfaces:
- IElement, INamedElement
- All Known Implementing Classes:
- IAction, IControlNode, IObjectNode
- public IActivityNode
- extends INamedElement
Interface for Activity nodes.
getIncomings
public abstract IFlow[] getIncomings()
- Get Incoming Control Flows and Object Flows.
- Returns:
- The array of Flows. Return the empty array if there is none.
getOutgoings
public abstract IFlow[] getOutgoings()
- Get Outgoing Control Flows and Object Flows.
- Returns:
- The array of Flows. Return the empty array if there is none.