|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogic.Formula
logic.True
public class True
True
Represents the true clause. Typically returns the entire state space.Copyright(c) 2005 Université Laval, LSFM research group.
Field Summary | |
---|---|
static java.lang.String |
TYPE
Constant representing the true clause. |
Fields inherited from class logic.Formula |
---|
subFormula |
Constructor Summary | |
---|---|
True()
Default constructor ... calls the base class constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Détermine if the object provided is a true clause. |
java.lang.String |
getType()
Returns the constant representing the true clause |
Methods inherited from class logic.Formula |
---|
depth, getSubFormula, setSubFormula, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
LogicParser
,
Constant Field ValuesConstructor Detail |
---|
public True()
Method Detail |
---|
public java.lang.String getType()
getType
in class Formula
public boolean equals(java.lang.Object o)
equals
in class Formula
o
- the object to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |