Package org.jpmml.evaluator
Interface MapHolder<V>
-
- All Known Subinterfaces:
ValueStatusHolder
- All Known Implementing Classes:
RichBaseCumHazardTables,RichBayesInput,RichDataField,RichDerivedField,RichOutputField
public interface MapHolder<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Vget(org.dmg.pmml.DataType dataType, java.lang.Object key)org.dmg.pmml.DataTypegetDataType()java.util.Map<?,V>getMap()
-