public class FunctionDefScope extends BlockScope
EMPTY| Constructor and Description |
|---|
FunctionDefScope(FunctionDef functionDef,
List<? extends org.jpmml.converter.Feature> variables) |
FunctionDefScope(FunctionDef functionDef,
List<? extends org.jpmml.converter.Feature> variables,
org.jpmml.converter.PMMLEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDef |
getFunctionDef() |
int |
getParameterIndex(String name) |
org.jpmml.converter.Feature |
resolveFeature(String name) |
getFeature, getFeature, getFeature, getVariablesgetEncoderpublic FunctionDefScope(FunctionDef functionDef, List<? extends org.jpmml.converter.Feature> variables)
public FunctionDefScope(FunctionDef functionDef, List<? extends org.jpmml.converter.Feature> variables, org.jpmml.converter.PMMLEncoder encoder)
public org.jpmml.converter.Feature resolveFeature(String name)
resolveFeature in interface org.jpmml.converter.FeatureResolverresolveFeature in class BlockScopepublic int getParameterIndex(String name)
public FunctionDef getFunctionDef()
Copyright © 2023. All rights reserved.