|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolConformance
A representation of the model object 'Protocol Conformance'. Protocol state machines can be redefined into more specific protocol state machines, or into behavioral state machines. Protocol conformance declares that the specific protocol state machine specifies a protocol that conforms to the general state machine one, or that the specific behavioral state machine abide by the protocol of the general protocol state machine.
The following features are supported:
UMLPackage.getProtocolConformance()
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.uml2.uml.DirectedRelationship |
---|
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.uml.Relationship |
---|
getRelatedElements |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ProtocolStateMachine getGeneralMachine()
This feature subsets the following features:
Target
'
setGeneralMachine(ProtocolStateMachine)
,
UMLPackage.getProtocolConformance_GeneralMachine()
void setGeneralMachine(ProtocolStateMachine value)
General Machine
' reference.
value
- the new value of the 'General Machine' reference.getGeneralMachine()
ProtocolStateMachine getSpecificMachine()
Conformance
'.
This feature subsets the following features:
Specifies the state machine which conforms to the general state machine.
setSpecificMachine(ProtocolStateMachine)
,
UMLPackage.getProtocolConformance_SpecificMachine()
,
ProtocolStateMachine.getConformances()
void setSpecificMachine(ProtocolStateMachine value)
Specific Machine
' container reference.
value
- the new value of the 'Specific Machine' container reference.getSpecificMachine()
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |