|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Expressions
Expressions.FullExpression
Expressions.Operation
Expressions.BinaryOperation
a subclass of Expression; represents the result of a well-defined mathematical operation or character manipulation on two Expression operands, which are distinguished. Instances of this class are distinct operations, such as integer-addition, real-addition, set-union, string-compare-equal, etc.
|
|||
public
FullExpression
|
left_operand
represents the operand Expression that produces one input to a BinaryOperation, distinguished (if needed) as the "left" operand in the definition of the operation |
||
public
FullExpression
|
right_operand
represents the operand Expression that produces one input to a BinaryOperation, distinguished (if needed) as the "right" operand in the definition of the operation. |
||
|
|
|||
public
FullExpression left_operand
represents the operand Expression that produces one input to a BinaryOperation, distinguished (if needed) as the "left" operand in the definition of the operation
|
public
FullExpression right_operand
represents the operand Expression that produces one input to a BinaryOperation, distinguished (if needed) as the "right" operand in the definition of the operation.
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||