de.xabsl.jxabsl.expression.decimal
Class MultiplyOperator

java.lang.Object
  extended by de.xabsl.jxabsl.expression.decimal.DecimalExpression
      extended by de.xabsl.jxabsl.expression.decimal.ArithmeticOperator
          extended by de.xabsl.jxabsl.expression.decimal.MultiplyOperator

public class MultiplyOperator
extends ArithmeticOperator

Represents a * operator in the option graph


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.decimal.ArithmeticOperator
operand1, operand2
 
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression
debug
 
Constructor Summary
MultiplyOperator(DebugMessages debug)
           
 
Method Summary
 double getValue()
          Return the value of the expression
 
Methods inherited from class de.xabsl.jxabsl.expression.decimal.ArithmeticOperator
create, toString
 
Methods inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiplyOperator

public MultiplyOperator(DebugMessages debug)
Method Detail

getValue

public double getValue()
Description copied from class: DecimalExpression
Return the value of the expression

Specified by:
getValue in class DecimalExpression