de.xabsl.jxabsl.expression.decimal
Class MinusOperator

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.MinusOperator

public class MinusOperator
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
MinusOperator(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

MinusOperator

public MinusOperator(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