|
| expressionsdecorator - UML-Dokumentation |
KlasseBooleanOperatorExpression
This class represents an expression formed by a boolean operation, e.g. a AND b, where a and b are of type boolean expression. The actual operation is stored as an attribute of this class.
| Attribute |
| <Enumeration> BooleanOperations | operation |
The operation attribute specifies the actual operation.
|
| <Class> BooleanExpression | left |
This property represents the left operand of the operation expression.
|
| <Class> BooleanExpression | right |
This property represents the right operand of the operation expression.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | BooleanOperatorExpression |
| Name Expression | |
| Namespace | <<ePackage>> <Model> expressionsdecorator |
| Owned Template Signature | |
| Owner | <<ePackage>> <Model> expressionsdecorator |
| Owning Template Parameter | |
| Package | <<ePackage>> <Model> expressionsdecorator |
| Qualified Name | expressionsdecorator::BooleanOperatorExpression |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
left
Public <Class> BooleanExpression left
-
This property represents the left operand of the operation expression.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> BooleanOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1 |
| Name | left |
| Name Expression | |
| Namespace | <Class> BooleanOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> BooleanOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::BooleanOperatorExpression::left |
| Stereotype | |
| Template Parameter | |
| Type | <Class> BooleanExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
operation
Public <Enumeration> BooleanOperations operation
-
The operation attribute specifies the actual operation.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> BooleanOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | operation |
| Name Expression | |
| Namespace | <Class> BooleanOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> BooleanOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::BooleanOperatorExpression::operation |
| Stereotype | |
| Template Parameter | |
| Type | <Enumeration> BooleanOperations |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
right
Public <Class> BooleanExpression right
-
This property represents the right operand of the operation expression.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_right_booleanOperatorExpression |
| Association End | |
| Class | <Class> BooleanOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1 |
| Name | right |
| Name Expression | |
| Namespace | <Class> BooleanOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> BooleanOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::BooleanOperatorExpression::right |
| Stereotype | |
| Template Parameter | |
| Type | <Class> BooleanExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
|
| expressionsdecorator - UML-Dokumentation |