|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.logic.propositional.algorithms.DPLL.SymbolValuePair
public class DPLL.SymbolValuePair
Field Summary | |
---|---|
Symbol |
symbol
|
java.lang.Boolean |
value
|
Constructor Summary | |
---|---|
DPLL.SymbolValuePair()
|
|
DPLL.SymbolValuePair(Symbol symbol,
boolean bool)
|
Method Summary | |
---|---|
boolean |
notNull()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Symbol symbol
public java.lang.Boolean value
Constructor Detail |
---|
public DPLL.SymbolValuePair()
public DPLL.SymbolValuePair(Symbol symbol, boolean bool)
Method Detail |
---|
public boolean notNull()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |