jdrew.oo.builtins
Class RoundBuiltin
java.lang.Object
jdrew.oo.builtins.RoundBuiltin
- All Implemented Interfaces:
- Builtin
public class RoundBuiltin
- extends java.lang.Object
- implements Builtin
Implements a Round built-in relation.
Satisfied iff the first argument is equal to the nearest number
to the second argument with no fractional part.
If the first argument is a variable then it will be bound to the
nearest number to the second argument with no fractional part.
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundBuiltin
public RoundBuiltin()
buildResult
public DefiniteClause buildResult(Term t)
- Specified by:
buildResult in interface Builtin
getSymbol
public int getSymbol()
- Specified by:
getSymbol in interface Builtin