com.change_vision.jude.api.inf.model
Interface IActivity

com.change_vision.jude.api.inf.model.IActivity
All Implemented Interfaces:
IElement, INamedElement

public IActivity
extends INamedElement

Interface for Activities.


Method Summary
abstract  IActivityNode[] getActivityNodes()
          Get ActivityNodes.
abstract  IFlow[] getFlows()
          Get Flows.
abstract  IPartition[] getPartitions()
          Get Paritions.
 
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

getPartitions

public abstract IPartition[] getPartitions()
Get Paritions.

Returns:
The array of Paritions. Return the empty array if there is none.

getActivityNodes

public abstract IActivityNode[] getActivityNodes()
Get ActivityNodes.

Returns:
The array of ActivityNodes. Return the empty array if there is none.

getFlows

public abstract IFlow[] getFlows()
Get Flows.

Returns:
The array of Flows. Return the empty array if there is none.