Interface Populator
-
- All Known Implementing Classes:
DummyFactPopulator,NewFactPopulator
public interface Populator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FieldPopulator>getFieldPopulators()StringgetName()voidpopulate(org.kie.api.runtime.KieSession ksession, Map<String,org.kie.api.runtime.rule.FactHandle> factHandles)
-
-
-
Method Detail
-
getName
String getName()
-
getFieldPopulators
List<FieldPopulator> getFieldPopulators() throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
-
-