|
| expressionsdecorator - UML-Dokumentation |
KlasseCompareExpression
This class represents an expression formed by a comparison of two terms, e. g. a op b, where a and b are boolean expressions and op is a boolean operator defined as member of boolean operations.
| Attribute |
| <Enumeration> CompareOperations | operation |
The operation attribute specifies the actual operation.
|
| <Class> Term | left |
This property represents the left operand of the expression.
|
| <Class> Term | right |
This property represents the right operand of the expression.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | CompareExpression |
| Name Expression | |
| Namespace | <<ePackage>> <Model> expressionsdecorator |
| Owned Template Signature | |
| Owner | <<ePackage>> <Model> expressionsdecorator |
| Owning Template Parameter | |
| Package | <<ePackage>> <Model> expressionsdecorator |
| Qualified Name | expressionsdecorator::CompareExpression |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
left
Public <Class> Term left
-
This property represents the left operand of the expression.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_left_compareExpression |
| Association End | |
| Class | <Class> CompareExpression |
| 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> CompareExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> CompareExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::CompareExpression::left |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Term |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
operation
Public <Enumeration> CompareOperations operation
-
The operation attribute specifies the actual operation.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> CompareExpression |
| 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> CompareExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> CompareExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::CompareExpression::operation |
| Stereotype | |
| Template Parameter | |
| Type | <Enumeration> CompareOperations |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
right
Public <Class> Term right
-
This property represents the right operand of the expression.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_right_compareExpression |
| Association End | |
| Class | <Class> CompareExpression |
| 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> CompareExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> CompareExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::CompareExpression::right |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Term |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
|
| expressionsdecorator - UML-Dokumentation |