Package org.jpmml.python
Class BlockScope
- java.lang.Object
-
- org.jpmml.python.Scope
-
- org.jpmml.python.BlockScope
-
- All Implemented Interfaces:
org.jpmml.converter.FeatureResolver
public class BlockScope extends Scope
-
-
Field Summary
Fields Modifier and Type Field Description static BlockScopeEMPTY
-
Constructor Summary
Constructors Constructor Description BlockScope(List<? extends org.jpmml.converter.Feature> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jpmml.converter.FeaturegetFeature(String name)org.jpmml.converter.FeaturegetFeature(String name, int columnIndex)org.jpmml.converter.FeaturegetFeature(String name, String columnName)List<? extends org.jpmml.converter.Feature>getVariables()org.jpmml.converter.FeatureresolveFeature(String name)
-
-
-
Field Detail
-
EMPTY
public static final BlockScope EMPTY
-
-
Constructor Detail
-
BlockScope
public BlockScope(List<? extends org.jpmml.converter.Feature> variables)
-
-
Method Detail
-
getFeature
public org.jpmml.converter.Feature getFeature(String name)
- Specified by:
getFeaturein classScope
-
getFeature
public org.jpmml.converter.Feature getFeature(String name, int columnIndex)
- Specified by:
getFeaturein classScope
-
getFeature
public org.jpmml.converter.Feature getFeature(String name, String columnName)
- Specified by:
getFeaturein classScope
-
resolveFeature
public org.jpmml.converter.Feature resolveFeature(String name)
-
getVariables
public List<? extends org.jpmml.converter.Feature> getVariables()
-
-