com.svincent.moksa
Class PrologEngine.SubtractHandler

java.lang.Object
  |
  +--com.svincent.moksa.WamObject
        |
        +--com.svincent.moksa.PrologEngine.ArithmeticHandler
              |
              +--com.svincent.moksa.PrologEngine.SubtractHandler
Enclosing class:
PrologEngine

public class PrologEngine.SubtractHandler
extends PrologEngine.ArithmeticHandler


Constructor Summary
PrologEngine.SubtractHandler()
           
 
Method Summary
 PrologTerm evaluate(PrologTerm[] operands)
           
 java.lang.String getName()
           
 
Methods inherited from class com.svincent.moksa.WamObject
tag, tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologEngine.SubtractHandler

public PrologEngine.SubtractHandler()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class PrologEngine.ArithmeticHandler

evaluate

public PrologTerm evaluate(PrologTerm[] operands)
                    throws PrologException
Overrides:
evaluate in class PrologEngine.ArithmeticHandler



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.