de.xabsl.jxabsl.expression.bool
Class EqualToOperator

java.lang.Object
  extended by de.xabsl.jxabsl.expression.bool.BooleanExpression
      extended by de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator
          extended by de.xabsl.jxabsl.expression.bool.EqualToOperator

public class EqualToOperator
extends RelationalAndEqualityOperator

Represents an 'equal-to' element of the option graph


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator
operand1, operand2
 
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
debug
 
Constructor Summary
EqualToOperator(DebugMessages debug)
          Constructor.
 
Method Summary
 boolean getValue()
          Returns the value of the boolean expression.
 
Methods inherited from class de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator
create, toString
 
Methods inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EqualToOperator

public EqualToOperator(DebugMessages debug)
Constructor.

Parameters:
debug - For debugging output
Method Detail

getValue

public boolean getValue()
Description copied from class: BooleanExpression
Returns the value of the boolean expression.

Specified by:
getValue in class BooleanExpression
Returns:
the value of the boolean expression