|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moremotion.evaluator.MyFunc
public class MyFunc
Constructor Summary | |
---|---|
MyFunc()
|
Method Summary | |
---|---|
java.lang.Object |
execute(Expression[] params,
MScriptFunctionContext msfc)
Executes the algorithm of the custom MScript function and returns the result. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyFunc()
Method Detail |
---|
public java.lang.Object execute(Expression[] params, MScriptFunctionContext msfc) throws MScriptFunctionException
MScriptFunction
execute
in interface MScriptFunction
params
- The function parameters as Expression
object array.msfc
- MScriptFunctionContext object
MScriptFunctionException
- when something goes wrong with the execution of the function.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |