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

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

public IInteractionUse
extends IInteractionFragment

相互作用の利用に対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  String getArgument()
          引数を取得します。
abstract  ILifeline getContainer()
          親となるライフラインを取得します。
abstract  ILifeline[] getContainers()
          親となるすべてのライフラインを取得します。
abstract  IGate[] getGates()
          ゲートを取得します。
abstract  ILifeline[] getLifelines()
          ライフラインを取得します。
abstract  ISequenceDiagram getSequenceDiagram()
          利用するシーケンス図を取得します。
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたメソッド
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, 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, isReadOnly, removeStereotype, setTypeModifier
 
クラス com.change_vision.jude.api.inf.model.IHyperlinkOwner から継承されたメソッド
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

メソッドの詳細

getSequenceDiagram

abstract ISequenceDiagram getSequenceDiagram()
利用するシーケンス図を取得します。

戻り値:
シーケンス図。

getArgument

abstract String getArgument()
引数を取得します。

戻り値:
引数。

getGates

abstract IGate[] getGates()
ゲートを取得します。

戻り値:
ゲート。

getLifelines

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

戻り値:
ライフライン。

getContainer

abstract ILifeline getContainer()
親となるライフラインを取得します。

戻り値:
ライフライン。

getContainers

abstract ILifeline[] getContainers()
親となるすべてのライフラインを取得します。

戻り値:
ライフライン。