Uses of Class
jasima.core.simulation.util.SimOperations.SimEventType
-
Packages that use SimOperations.SimEventType Package Description jasima.core.simulation jasima.core.simulation.util -
-
Uses of SimOperations.SimEventType in jasima.core.simulation
Methods in jasima.core.simulation that return SimOperations.SimEventType Modifier and Type Method Description SimOperations.SimEventTypeSimEvent. eventType() -
Uses of SimOperations.SimEventType in jasima.core.simulation.util
Methods in jasima.core.simulation.util that return SimOperations.SimEventType Modifier and Type Method Description static SimOperations.SimEventTypeSimOperations.SimEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static SimOperations.SimEventType[]SimOperations.SimEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.simulation.util with parameters of type SimOperations.SimEventType Modifier and Type Method Description default SimEventSimOperations. scheduleAt(double time, int prio, Runnable method, SimOperations.SimEventType eventType)default SimEventSimOperations. scheduleAt(double time, Runnable method, SimOperations.SimEventType eventType)default SimEventSimOperations. scheduleAt(String description, double time, int prio, Runnable action, SimOperations.SimEventType eventType)Schedules a call tomethodat a certain point in time.default SimEventSimOperations. scheduleAt(String description, double time, Runnable action, SimOperations.SimEventType eventType)default SimEventSimOperations. scheduleIn(double time, int prio, Runnable method, SimOperations.SimEventType eventType)default SimEventSimOperations. scheduleIn(double time, Runnable method, SimOperations.SimEventType eventType)default SimEventSimOperations. scheduleIn(String description, double time, int prio, Runnable method, SimOperations.SimEventType eventType)Schedules a call tomethodin a certain amount of time.default SimEventSimOperations. scheduleIn(String description, double time, Runnable method, SimOperations.SimEventType eventType)
-