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
specificMachine : ProtocolStateMachine (1 1); -- source ProtocolConformance
source : Element (1 *); -- source DirectedRelationship
target : Element (1 *); -- source DirectedRelationship

Specifies the target Element(s) of the DirectedRelationship.
{readonly}
Derived union with sources: (generalMachine)
Subsets: Relationship.relatedElement

relatedElement : Element (1 *); -- source Relationship
ownedComment : Comment (0 *); -- source Element

The Comments owned by this Element.
{composite}
Subsets: Element.ownedElement

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].