org.drools.fluent.session
Interface StatefulKnowledgeSessionSimFluent

All Superinterfaces:
StatefulProcessSessionFluent<StatefulKnowledgeSessionSimFluent>, StatefulRuleSessionFluent<StatefulKnowledgeSessionSimFluent>, TestableFluent<StatefulKnowledgeSessionSimFluent>
All Known Implementing Classes:
DefaultStatefulKnowledgeSessionSimFluent

public interface StatefulKnowledgeSessionSimFluent
extends StatefulRuleSessionFluent<StatefulKnowledgeSessionSimFluent>, StatefulProcessSessionFluent<StatefulKnowledgeSessionSimFluent>, TestableFluent<StatefulKnowledgeSessionSimFluent>


Method Summary
 SimulationFluent end()
           
 SimulationFluent end(String name)
           
 SimulationFluent end(String context, String name)
           
 StatefulKnowledgeSessionSimFluent newRelativeStep(long relativeDistance)
           
 StatefulKnowledgeSessionSimFluent newRelativeStep(long relativeDistance, TimeUnit timeUnit)
           
 StatefulKnowledgeSessionSimFluent newStep(long distanceMillis)
           
 StatefulKnowledgeSessionSimFluent newStep(long distanceMillis, TimeUnit timeUnit)
           
 
Methods inherited from interface org.drools.fluent.session.StatefulRuleSessionFluent
fireAllRules, insert, retract, set, setGlobal, update
 
Methods inherited from interface org.drools.fluent.session.StatefulProcessSessionFluent
createProcessInstance, signalEvent, signalEvent, startProcess, startProcess, startProcessInstance
 
Methods inherited from interface org.drools.fluent.test.TestableFluent
test, test, test, test
 

Method Detail

newStep

StatefulKnowledgeSessionSimFluent newStep(long distanceMillis)

newStep

StatefulKnowledgeSessionSimFluent newStep(long distanceMillis,
                                          TimeUnit timeUnit)

newRelativeStep

StatefulKnowledgeSessionSimFluent newRelativeStep(long relativeDistance)

newRelativeStep

StatefulKnowledgeSessionSimFluent newRelativeStep(long relativeDistance,
                                                  TimeUnit timeUnit)

end

SimulationFluent end(String context,
                     String name)

end

SimulationFluent end(String name)

end

SimulationFluent end()


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