org.drools.clips.functions
Class LessThanFunction

java.lang.Object
  extended by org.drools.clips.functions.BaseInfixFunction
      extended by org.drools.clips.functions.LessThanFunction
All Implemented Interfaces:
Function

public class LessThanFunction
extends BaseInfixFunction


Constructor Summary
LessThanFunction()
           
 
Method Summary
 String getMappedSymbol()
           
 String getName()
           
 
Methods inherited from class org.drools.clips.functions.BaseInfixFunction
dump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessThanFunction

public LessThanFunction()
Method Detail

getName

public String getName()

getMappedSymbol

public String getMappedSymbol()
Specified by:
getMappedSymbol in class BaseInfixFunction


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.