|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.logic.fol.kb.data.Literal aima.logic.fol.kb.data.ReducedLiteral
public class ReducedLiteral
Constructor Summary | |
---|---|
ReducedLiteral(AtomicSentence atom)
|
|
ReducedLiteral(AtomicSentence atom,
boolean negated)
|
Method Summary | |
---|---|
Literal |
newInstance(AtomicSentence atom)
|
java.lang.String |
toString()
|
Methods inherited from class aima.logic.fol.kb.data.Literal |
---|
equals, getAtomicSentence, hashCode, isNegativeLiteral, isPositiveLiteral |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReducedLiteral(AtomicSentence atom)
public ReducedLiteral(AtomicSentence atom, boolean negated)
Method Detail |
---|
public Literal newInstance(AtomicSentence atom)
newInstance
in class Literal
public java.lang.String toString()
toString
in class Literal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |