jdrew.oo.builtins
Class GreaterThanBuiltin

java.lang.Object
  extended by jdrew.oo.builtins.GreaterThanBuiltin
All Implemented Interfaces:
Builtin

public class GreaterThanBuiltin
extends java.lang.Object
implements Builtin

Implements a Greater Than built-in relation. The call format is greaterThan(?var, input).

Title: OO jDREW

Description: Reasoning Engine for the Semantic Web - Supporting OO RuleML 0.88

Copyright: Copyright (c) 2005

Version:
0.89
Author:
Marcel A. Ball

Constructor Summary
GreaterThanBuiltin()
           
 
Method Summary
 DefiniteClause buildResult(Term t)
           
 int getSymbol()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreaterThanBuiltin

public GreaterThanBuiltin()
Method Detail

buildResult

public DefiniteClause buildResult(Term t)
Specified by:
buildResult in interface Builtin

getSymbol

public int getSymbol()
Specified by:
getSymbol in interface Builtin