Uses of Package
edu.ull.cgunay.utils

Packages that use edu.ull.cgunay.utils
edu.ull.cgunay.plots Grapher independent plotting system that allows using external grapher programs to display plots created in Java.  
edu.ull.cgunay.utils General Java utilities, specifically application independent high level iteration facilities based on the Java 2 Collections technologies.  
 

Classes in edu.ull.cgunay.utils used by edu.ull.cgunay.plots
Task
          Interface to describe a task that takes one argument.
TaskWithReturn
          Contains additional method for returning an intermediate value from task.
 

Classes in edu.ull.cgunay.utils used by edu.ull.cgunay.utils
BreakOutOfIterationException
          Thrown in iterators when the iteration needs to be terminated.
Iteration
          Allows iterating on the Collections of JAVA 2 SDK with a high level interface.
ParallelTask
          Parallel analog of an iteration where a given task is executed on each of the items of a collection concurrently.
Simulation
          A general steppable simulation abstraction.
Task
          Interface to describe a task that takes one argument.
TaskException
          Base class for exceptions thwrown from Iteration related procedures.
TaskWithReturn
          Contains additional method for returning an intermediate value from task.