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

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

public IPartition
extends INamedElement

Interface for Partition.


Method Summary
abstract  IActivityNode[] getActivityNodes()
          Get ActivityNodes.
abstract  IPartition[] getSubPartitions()
          Get Sub Paritions.
abstract  IPartition getSuperPartition()
          Get Super Partition.
 
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

getSuperPartition

public abstract IPartition getSuperPartition()
Get Super Partition.

Returns:
Partition. Return null in case there is none.

getSubPartitions

public abstract IPartition[] getSubPartitions()
Get Sub 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.