Package gov.nasa.jpl.engine
package gov.nasa.jpl.engine
Package that contains the main ModelingEngine code that runs the discrete
event simulator. Also contains the Setup helper class and defines
AdaptationException that core uses to let adapters know they made a mistake.
-
ClassDescriptionCustom exception for adaptation errors to prevent them from doing things the engine won't like but are syntactically correct Java.Implementation of ModelingEngine that uses ArrayBlockingQueue objects for synchronization between threads.A Waiter is an object stored by the engine that tells it to run a certain function (Activity model()) at a certain time.