public abstract class Scope extends Object
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name) |
abstract org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName) |
abstract org.jpmml.converter.Feature |
getFeature(org.dmg.pmml.FieldName name,
int columnIndex) |
abstract org.jpmml.converter.Feature |
resolveFeature(org.dmg.pmml.FieldName name) |
public abstract org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name)
public abstract org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
int columnIndex)
public abstract org.jpmml.converter.Feature getFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.FieldName columnName)
public abstract org.jpmml.converter.Feature resolveFeature(org.dmg.pmml.FieldName name)
Copyright © 2021. All rights reserved.