Interface PMMLRuleMappers
-
public interface PMMLRuleMappersClass used to retrieve all theorg.drools.model.Models associated to aKiePMMLModel.For
KiePMMLDroolsModel, there is a 1:1 relationship.For
KiePMMLMiningModel, there is a 1:n relationship, where n represent the nestedKiePMMLDroolsModels.For all other
KiePMMLModels, this is unused.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PMMLRuleMapper>getPMMLRuleMappers()
-
-
-
Method Detail
-
getPMMLRuleMappers
List<PMMLRuleMapper> getPMMLRuleMappers()
-
-