public class BlockScope extends Scope
| Modifier and Type | Field and Description |
|---|---|
static BlockScope |
EMPTY |
| Constructor and Description |
|---|
BlockScope(List<? extends org.jpmml.converter.Feature> variables) |
BlockScope(List<? extends org.jpmml.converter.Feature> variables,
org.jpmml.converter.PMMLEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.Feature |
getFeature(String name) |
org.jpmml.converter.Feature |
getFeature(String name,
int columnIndex) |
org.jpmml.converter.Feature |
getFeature(String name,
String columnName) |
List<? extends org.jpmml.converter.Feature> |
getVariables() |
org.jpmml.converter.Feature |
resolveFeature(String name) |
getEncoderpublic static final BlockScope EMPTY
public BlockScope(List<? extends org.jpmml.converter.Feature> variables)
public BlockScope(List<? extends org.jpmml.converter.Feature> variables, org.jpmml.converter.PMMLEncoder encoder)
public org.jpmml.converter.Feature getFeature(String name)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(String name, int columnIndex)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(String name, String columnName)
getFeature in class Scopepublic org.jpmml.converter.Feature resolveFeature(String name)
resolveFeature in interface org.jpmml.converter.FeatureResolverresolveFeature in class Scopepublic List<? extends org.jpmml.converter.Feature> getVariables()
Copyright © 2023. All rights reserved.