public interface Connector extends Feature
The following features are supported:
UMLPackage.getConnector()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Connector> |
get_connectorOfRedefinedConnector()
Returns the value of the 'connector Of Redefined Connector' reference list.
|
java.util.Collection<InformationFlow> |
get_informationFlowOfRealizingConnector()
Returns the value of the 'information Flow Of Realizing Connector' reference list.
|
java.util.Collection<Message> |
get_messageOfConnector()
Returns the value of the 'message Of Connector' reference list.
|
StructuredClassifier |
get_structuredClassifierOfOwnedConnector()
Returns the value of the 'structured Classifier Of Owned Connector' container reference.
|
java.util.Collection<Behavior> |
getContract()
Returns the value of the 'Contract' reference list.
|
java.util.List<ConnectorEnd> |
getEnd()
Returns the value of the 'End' containment reference list.
|
ConnectorKind |
getKind()
Returns the value of the 'Kind' attribute.
|
java.util.Collection<Connector> |
getRedefinedConnector()
Returns the value of the 'Redefined Connector' reference list.
|
Association |
getType()
Returns the value of the 'Type' reference.
|
boolean |
has_connectorOfRedefinedConnector() |
boolean |
has_informationFlowOfRealizingConnector() |
boolean |
has_messageOfConnector() |
boolean |
hasContract() |
boolean |
hasEnd() |
boolean |
hasRedefinedConnector() |
void |
set_structuredClassifierOfOwnedConnector(StructuredClassifier value)
Sets the value of the '
structured Classifier Of Owned Connector ' container reference. |
void |
setType(Association value)
Sets the value of the '
Type ' reference. |
getFeaturingClassifier, isStatic, setFeaturingClassifier, setStatic
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
Association getType()
connector Of Type
'.
An optional Association that classifies links corresponding to this Connector.
setType(Association)
,
UMLPackage.getConnector_Type()
,
Association.get_connectorOfType()
void setType(Association value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
java.util.Collection<Message> get_messageOfConnector()
Message
.
It is bidirectional and its opposite is 'Connector
'.
If the meaning of the 'message Of Connector' reference list isn't clear, there really should be more of a description here...
UMLPackage.getConnector__messageOfConnector()
,
Message.getConnector()
java.util.Collection<InformationFlow> get_informationFlowOfRealizingConnector()
InformationFlow
.
It is bidirectional and its opposite is 'Realizing Connector
'.
If the meaning of the 'information Flow Of Realizing Connector' reference list isn't clear, there really should be more of a description here...
UMLPackage.getConnector__informationFlowOfRealizingConnector()
,
InformationFlow.getRealizingConnector()
java.util.Collection<Behavior> getContract()
Behavior
.
It is bidirectional and its opposite is 'connector Of Contract
'.
The set of Behaviors that specify the valid interaction patterns across the Connector.
UMLPackage.getConnector_Contract()
,
Behavior.get_connectorOfContract()
java.util.Collection<Connector> getRedefinedConnector()
Connector
.
It is bidirectional and its opposite is 'connector Of Redefined Connector
'.
A Connector may be redefined when its containing Classifier is specialized. The redefining Connector may have a type that specializes the type of the redefined Connector. The types of the ConnectorEnds of the redefining Connector may specialize the types of the ConnectorEnds of the redefined Connector. The properties of the ConnectorEnds of the redefining Connector may be replaced.
UMLPackage.getConnector_RedefinedConnector()
,
get_connectorOfRedefinedConnector()
java.util.Collection<Connector> get_connectorOfRedefinedConnector()
Connector
.
It is bidirectional and its opposite is 'Redefined Connector
'.
If the meaning of the 'connector Of Redefined Connector' reference list isn't clear, there really should be more of a description here...
UMLPackage.getConnector__connectorOfRedefinedConnector()
,
getRedefinedConnector()
java.util.List<ConnectorEnd> getEnd()
ConnectorEnd
.
It is bidirectional and its opposite is 'connector Of End
'.
A Connector has at least two ConnectorEnds, each representing the participation of instances of the Classifiers typing the ConnectableElements attached to the end. The set of ConnectorEnds is ordered.
UMLPackage.getConnector_End()
,
ConnectorEnd.get_connectorOfEnd()
ConnectorKind getKind()
ConnectorKind
.
Indicates the kind of Connector. This is derived: a Connector with one or more ends connected to a Port which is not on a Part and which is not a behavior port is a delegation; otherwise it is an assembly.
ConnectorKind
,
UMLPackage.getConnector_Kind()
StructuredClassifier get_structuredClassifierOfOwnedConnector()
Owned Connector
'.
If the meaning of the 'structured Classifier Of Owned Connector' container reference isn't clear, there really should be more of a description here...
set_structuredClassifierOfOwnedConnector(StructuredClassifier)
,
UMLPackage.getConnector__structuredClassifierOfOwnedConnector()
,
StructuredClassifier.getOwnedConnector()
void set_structuredClassifierOfOwnedConnector(StructuredClassifier value)
structured Classifier Of Owned Connector
' container reference.
value
- the new value of the 'structured Classifier Of Owned Connector' container reference.get_structuredClassifierOfOwnedConnector()
boolean has_messageOfConnector() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_informationFlowOfRealizingConnector() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasContract() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasRedefinedConnector() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_connectorOfRedefinedConnector() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean hasEnd() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException