com.change_vision.jude.api.inf.model
インタフェース IActivity

com.change_vision.jude.api.inf.model.IActivity
すべてのスーパーインタフェース:
IElement, IEntity, IHyperlinkOwner, INamedElement
すべての実装されたインタフェース:
IElement, IEntity, IHyperlinkOwner, INamedElement

public IActivity
extends INamedElement

アクティビティに対するインタフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IActivityDiagram getActivityDiagram()
          アクティビティ図を取得します。
abstract  IActivityNode[] getActivityNodes()
          アクティビティノードを取得します。
abstract  IAction[] getCallBehaviorActions()
          振る舞い元のアクションを取得します。
abstract  IFlow[] getFlows()
          フロー(制御/オブジェクト)を取得します。
abstract  IPartition[] getPartitions()
          パーティションを取得します。
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたメソッド
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
クラス com.change_vision.jude.api.inf.model.IElement から継承されたメソッド
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
クラス com.change_vision.jude.api.inf.model.IHyperlinkOwner から継承されたメソッド
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

メソッドの詳細

getPartitions

abstract IPartition[] getPartitions()
パーティションを取得します。

戻り値:
パーティション配列。ない場合、長さ0の配列を返します。

getActivityNodes

abstract IActivityNode[] getActivityNodes()
アクティビティノードを取得します。

戻り値:
アクティビティノード配列。ない場合、長さ0の配列を返します。

getFlows

abstract IFlow[] getFlows()
フロー(制御/オブジェクト)を取得します。

戻り値:
フロー配列。ない場合、長さ0の配列を返します。

getActivityDiagram

abstract IActivityDiagram getActivityDiagram()
アクティビティ図を取得します。

戻り値:
アクティビティ図。

getCallBehaviorActions

abstract IAction[] getCallBehaviorActions()
振る舞い元のアクションを取得します。

戻り値:
振る舞いアクション配列。ない場合、長さ0の配列を返します。
導入されたバージョン:
6.7