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

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

public IInstanceSpecification
extends INamedElement

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


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IInstanceSpecification[] getAllResidents()
          全てResidentのを取得します。
abstract  ISlot[] getAllSlots()
          全てのスロットに設定されたISlotを取得します。
abstract  IClass getClassifier()
          クラスを取得します。
abstract  IInstanceSpecification getContainer()
          親となるインスタンス仕様を取得します。
abstract  IInstanceSpecification[] getContainers()
          親となるすべてのインスタンス仕様を取得します。
abstract  ILinkEnd[] getLinkEnds()
          リンク端を取得します。
abstract  ISlot getSlot(String name)
          指定したスロットに設定されたISlotを取得します。
abstract  void setClassifier(IClass classifier)
          クラスを設定します。
 
クラス 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
 

メソッドの詳細

getClassifier

abstract IClass getClassifier()
クラスを取得します。

戻り値:
クラス

setClassifier

abstract void setClassifier(IClass classifier)
クラスを設定します。

パラメータ:
classifier - クラス
例外:
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: 
      例外のエラーメッセージ

getLinkEnds

abstract ILinkEnd[] getLinkEnds()
リンク端を取得します。

戻り値:
リンク端の配列

getAllSlots

abstract ISlot[] getAllSlots()
全てのスロットに設定されたISlotを取得します。

戻り値:
スロットの配列

getSlot

abstract ISlot getSlot(String name)
指定したスロットに設定されたISlotを取得します。

パラメータ:
属性名 -
戻り値:
スロット

getAllResidents

abstract IInstanceSpecification[] getAllResidents()
全てResidentのを取得します。

戻り値:
インスタンス仕様の配列
導入されたバージョン:
6.6.4

getContainer

abstract IInstanceSpecification getContainer()
親となるインスタンス仕様を取得します。

戻り値:
インスタンス仕様。
導入されたバージョン:
6.6.4

getContainers

abstract IInstanceSpecification[] getContainers()
親となるすべてのインスタンス仕様を取得します。

戻り値:
インスタンス仕様の配列。
導入されたバージョン:
6.6.4