public class Validate
extends java.lang.Object
| Constructor and Description |
|---|
Validate() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
validateSimulation(java.util.List<SimulationEvent> events)
Validates the given list of events is a valid simulation.
|
public static boolean validateSimulation(java.util.List<SimulationEvent> events)
events - - a list of events generated by the simulation
in the order they were generated.