GNU Prolog for Java

Uses of Class
gnu.prolog.database.Predicate.TYPE

Packages that use Predicate.TYPE
gnu.prolog.database   
 

Uses of Predicate.TYPE in gnu.prolog.database
 

Fields in gnu.prolog.database declared as Predicate.TYPE
protected  Predicate.TYPE Predicate.type
          type of predicate.
 

Methods in gnu.prolog.database that return Predicate.TYPE
 Predicate.TYPE Predicate.getType()
          get type of predicate
static Predicate.TYPE Predicate.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Predicate.TYPE[] Predicate.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gnu.prolog.database with parameters of type Predicate.TYPE
 void PrologTextLoaderState.defineExternal(PrologTextLoader loader, CompoundTerm pi, String javaClassName, Predicate.TYPE type)
           
 void Predicate.setType(Predicate.TYPE type)
          set type of predicate
 


GNU Prolog for Java