Uses of Class
com.svincent.moksa.PrologFactory

Packages that use PrologFactory
com.svincent.moksa An implementation of a Warren's Abstract Machine and associated builtin predicates, to conform to ISO Prolog. 
 

Uses of PrologFactory in com.svincent.moksa
 

Methods in com.svincent.moksa that return PrologFactory
 PrologFactory Wam.getFactory()
           
 PrologFactory PrologEngine.getFactory()
          Retrieve the new object Factory used in this PrologEngine.
 

Methods in com.svincent.moksa with parameters of type PrologFactory
abstract  PrologTerm Rule.getTerm(PrologFactory factory)
          Return the Prolog term corresponding to this Rule.
 PrologTerm Builtin.BuiltinRule.getTerm(PrologFactory factory)
           
 PrologTerm Builtin.BuiltinRule.makeTerm(PrologFactory factory)
           
 PrologTerm CompiledRule.getTerm(PrologFactory factory)
           
abstract  PrologTerm CompiledRule.makeTerm(PrologFactory factory)
           
static PrologTerm JavaInterface.makeJavaError(PrologFactory factory, java.lang.Throwable ex)
           
static PrologTerm JavaInterface.makeJavaError(PrologFactory factory, java.lang.String atom)
           
static PrologTerm JavaInterface.makeJavaError(PrologFactory factory, java.lang.String atom1, java.lang.String atom2)
           
 PrologTerm InterpretedRule.getTerm(PrologFactory factory)
           
 

Constructors in com.svincent.moksa with parameters of type PrologFactory
PrologTokenizer.PrologTokenizer(PrologFactory _factory)
           
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.