|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcmsc433.p2.Validate
public class Validate
Validates a simulation
| Constructor Summary | |
|---|---|
Validate()
|
|
| Method Summary | |
|---|---|
static boolean |
validateSimulation(java.util.List<SimulationEvent> events)
Validates the given list of events is a valid simulation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Validate()
| Method Detail |
|---|
public static boolean validateSimulation(java.util.List<SimulationEvent> events)
events - - a list of events generated by the simulation
in the order they were generated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||