Drools Workbench - Test Scenarios Model 6.1.0.Beta1

org.drools.workbench.models.testscenarios.backend.populators
Interface Populator


public interface Populator


Method Summary
 List<FieldPopulator> getFieldPopulators()
           
 String getName()
           
 void populate(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
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
NoSuchMethodException

populate

void populate(org.kie.api.runtime.KieSession ksession,
              Map<String,org.kie.api.runtime.rule.FactHandle> factHandles)

Drools Workbench - Test Scenarios Model 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.