Package pl.decerto.hyperon.runtime.model
Class RhinoFunction
java.lang.Object
org.smartparam.engine.core.function.Function
pl.decerto.hyperon.runtime.model.Function
pl.decerto.hyperon.runtime.model.RhinoFunction
- All Implemented Interfaces:
Element
- Author:
- przemek hertel
-
Constructor Summary
ConstructorsConstructorDescriptionRhinoFunction(int id, int implId, String code, String args, String body) RhinoFunction(int id, int implId, String code, String args, String body, Date lastupdate, FunctionLogLevel logLevel) RhinoFunction(String code) -
Method Summary
Modifier and TypeMethodDescriptionto override in subclasses if neededMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface pl.decerto.hyperon.runtime.model.Element
getName, getRegionVersionId
-
Constructor Details
-
RhinoFunction
public RhinoFunction(int id, int implId, String code, String args, String body, Date lastupdate, FunctionLogLevel logLevel) -
RhinoFunction
-
RhinoFunction
-
-
Method Details