org.jbpm.simulation.impl
Class WorkingMemorySimulationRepository
java.lang.Object
org.jbpm.simulation.impl.InMemorySimulationRepository
org.jbpm.simulation.impl.WorkingMemorySimulationRepository
- All Implemented Interfaces:
- SimulationRepository
public class WorkingMemorySimulationRepository
- extends InMemorySimulationRepository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkingMemorySimulationRepository
public WorkingMemorySimulationRepository()
WorkingMemorySimulationRepository
public WorkingMemorySimulationRepository(String... rules)
WorkingMemorySimulationRepository
public WorkingMemorySimulationRepository(org.kie.api.io.Resource... rules)
WorkingMemorySimulationRepository
public WorkingMemorySimulationRepository(boolean fireRulesOnStore,
org.kie.api.io.Resource... rules)
WorkingMemorySimulationRepository
public WorkingMemorySimulationRepository(boolean fireRulesOnStore,
String... rules)
storeEvent
public void storeEvent(SimulationEvent event)
- Specified by:
storeEvent in interface SimulationRepository- Overrides:
storeEvent in class InMemorySimulationRepository
fireAllRules
public void fireAllRules()
getSession
public org.kie.api.runtime.KieSession getSession()
getAggregatedEvents
public List<AggregatedSimulationEvent> getAggregatedEvents()
getGlobal
public Object getGlobal(String globalName)
close
public void close()
- Overrides:
close in class InMemorySimulationRepository
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.