Uses of Package
jarol

Packages that use jarol
jarol Provides classes and interfaces for the Jarol Control Infrastructure. 
jarol.messages Provides core messaging functionality, for message definition and communication. 
 

Classes in jarol used by jarol
JarolCore
          Abstract class for controlling a vehicle that is connected to a vehicle and a control terminal (terminal unit + navigation unit).
JarolCoreInterface
          The JarolCoreInterface should be implemented by the class that performs the control operations.
MessageInterface
          MessageInterface should be implemented by any class whose instances should provide a clone(), toString() and deepClone() methods.
Port
          Port is a data transfer point that provides concurrent access for a single-reader and a single-writer.
Signal
          Signal is a synchronization point, the await() call causes the callers (e.g., thread, process, exotask,...) to be suspended until a signal() call is performed by an arbitary task.
TimeTriggerInterface
          TimeTriggerInterface should be implemented by any class whose instances should provide a periodic "Tick" on watchers.
 

Classes in jarol used by jarol.messages
MessageInterface
          MessageInterface should be implemented by any class whose instances should provide a clone(), toString() and deepClone() methods.
Port
          Port is a data transfer point that provides concurrent access for a single-reader and a single-writer.
Signal
          Signal is a synchronization point, the await() call causes the callers (e.g., thread, process, exotask,...) to be suspended until a signal() call is performed by an arbitary task.