org.eclipse.uml2
Interface ProtocolConformance

All Superinterfaces:
DirectedRelationship, Element, EModelElement, EObject, Notifier, Relationship

public interface ProtocolConformance
extends DirectedRelationship

A representation of the model object 'Protocol Conformance'.

The following features are supported:

See Also:
UML2Package.getProtocolConformance()

Field Summary
static String copyright
           
 
Method Summary
 ProtocolStateMachine getGeneralMachine()
          Returns the value of the 'General Machine' reference
 Element getOwner()
           
 EList getSources()
           
 ProtocolStateMachine getSpecificMachine()
          Returns the value of the 'Specific Machine' container reference.
 EList getTargets()
           
 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
getRelatedElements
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getValue, hasKeyword, 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

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getSpecificMachine

public ProtocolStateMachine getSpecificMachine()
Returns the value of the 'Specific Machine' container reference. It is bidirectional and its opposite is '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.

Returns:
the value of the 'Specific Machine' container reference.
See Also:
setSpecificMachine(ProtocolStateMachine), UML2Package.getProtocolConformance_SpecificMachine(), ProtocolStateMachine.getConformances()

setSpecificMachine

public void setSpecificMachine(ProtocolStateMachine value)
Sets the value of the 'Specific Machine' container reference.

Parameters:
value - the new value of the 'Specific Machine' container reference.
See Also:
getSpecificMachine()

getGeneralMachine

public ProtocolStateMachine getGeneralMachine()
Returns the value of the 'General Machine' reference.

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.

Returns:
the value of the 'General Machine' reference.
See Also:
setGeneralMachine(ProtocolStateMachine), UML2Package.getProtocolConformance_GeneralMachine()

setGeneralMachine

public void setGeneralMachine(ProtocolStateMachine value)
Sets the value of the 'General Machine' reference.

Parameters:
value - the new value of the 'General Machine' reference.
See Also:
getGeneralMachine()

getSources

public EList getSources()

Specified by:
getSources in interface DirectedRelationship
Returns:
the value of the 'Source' reference list.
See Also:
UML2Package.getDirectedRelationship_Source()

getOwner

public Element getOwner()

Specified by:
getOwner in interface Element
Returns:
the value of the 'Owner' reference.
See Also:
UML2Package.getElement_Owner(), Element.getOwnedElements()

getTargets

public EList getTargets()

Specified by:
getTargets in interface DirectedRelationship
Returns:
the value of the 'Target' reference list.
See Also:
UML2Package.getDirectedRelationship_Target()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.