Step

Immutable class. Java Bean that store the stepNumber and the simulation time in seconds of a specific time step. A simulation step is defined by simTimeStepLength that is if t is the simulation time than ceil(t / simTimeStepLength) is the simulation Step. @author Benedikt Zoennchen


Field: stepNumber [int]

---


Field: MIN_TOLERANCE [double]

---


Field: MAX_TOLERANCE [double]

---


Field: FIST_STEP [Step]

---


Field: MINIMAL_STEP [int]

---