org.drools.fluent.simulation
Interface SimulationFluent
- All Superinterfaces:
- org.drools.fluent.FluentRoot, TestableFluent<SimulationFluent>
- All Known Implementing Classes:
- DefaultSimulationFluent
public interface SimulationFluent
- extends org.drools.fluent.FluentRoot, TestableFluent<SimulationFluent>
| Methods inherited from interface org.drools.fluent.FluentRoot |
getVariableContext |
newPath
SimulationFluent newPath(String id)
getPath
SimulationFluent getPath(String id)
newStep
SimulationFluent newStep(long distanceMillis)
newStep
SimulationFluent newStep(long distanceMillis,
TimeUnit timeUnit)
newRelativeStep
SimulationFluent newRelativeStep(long relativeDistance)
newRelativeStep
SimulationFluent newRelativeStep(long relativeDistance,
TimeUnit timeUnit)
addCommand
SimulationFluent addCommand(org.drools.command.Command command)
getActiveKnowledgeBuilderId
String getActiveKnowledgeBuilderId()
newKnowledgeBuilder
KnowledgeBuilderSimFluent newKnowledgeBuilder()
getKnowledgeBuilder
KnowledgeBuilderSimFluent getKnowledgeBuilder()
getKnowledgeBuilder
KnowledgeBuilderSimFluent getKnowledgeBuilder(String id)
getActiveKnowledgeBaseId
String getActiveKnowledgeBaseId()
newKnowledgeBase
KnowledgeBaseSimFluent newKnowledgeBase()
getKnowledgeBase
KnowledgeBaseSimFluent getKnowledgeBase()
getKnowledgeBase
KnowledgeBaseSimFluent getKnowledgeBase(String id)
getActiveKnowledgeSessionId
String getActiveKnowledgeSessionId()
newStatefulKnowledgeSession
StatefulKnowledgeSessionSimFluent newStatefulKnowledgeSession()
getStatefulKnowledgeSession
StatefulKnowledgeSessionSimFluent getStatefulKnowledgeSession()
getStatefulKnowledgeSession
StatefulKnowledgeSessionSimFluent getStatefulKnowledgeSession(String id)
getSimulation
org.drools.simulation.Simulation getSimulation()
- Gets the Simulation
- Returns:
- never null
runSimulation
void runSimulation()
- Run the Simulation with startTimeMillis now.
runSimulation
void runSimulation(long startTimeMillis)
- Run the Simulation.
- Parameters:
startTimeMillis - never null
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.