public interface ProtocolConformance extends DirectedRelationship
The following features are supported:
UMLPackage.getProtocolConformance()| Modifier and Type | Method and Description |
|---|---|
ProtocolStateMachine |
getGeneralMachine()
Returns the value of the 'General Machine' reference.
|
ProtocolStateMachine |
getSpecificMachine()
Returns the value of the 'Specific Machine' container reference.
|
void |
setGeneralMachine(ProtocolStateMachine value)
Sets the value of the '
General Machine' reference. |
void |
setSpecificMachine(ProtocolStateMachine value)
Sets the value of the '
Specific Machine' container reference. |
getSource, getTarget, hasSource, hasTargetget_abstraction, getRelatedElement, has_abstraction, hasRelatedElementget_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, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeProtocolStateMachine getSpecificMachine()
Conformance'.
Specifies the ProtocolStateMachine which conforms to the general ProtocolStateMachine.
setSpecificMachine(ProtocolStateMachine),
UMLPackage.getProtocolConformance_SpecificMachine(),
ProtocolStateMachine.getConformance()void setSpecificMachine(ProtocolStateMachine value)
Specific Machine' container reference.
value - the new value of the 'Specific Machine' container reference.getSpecificMachine()ProtocolStateMachine getGeneralMachine()
protocol Conformance Of General Machine'.
Specifies the ProtocolStateMachine to which the specific ProtocolStateMachine conforms.
setGeneralMachine(ProtocolStateMachine),
UMLPackage.getProtocolConformance_GeneralMachine(),
ProtocolStateMachine.get_protocolConformanceOfGeneralMachine()void setGeneralMachine(ProtocolStateMachine value)
General Machine' reference.
value - the new value of the 'General Machine' reference.getGeneralMachine()