org.drools.clips.functions
Class MultiplyFunction

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

public class MultiplyFunction
extends BaseInfixFunction


Constructor Summary
MultiplyFunction()
           
 
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

MultiplyFunction

public MultiplyFunction()
Method Detail

getName

public String getName()

getMappedSymbol

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


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