public interface SimulationFluentBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
newRelativeStep(long relativeDistance) |
T |
newRelativeStep(long relativeDistance,
TimeUnit timeUnit) |
T |
newStep(long distanceMillis) |
T |
newStep(long distanceMillis,
TimeUnit timeUnit) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.