|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogic.SymbolicObject
logic.Sentence
logic.AtomicSentence
logic.False
Field Summary |
Fields inherited from class logic.AtomicSentence |
_p |
Constructor Summary | |
False()
|
Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
Sentence |
negate()
Return the negation of this sentence by applying deMorgan's law. |
SymbolicObject |
symbolicSignature()
|
Substitution |
unify(SymbolicObject t,
Substitution s)
Given two terms, return their most general unifier, or null if they don't unify. |
Methods inherited from class logic.AtomicSentence |
addTerm, addTerms, compareTo, eliminateExists, eliminateForall, flatten, getFirst, getFirstTerm, getList, getName, getRest, getTerm, getTerm, getTerms, hashCode, numTerms, obtainVariables, reconcileTypes, renameVariables, setTerm, setTerm, setTerms, substitute, substituteVariable, symbolicMatch, toString |
Methods inherited from class logic.Sentence |
containsDisjunction, containsTerm, getSList, infoString, initializeOccurrences, isAdmissibleOutcome, isAtomic, isCompound, isEquals, isNegation, isNegationOf, isNotEquals, isSymbol, relativize, toSentence |
Methods inherited from class logic.SymbolicObject |
copyData, debugString, geq, getOccurrences, getProbability, getType, getTypeName, gt, isTyped, leq, lt, setOccurrences, setProbability, setType |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public False()
Method Detail |
public java.lang.Object clone()
clone
in class AtomicSentence
public boolean equals(java.lang.Object o)
equals
in class AtomicSentence
public SymbolicObject symbolicSignature()
symbolicSignature
in class SymbolicObject
public Sentence negate()
Sentence
negate
in class Sentence
public Substitution unify(SymbolicObject t, Substitution s)
SymbolicObject
unify
in class AtomicSentence
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |