org.drools.ide.common.server.testscenarios.populators
Interface Populator


public interface Populator


Method Summary
 List<FieldPopulator> getFieldPopulators()
           
 String getName()
           
 void populate(org.drools.common.InternalWorkingMemory workingMemory, Map<String,org.drools.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.drools.common.InternalWorkingMemory workingMemory,
              Map<String,org.drools.FactHandle> factHandles)


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