Package pl.decerto.hyperon.runtime.model
Class PythonFunction
java.lang.Object
org.smartparam.engine.core.function.Function
pl.decerto.hyperon.runtime.model.Function
pl.decerto.hyperon.runtime.model.PythonFunction
- All Implemented Interfaces:
Element
-
Constructor Summary
ConstructorsConstructorDescriptionPythonFunction(int id, int implId, String code, String args, String body) PythonFunction(int id, int implId, String code, String args, String body, Date lastUpdate, FunctionLogLevel logLevel) -
Method Summary
Methods 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
-
PythonFunction
-
PythonFunction
public PythonFunction(int id, int implId, String code, String args, String body, Date lastUpdate, FunctionLogLevel logLevel)
-
-
Method Details