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

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

public IRequirementTable
extends IDiagram

要求テーブルに対するインタフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  int getHierarchyValue()
          表示する階層を取得します。
abstract  boolean isAllHierarchy()
          全階層を表示するか確認します。
abstract  boolean isHierarchyRange()
          プロジェクト配下から指定階層までを表示するか確認します。
abstract  boolean isIdVisible()
          IDを表示するか確認します。
abstract  boolean isNameVisible()
          名前を表示するか確認します。
abstract  boolean isParentVisible()
          要求配下の要求テーブルに、親となる要求を表示するか確認します。
abstract  boolean isSubpackageRequirementsVisible()
          サブパッケージ配下の要求を表示するか確認します。
abstract  boolean isTextVisible()
          テキストを表示するか確認します。
 
クラス com.change_vision.jude.api.inf.model.IDiagram から継承されたメソッド
exportImage, getBoundRect, getPresentations, getProperties, getProperty, getText, setProperties, setProperty
 
クラス 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
 

メソッドの詳細

isIdVisible

abstract boolean isIdVisible()
IDを表示するか確認します。

戻り値:
true IDを表示 / false IDを表示しない

isNameVisible

abstract boolean isNameVisible()
名前を表示するか確認します。

戻り値:
true 名前を表示 / false 名前を表示しない

isTextVisible

abstract boolean isTextVisible()
テキストを表示するか確認します。

戻り値:
true テキストを表示 / false テキストを表示しない

isParentVisible

abstract boolean isParentVisible()
要求配下の要求テーブルに、親となる要求を表示するか確認します。

戻り値:
true 親となる要求を表示 / false 親となる要求を表示しない

isAllHierarchy

abstract boolean isAllHierarchy()
全階層を表示するか確認します。

戻り値:
true 全階層を表示 / false 全階層を表示しない

isHierarchyRange

abstract boolean isHierarchyRange()
プロジェクト配下から指定階層までを表示するか確認します。

戻り値:
true プロジェクト配下から指定階層までを表示 / false プロジェクト配下から指定階層までを表示しない

isSubpackageRequirementsVisible

abstract boolean isSubpackageRequirementsVisible()
サブパッケージ配下の要求を表示するか確認します。

戻り値:
true サブパッケージ配下の要求を表示 / false サブパッケージ配下の要求を表示しない

getHierarchyValue

abstract int getHierarchyValue()
表示する階層を取得します。

戻り値:
表示する階層。