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

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

public IConnector
extends INamedElement

コネクターに対するインターフェース。


フィールドの概要
 
クラス com.change_vision.jude.api.inf.model.INamedElement から継承されたフィールド
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
メソッドの概要
abstract  IAttribute[] getParts()
          パートの配列を取得します。
abstract  IAttribute[] getPartsWithPort()
          ポートに付加されるパートの配列を取得します。
abstract  IPort[] getPorts()
          ポートの配列を取得します。
abstract  IAssociation getType()
          タイプを取得します。
 
クラス 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
 

メソッドの詳細

getType

abstract IAssociation getType()
タイプを取得します。

戻り値:
タイプ

getPartsWithPort

abstract IAttribute[] getPartsWithPort()
ポートに付加されるパートの配列を取得します。

戻り値:
ポートに付加されるパートの配列の配列(1番目:ソース側 2番目:ターゲット側)

getParts

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

戻り値:
パートの配列の配列(1番目:ソース側 2番目:ターゲット側)

getPorts

abstract IPort[] getPorts()
ポートの配列を取得します。

戻り値:
ポートの配列の配列(1番目:ソース側 2番目:ターゲット側)