Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

Expressions

Class BinaryOperation

Expressions.Expression
    inheritExpressions.FullExpression
        inheritExpressions.Operation
            inheritExpressions.BinaryOperation

public class 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.

See clause 12 of ISO 10303-11:2004.


 Association Summary
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. 

arrow_up
 

 

 Association Detail

left_operand

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

See clause 12 of ISO 10303-11:2004. 
arrow_up


right_operand

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.

See clause 12 of ISO 10303-11:2004. 
arrow_up
Created  2005 - 6 - 15

    Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

Generated with Poseidon for UMLTM.
Poseidon is a registered trademark of Gentleware AG in Germany, USA and other countries. Copyright 2003-2004 Gentleware AG, Schanzenstr. 70, 20357 Hamburg, Germany. All Rights Reserved.

UML is a trademark or registered trademark of Object Management Group, Inc. in the U.S. and other countries.