Software Disclaimer

Class UML 2.3::ConnectionPointReference

Description:

A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state.

Direct Superclasses: Vertex

Direct Subclasses:

Class Precedence List: ConnectionPointReference, Vertex, NamedElement, Element

Properties:

entry : Pseudostate (0 *); -- source ConnectionPointReference
exit : Pseudostate (0 *); -- source ConnectionPointReference
state : State (0 1); -- source ConnectionPointReference
container : Region (0 1); -- source Vertex
incoming : Transition (0 *); -- source Vertex
outgoing : Transition (0 *); -- source Vertex
clientDependency : Dependency (0 *); -- source NamedElement
name : String (0 1); -- source NamedElement
nameExpression : StringExpression (0 1); -- source NamedElement
namespace : Namespace (0 1); -- source NamedElement
qualifiedName : String (0 1); -- source NamedElement
visibility : VisibilityKind (0 1); -- source NamedElement
ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element
owner : Element (0 1); -- source Element

Constraints:

Signature: exit_pseudostates() : Boolean;
Description: The exit Pseudostates must be Pseudostates with kind exitPoint.
Expression: exit->notEmpty() implies exit->forAll(e | e.kind = #exitPoint)

Signature: entry_pseudostates() : Boolean;
Description: The entry Pseudostates must be Pseudostates with kind entryPoint.
Expression: entry->notEmpty() implies entry->forAll(e | e.kind = #entryPoint)

Operations:

No additional operations.



Send questions or comments to [email protected].