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

com.change_vision.jude.api.inf.model.ILifeline
すべてのスーパーインタフェース:
IElement, IEntity, IHyperlinkOwner, INamedElement
すべての実装されたインタフェース:
IElement, IEntity, 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  ILifelineLink[] getLifelineLinks()
          リンクの配列を取得します。
abstract  boolean isDestroyed()
          停止が付加されているか確認します。
abstract  void setBase(IClass base)
          ベースクラスを設定します。
 
クラス 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
 

メソッドの詳細

getBase

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

戻り値:
ベースクラス。

getLifelineLinks

abstract ILifelineLink[] getLifelineLinks()
リンクの配列を取得します。

戻り値:
ライフラインリンクの配列。シーケンス図の要素として呼ばれた場合は長さ0。

getFragments

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

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

getFragments

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

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

isDestroyed

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

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

setBase

abstract void setBase(IClass base)
ベースクラスを設定します。

パラメータ:
base - ベースクラス
例外:
InvalidEditingException - 例外が発生した場合
Keys:
        ILLEGAL_VERSION_ERROR_KEY - astah* communityで編集APIを使用しようとした場合
        INVALID_TYPE_MODIFIER_MODEL_ERROR_KEY - タイプ修飾子が設定できないモデルの場合
        BAD_TRANSACTION_KEY - トランザクションエラー
        HAS_EXCEPTION_KEY - 例外が発生した場合
        READ_ONLY_KEY -  リードオンリーな要素を編集しようとした場合
Values:
        例外のエラーメッセージ
導入されたバージョン:
6.6.4