public abstract class Scope extends Object implements org.jpmml.converter.FeatureResolver
| Constructor and Description |
|---|
Scope() |
Scope(org.jpmml.converter.PMMLEncoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
org.jpmml.converter.PMMLEncoder |
getEncoder() |
abstract org.jpmml.converter.Feature |
getFeature(String name) |
abstract org.jpmml.converter.Feature |
getFeature(String name,
int columnIndex) |
abstract org.jpmml.converter.Feature |
getFeature(String name,
String columnName) |
org.jpmml.converter.Feature |
resolveFeature(String name) |
public abstract org.jpmml.converter.Feature getFeature(String name)
public abstract org.jpmml.converter.Feature getFeature(String name, int columnIndex)
public org.jpmml.converter.Feature resolveFeature(String name)
resolveFeature in interface org.jpmml.converter.FeatureResolverpublic org.jpmml.converter.PMMLEncoder getEncoder()
Copyright © 2024. All rights reserved.