Uses of Class
edu.cs.ai.kreator.logic.Literal.TruthValue

Packages that use Literal.TruthValue
edu.cs.ai.kreator.logic   
 

Uses of Literal.TruthValue in edu.cs.ai.kreator.logic
 

Methods in edu.cs.ai.kreator.logic that return Literal.TruthValue
static Literal.TruthValue Literal.TruthValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Literal.TruthValue[] Literal.TruthValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.