Uses of Class
org.episteme.natural.engineering.eventdriven.EventSpec
Packages that use EventSpec
-
Uses of EventSpec in org.episteme.natural.biology
Methods in org.episteme.natural.biology with parameters of type EventSpec -
Uses of EventSpec in org.episteme.natural.engineering.eventdriven
Methods in org.episteme.natural.engineering.eventdriven that return EventSpecMethods in org.episteme.natural.engineering.eventdriven with parameters of type EventSpecModifier and TypeMethodDescriptionvoidEventDrivenEngine.scheduleEvent(String targetId, EventSpec spec, double delay, Object... args) Schedules an event to occur after a delay.voidprotected voidvoidEventDrivenEngine.sendInternalEvent(SimulationAgent target, EventSpec spec, Object... args) protected voidSimulationEntity.sendInternalEvent(EventSpec spec, Object... args) Constructors in org.episteme.natural.engineering.eventdriven with parameters of type EventSpecModifierConstructorDescriptionEvent(SimulationAgent target, EventSpec spec, double time, Object[] args)