Package org.jpmml.python
Class FunctionDef
- java.lang.Object
-
- org.jpmml.python.FunctionDef
-
public class FunctionDef extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctionDef.Parameter
-
Constructor Summary
Constructors Constructor Description FunctionDef(String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<FunctionDef.Parameter>getParameters()StringgetReturnType()StringgetString()voidsetName(String name)voidsetReturnType(String returnType)
-
-
-
Constructor Detail
-
FunctionDef
public FunctionDef(String string)
-
-