Package org.kie.pmml.api.models
Interface PMMLStep
-
public interface PMMLStepInterface 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(java.lang.String infoName, java.lang.Object infoValue)java.util.Map<java.lang.String,java.lang.Object>getInfo()
-