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(String infoName, Object infoValue)Map<String,Object>getInfo()
-