public class BlockScope extends Scope
| Constructor and Description |
|---|
BlockScope(List<? extends org.jpmml.converter.Feature> variables) |
| 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) |
public BlockScope(List<? extends org.jpmml.converter.Feature> variables)
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)
public List<? extends org.jpmml.converter.Feature> getVariables()
Copyright © 2022. All rights reserved.