com.change_vision.jude.api.inf.model
Interface IInterfaceBlock

com.change_vision.jude.api.inf.model.IInterfaceBlock
All Superinterfaces:
IClass, IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IClass, IElement, IEntity, IHyperlinkOwner, INamedElement

public IInterfaceBlock
extends IClass

Interface for InterfaceBlocks.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  IFlowProperty[] getFlowProperties()
          Get constraint flow properties(Parent:Block or InterfaceBlock.
abstract  IPort[] getFullPorts()
          Fullポートを取得します。 Get Full Ports.
abstract  IPort[] getProxyPorts()
          Proxyポートを取得します。 Get Proxy Ports.
abstract  IAttribute[] getReferences()
          Get constraint references.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IClass
getAttributes, getGeneralizations, getNestedClasses, getOperations, getPorts, getSpecializations, getTemplateBindings, getTemplateParameters, isAbstract, isActive, isLeaf, setAbstract, setActive, setLeaf
 
Methods inherited from class 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
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getReferences

abstract IAttribute[] getReferences()
Get constraint references.

Returns:
the array of parts, Return the empty array in case there is none.

getFlowProperties

abstract IFlowProperty[] getFlowProperties()
Get constraint flow properties(Parent:Block or InterfaceBlock.

Returns:
the array of flow properties, Return the empty array in case there is none.

getFullPorts

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

Returns:
Fullポートの配列。ない場合、長さ0の配列を返します。 the array of Full Ports. Return the empty array if there is none.

getProxyPorts

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

Returns:
Proxyポートの配列。ない場合、長さ0の配列を返します。 the array of Proxy Ports. Return the empty array if there is none.