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

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

public ILifeline
extends INamedElement

ライフラインに対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IClass getBase()
          ベースクラスを取得します。
abstract  INamedElement[] getFragments(IInteractionOperand operand)
          相互作用フラグメント(メッセージも含む)を取得します。
abstract  INamedElement[] getFragments()
          相互作用フラグメント(メッセージも含む)を取得します。
abstract  boolean isDestroyed()
          停止が付加されているか確認します。
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたメソッド
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, 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, isReadOnly, removeStereotype, setTypeModifier
 
クラス com.change_vision.jude.api.inf.model.IHyperlinkOwner から継承されたメソッド
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

メソッドの詳細

getFragments

abstract INamedElement[] getFragments(IInteractionOperand operand)
相互作用フラグメント(メッセージも含む)を取得します。

パラメータ:
相互作用オペランド。 -
戻り値:
相互作用フラグメント(メッセージも含む)。

getFragments

abstract INamedElement[] getFragments()
相互作用フラグメント(メッセージも含む)を取得します。

戻り値:
相互作用フラグメント(メッセージも含む)。

getBase

abstract IClass getBase()
ベースクラスを取得します。

戻り値:
ベースクラス。

isDestroyed

abstract boolean isDestroyed()
停止が付加されているか確認します。

戻り値:
true 停止が付加されています / false 停止が付加されていません