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.


Method Summary
abstract  IFlow[] getIncomings()
          Get Incoming Control Flows and Object Flows.
abstract  IFlow[] getOutgoings()
          Get Outgoing Control Flows and Object Flows.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

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.