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

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

public IUseCase
extends IClass

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


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IInclude[] getAdditionInvs()
          包含される側の包含を取得します。
abstract  IExtend[] getExtendedCaseInvs()
          拡張される側の拡張を取得します。
abstract  IExtend[] getExtends()
          拡張する側の拡張を取得します。
abstract  IExtentionPoint[] getExtensionPoints()
          拡張点を取得します。
abstract  IInclude[] getIncludes()
          包含する側の包含を取得します。
 
クラス com.change_vision.jude.api.inf.model.IClass から継承されたメソッド
getAttributes, getGeneralizations, getNestedClasses, getOperations, getPorts, getSpecializations, getTemplateBindings, getTemplateParameters, isAbstract, isActive, isLeaf, setAbstract, setActive, setLeaf
 
クラス 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
 

メソッドの詳細

getExtensionPoints

abstract IExtentionPoint[] getExtensionPoints()
拡張点を取得します。

戻り値:
拡張点の配列。ない場合、長さ0の配列を返します。

getIncludes

abstract IInclude[] getIncludes()
包含する側の包含を取得します。

戻り値:
包含の配列。ない場合、長さ0の配列を返します。

getAdditionInvs

abstract IInclude[] getAdditionInvs()
包含される側の包含を取得します。

戻り値:
包含の配列。ない場合、長さ0の配列を返します。

getExtends

abstract IExtend[] getExtends()
拡張する側の拡張を取得します。

戻り値:
拡張の配列。ない場合、長さ0の配列を返します。

getExtendedCaseInvs

abstract IExtend[] getExtendedCaseInvs()
拡張される側の拡張を取得します。

戻り値:
拡張の配列。ない場合、長さ0の配列を返します。