Software Disclaimer

Class UML 2.5::ProtocolConformance

Description:

A ProtocolStateMachine can be redefined into a more specific ProtocolStateMachine or into behavioral StateMachine. ProtocolConformance declares that the specific ProtocolStateMachine specifies a protocol that conforms to the general ProtocolStateMachine or that the specific behavioral StateMachine abides by the protocol of the general ProtocolStateMachine.

Direct Superclasses: DirectedRelationship

Direct Subclasses:

Class Precedence List: ProtocolConformance, DirectedRelationship, Relationship, Element

Properties:

generalMachine : ProtocolStateMachine (1 1); -- source ProtocolConformance

Specifies the ProtocolStateMachine to which the specific ProtocolStateMachine conforms.
Subsets: DirectedRelationship.target

specificMachine : ProtocolStateMachine (1 1); -- source ProtocolConformance
source : Element (1 *); -- source DirectedRelationship
target : Element (1 *); -- source DirectedRelationship
relatedElement : Element (1 *); -- source Relationship

Specifies the elements related by the Relationship.
{readonly}
Derived union with sources: (target, source, specificMachine, generalMachine)

ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element

The Elements owned by this Element.
{composite, readonly}
Derived union with sources: (ownedComment)
Opposite: Element.owner

owner : Element (0 1); -- source Element

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].