org.drools.ide.common.server.testscenarios.populators
Interface Populator
public interface Populator
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-2014 JBoss by Red Hat. All Rights Reserved.