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>
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.