Software Disclaimer

Class UML 2.5::InteractionConstraint

Description:

An InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.

Direct Superclasses: Constraint

Direct Subclasses:

Class Precedence List: InteractionConstraint, Constraint, PackageableElement, ParameterableElement, NamedElement, Element

Properties:

maxint : ValueSpecification (0 1); -- source InteractionConstraint
minint : ValueSpecification (0 1); -- source InteractionConstraint

The minimum number of iterations of a loop
{composite}
Subsets: Element.ownedElement

constrainedElement : Element (0 *); -- source Constraint

The ordered set of Elements referenced by this Constraint.
{ordered}

context : Namespace (0 1); -- source Constraint
specification : ValueSpecification (1 1); -- source Constraint
visibility : VisibilityKind (0 1); -- source PackageableElement
owningTemplateParameter : TemplateParameter (0 1); -- source ParameterableElement
templateParameter : TemplateParameter (0 1); -- source ParameterableElement
clientDependency : Dependency (0 *); -- source NamedElement

Indicates the Dependencies that reference this NamedElement as a client.
{derived}
Opposite: Dependency.client

name : String (0 1); -- source NamedElement

The name of the NamedElement.

nameExpression : StringExpression (0 1); -- source NamedElement
namespace : Namespace (0 1); -- source NamedElement

Specifies the Namespace that owns the NamedElement.
{readonly}
Derived union with sources: (context)
Subsets: Element.owner
Opposite: Namespace.ownedMember

qualifiedName : String (0 1); -- source NamedElement
ownedComment : Comment (0 *); -- source Element

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

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

Constraints:

No additional constraints.

Operations:

No additional operations.



Send questions or comments to [email protected].