Uses of Class
ai.krr.fol.TruthValue

Packages that use TruthValue
ai.krr.fol   
 

Uses of TruthValue in ai.krr.fol
 

Fields in ai.krr.fol declared as TruthValue
static TruthValue TruthValue.FALSE
          the TruthValue for FALSE
static TruthValue TruthValue.TRUE
          the TruthValue for TRUE
 

Methods in ai.krr.fol that return TruthValue
 TruthValue TruthValue.clone()
           Cloning a TruthValue returns this Object.
 TruthValue TruthValue.clone(Substitution s)
           Cloning a TruthValue returns this Object.
protected  TruthValue XfolSentenceAdaptor.parseTruthValue(org.w3c.dom.Element node)
           
 

Methods in ai.krr.fol with parameters of type TruthValue
 int TruthValue.compareTo(TruthValue other)
           This function compares this TruthValue to the given TruthValue.
protected  org.w3c.dom.Element XfolSentenceAdaptor.generateTruthValueNode(org.w3c.dom.Document doc, TruthValue tValue, java.util.Set<NameSpace> nss)
           
protected static void KifSentenceAdaptor.writeTruthValue(TruthValue tValue, java.io.Writer w)
           This function writes the given TruthValue to the given Writer.