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(org.dmg.pmml.FieldName name) |
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName) |
org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
int columnIndex) |
List<? extends org.jpmml.converter.Feature> |
getVariables() |
org.jpmml.converter.Feature |
resolveFeature(org.dmg.pmml.FieldName name) |
public BlockScope(List<? extends org.jpmml.converter.Feature> variables)
public org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
int columnIndex)
getFeature in class Scopepublic org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName)
getFeature in class Scopepublic org.jpmml.converter.Feature resolveFeature(org.dmg.pmml.FieldName name)
resolveFeature in class Scopepublic List<? extends org.jpmml.converter.Feature> getVariables()
Copyright © 2021. All rights reserved.