formula
Class LogicalConstant

java.lang.Object
  extended by formula.LogicalConstant
All Implemented Interfaces:
Formula

public class LogicalConstant
extends java.lang.Object
implements Formula

A logical constant, representing true or false.


Constructor Summary
LogicalConstant(boolean _value)
          Constructs a logical constant.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalConstant

public LogicalConstant(boolean _value)
Constructs a logical constant.

Parameters:
_value - The constant's value.