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

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

public IBlock
extends IClass

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


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IConstraintProperty[] getConstraintProperties()
          制約プロパティを取得します。
abstract  IFlowProperty[] getFlowProperties()
          フロープロパティ(親:ブロック/インターフェースブロック)を取得します。
abstract  IPort[] getFullPorts()
          Fullポートを取得します。
abstract  IAttribute[] getParts()
          パートを取得します。
abstract  IPort[] getProxyPorts()
          Proxyポートを取得します。
abstract  IAttribute[] getReferences()
          参照を取得します。
abstract  IValueAttribute[] getValueAttributes()
          ブロックのバリューを取得します。
abstract  IValueProperty[] getValueProperties()
          パラメトリック図上のバリュープロパティを取得します。
 
クラス 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
 

メソッドの詳細

getParts

abstract IAttribute[] getParts()
パートを取得します。

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

getReferences

abstract IAttribute[] getReferences()
参照を取得します。

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

getFlowProperties

abstract IFlowProperty[] getFlowProperties()
フロープロパティ(親:ブロック/インターフェースブロック)を取得します。

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

getValueProperties

abstract IValueProperty[] getValueProperties()
パラメトリック図上のバリュープロパティを取得します。

戻り値:
パラメトリック図上のバリュープロパティの配列。バリュープロパティがない場合、長さ0の配列を返します。

getValueAttributes

abstract IValueAttribute[] getValueAttributes()
ブロックのバリューを取得します。

戻り値:
バリュー属性の配列。バリュー属性がない場合、長さ0の配列を返します。

getFullPorts

abstract IPort[] getFullPorts()
Fullポートを取得します。

戻り値:
Fullポートの配列。ない場合、長さ0の配列を返します。

getProxyPorts

abstract IPort[] getProxyPorts()
Proxyポートを取得します。

戻り値:
Proxyポートの配列。ない場合、長さ0の配列を返します。

getConstraintProperties

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

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