mess.extensions
Class CallFromMultifield

java.lang.Object
  |
  +--mess.extensions.CallFromMultifield

public class CallFromMultifield
extends Object
implements Userfunction


Constructor Summary
CallFromMultifield(Rete rete)
           
 
Method Summary
 Value call(ValueVector vv, Context context)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallFromMultifield

public CallFromMultifield(Rete rete)
Method Detail

getName

public String getName()
Specified by:
getName in interface Userfunction

call

public Value call(ValueVector vv,
                  Context context)
           throws JessException
Specified by:
call in interface Userfunction