org.drools.clips.functions
Class BaseInfixFunction

java.lang.Object
  extended by org.drools.clips.functions.BaseInfixFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
EqFunction, LessThanFunction, LessThanOrEqFunction, MinusFunction, MoreThanFunction, MoreThanOrEqFunction, MultiplyFunction, PlusFunction

public abstract class BaseInfixFunction
extends Object
implements Function


Constructor Summary
BaseInfixFunction()
           
 
Method Summary
 void dump(LispForm lispForm, Appendable appendable)
           
abstract  String getMappedSymbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.clips.Function
getName
 

Constructor Detail

BaseInfixFunction

public BaseInfixFunction()
Method Detail

getMappedSymbol

public abstract String getMappedSymbol()

dump

public void dump(LispForm lispForm,
                 Appendable appendable)
Specified by:
dump in interface Function


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