jdrew.oo.builtins
Class StringUpperCaseBuiltin

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

public class StringUpperCaseBuiltin
extends java.lang.Object
implements Builtin

Implements a Sting Upper Case relation. Calling format StringUpperCase(?input1, ?input2). Satisfied iff the first argument is equal to the upper-cased value of the second argument. If the first argument is a variable then it will be bound to the upper-cased value of the second argument.

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
StringUpperCaseBuiltin()
           
 
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

StringUpperCaseBuiltin

public StringUpperCaseBuiltin()
Method Detail

buildResult

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

getSymbol

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