Uses of Class
com.svincent.moksa.Variable

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

Uses of Variable in com.svincent.moksa
 

Methods in com.svincent.moksa that return Variable
 Variable[] PrologEngine.solve(CompoundTerm goal)
          Utility method from outside.
 Variable PrologFactory.makeTemporaryVariable()
           
 Variable PrologFactory.makeTemporaryVariable(java.lang.String name)
           
 Variable PrologFactory.makeVariable(java.lang.String name)
           
 

Methods in com.svincent.moksa with parameters of type Variable
 java.lang.Object PrologTermVisitor.visitVariable(Variable v, java.lang.Object parm)
           
 java.lang.Object Prologc.PrologTermCompiler.visitVariable(Variable v, java.lang.Object parm)
           
 java.lang.Object VariableCollector.visitVariable(Variable v, java.lang.Object _l)
           
 




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.