Uses of Class
com.svincent.moksa.PrologEngine.ArithmeticHandler

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

Uses of PrologEngine.ArithmeticHandler in com.svincent.moksa
 

Subclasses of PrologEngine.ArithmeticHandler in com.svincent.moksa
 class PrologEngine.AddHandler
           
 class PrologEngine.NegateHandler
           
 class PrologEngine.SubtractHandler
           
 

Methods in com.svincent.moksa that return PrologEngine.ArithmeticHandler
 PrologEngine.ArithmeticHandler PrologEngine.lookupArithmeticHandler(java.lang.String name)
           
 

Methods in com.svincent.moksa with parameters of type PrologEngine.ArithmeticHandler
 void PrologEngine.addArithmeticHandler(PrologEngine.ArithmeticHandler ah)
           
 




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.