org.drools.simulation.fluent
Interface SimulationFluentBuilder<T>
- All Known Subinterfaces:
- KieSessionSimulationFluent, SimulationFluent
- All Known Implementing Classes:
- DefaultSimulationFluent, DefaultStatefulKnowledgeSessionSimFluent
public interface SimulationFluentBuilder<T>
newStep
T newStep(long distanceMillis)
newStep
T newStep(long distanceMillis,
TimeUnit timeUnit)
newRelativeStep
T newRelativeStep(long relativeDistance)
newRelativeStep
T newRelativeStep(long relativeDistance,
TimeUnit timeUnit)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.