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

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

public IConstraintBlock
extends IClass

制約ブロックに対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IConstraintParameter[] getConstraintParameters()
          制約パラメータを取得します。
abstract  IConstraintProperty[] getConstraintProperties()
          制約プロパティを取得します。
 
クラス 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 から継承されたメソッド
getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, 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
 

メソッドの詳細

getConstraintProperties

abstract IConstraintProperty[] getConstraintProperties()
制約プロパティを取得します。

戻り値:
制約プロパティの配列。制約プロパティがない場合、長さ0の配列を返します。

getConstraintParameters

abstract IConstraintParameter[] getConstraintParameters()
制約パラメータを取得します。

戻り値:
制約パラメータの配列。制約パラメータがない場合、長さ0の配列を返します。