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

com.change_vision.jude.api.inf.model.IConnector
All Superinterfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Known Implementing Classes:
IBindingConnector

public abstract IConnector
extends INamedElement

Interface for Connector.


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  IInformationFlow[] getInformationFlows()
          Get the array of Information Flows.
abstract  IAttribute[] getParts()
          Get the array of Parts.
abstract  IAttribute[] getPartsWithPort()
          Get the array of Parts connected with Port.
abstract  IPort[] getPorts()
          Get Port's array.
abstract  IAssociation getType()
          Get Type.
abstract  void setType(IAssociation type)
          Set Type.
 
Methods inherited from class 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
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getType

abstract IAssociation getType()
Get Type.

Returns:

setType

abstract void setType(IAssociation type)
Set Type.

Parameters:
type - Type
Throws:
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
ILLEGALMODELTYPE_ERROR_KEY - if the model type is illegal.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.

getInformationFlows

abstract IInformationFlow[] getInformationFlows()
Get the array of Information Flows.

Returns:
the array of Information Flows.

getPartsWithPort

abstract IAttribute[] getPartsWithPort()
Get the array of Parts connected with Port.

Returns:
the array of Parts connected with Port.(The first array:source side The second array:target side)

getParts

abstract IAttribute[] getParts()
Get the array of Parts.

Returns:
the array of Parts.(The first array:source side The second array:target side)

getPorts

abstract IPort[] getPorts()
Get Port's array.

Returns:
the array of Ports.(The first array:source side The second array:target side)