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

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

public IInteractionOperand
extends INamedElement

相互作用オペランドに対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  String getGuard()
          ガード条件を取得します。
abstract  ILifeline[] getLifelines()
          ライフラインを取得します。
abstract  IMessage[] getMessages()
          メッセージを取得します。
abstract  void setGuard(String guard)
          ガード条件を設定します。
 
クラス 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
 

メソッドの詳細

getGuard

abstract String getGuard()
ガード条件を取得します。

戻り値:
ガード条件。

getLifelines

abstract ILifeline[] getLifelines()
ライフラインを取得します。

戻り値:
ライフライン。

getMessages

abstract IMessage[] getMessages()
メッセージを取得します。

戻り値:
メッセージ。

setGuard

abstract void setGuard(String guard)
ガード条件を設定します。

パラメータ:
guard - ガード条件。
例外:
InvalidEditingException
導入されたバージョン:
6.6.4