|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Protocol Conformance'.
The following features are supported:
UML2Package.getProtocolConformance()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
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.DirectedRelationship |
---|
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.Relationship |
---|
getRelatedElements |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public ProtocolStateMachine getSpecificMachine()
Conformance
'.
If the meaning of the 'Specific Machine' container reference isn't clear, there really should be more of a description here...
: Specifies the state machine which conforms to the general state machine.
setSpecificMachine(ProtocolStateMachine)
,
UML2Package.getProtocolConformance_SpecificMachine()
,
ProtocolStateMachine.getConformances()
public void setSpecificMachine(ProtocolStateMachine value)
Specific Machine
' container reference.
value
- the new value of the 'Specific Machine' container reference.getSpecificMachine()
public ProtocolStateMachine getGeneralMachine()
If the meaning of the 'General Machine' reference isn't clear, there really should be more of a description here...
: Specifies the protocol state machine to which the specific state machine conforms.
setGeneralMachine(ProtocolStateMachine)
,
UML2Package.getProtocolConformance_GeneralMachine()
public void setGeneralMachine(ProtocolStateMachine value)
General Machine
' reference.
value
- the new value of the 'General Machine' reference.getGeneralMachine()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |