Package org.kie.pmml.api.models
Interface PMMLStep
-
- All Superinterfaces:
Serializable
public interface PMMLStep extends Serializable
Interface representing a meaningful step of PMML execution. The actual meaning will be implemented on a per-model basis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInfo(String infoName, Object infoValue)Map<String,Object>getInfo()
-