Serialized Form


Package edu.ull.cgunay.utils

Class edu.ull.cgunay.utils.BreakOutOfIterationException implements Serializable

Serialized Fields

currentObject

Object currentObject

Class edu.ull.cgunay.utils.ComparableSortedSet implements Serializable

Class edu.ull.cgunay.utils.Iteration implements Serializable

Serialized Fields

collection

Collection collection
Collection to be iterated on for non-static loop() function.

See Also:
Iteration.loop()

Class edu.ull.cgunay.utils.ParallelTask implements Serializable

Serialized Fields

collection

Collection collection
The collection on which to iterate.


waitcount

int waitcount
Semaphore for threads that are waiting.


runcount

int runcount
Semaphore for threads that are running.


task

Task task
Task to be executed at each step by each thread.


threads

ThreadGroup threads
Group together the threads in order to terminate them at once.

Class edu.ull.cgunay.utils.RemoveFromIterationException implements Serializable

Class edu.ull.cgunay.utils.StringTask implements Serializable

Serialized Fields

retval

String retval
Variable holding the String accumulated during iteration.


closing

String closing
A piece of string to be added before the accumulated string retval is returned. Empty string by default.


separator

String separator
String to be put between elements by default.


first

boolean first
Flag to indicate start of iteration.

Class edu.ull.cgunay.utils.TaskException implements Serializable

Class edu.ull.cgunay.utils.UninterruptedIteration implements Serializable


Package edu.ull.cgunay.plots

Class edu.ull.cgunay.plots.AxisTemplate implements Serializable

Serialized Fields

datas

Grapher.Data[] datas
Datas to be superposed in this axis.


title

String title
Plot title.


xLabel

String xLabel
Label for the x-axis.


yLabel

String yLabel
Label for the x-axis.


fontSize

int fontSize
Font size for plot legends. 0 means default size.


range

Range range
Range of the plot.

Class edu.ull.cgunay.plots.ErrorBarPlot implements Serializable

Serialized Fields

errorValues

Profile errorValues

Class edu.ull.cgunay.plots.ErrorValue implements Serializable

Serialized Fields

value

double value

minValue

double minValue

maxValue

double maxValue

Class edu.ull.cgunay.plots.Grapher.Axis implements Serializable

Serialized Fields

range

Range range

title

String title
Plot title.


xLabel

String xLabel
Label for the x-axis.


yLabel

String yLabel
Label for the y-axis.


fontSize

int fontSize
Font size for plot legends. 0 means default size.

Class edu.ull.cgunay.plots.Grapher.ErrorData implements Serializable

Serialized Fields

values

Collection values
Vectors representing values and their corresponding minimum and maximum limits.


minValues

Collection minValues
Vectors representing values and their corresponding minimum and maximum limits.


maxValues

Collection maxValues
Vectors representing values and their corresponding minimum and maximum limits.


xAxis

Collection xAxis
Vectors representing values and their corresponding minimum and maximum limits.

Class edu.ull.cgunay.plots.Grapher.PreciseProfileData implements Serializable

Serialized Fields

values

Collection values
Vectors representing values and their corresponding minimum and maximum limits.


xAxis

Collection xAxis
Vectors representing values and their corresponding minimum and maximum limits.


range

Range range
Range to draw the plot. If null, takes all data points.

Class edu.ull.cgunay.plots.Grapher.ProfileData implements Serializable

Serialized Fields

profile

Profile profile

range

Range range
Range to draw the plot. If null, takes all data points.

Class edu.ull.cgunay.plots.Grapher.VerticalBar implements Serializable

Class edu.ull.cgunay.plots.GrapherNotAvailableException implements Serializable

Class edu.ull.cgunay.plots.MultiDataPlot implements Serializable

Serialized Fields

axisTemplates

AxisTemplate[] axisTemplates
Describe variable axes here.


axes

List axes
List of Grapher.Axis's.

Class edu.ull.cgunay.plots.Plot implements Serializable

Serialized Fields

axes

List axes
The list of Grapher.Axis's contained in the plot.

TODO: maybe should go to the grapher dependent part, the PlotHandle.


title

String title
Plot title.


fontSize

int fontSize
Font size for plot legends. 0 means default size.


label

String label
Label of the dataset if it is the only one in this plot.


xLabel

String xLabel
Label for the x-axis.


yLabel

String yLabel
Label for the x-axis.


range

Range range
Range of the plot.

Class edu.ull.cgunay.plots.Profilable implements Serializable

Class edu.ull.cgunay.plots.ProfilableDouble implements Serializable

Serialized Fields

value

double value

Class edu.ull.cgunay.plots.Profile implements Serializable

Serialized Fields

entity

Profilable entity
Entity to be observed and recorded.

Class edu.ull.cgunay.plots.ProfilePlot implements Serializable

Serialized Fields

profile

Profile profile

Class edu.ull.cgunay.plots.SimplePlot implements Serializable

Serialized Fields

data

Grapher.Data data
The single axis data of this plot


axis

Grapher.Axis axis
The single axis of this plot.

Class edu.ull.cgunay.plots.SingleDataPlot implements Serializable

Serialized Fields

data

Grapher.Data data

Class edu.ull.cgunay.plots.SpikePlot implements Serializable

Serialized Fields

spikes

Vector spikes
Values of the spikes to be plotted.

Class edu.ull.cgunay.plots.SuperposedDataPlot implements Serializable

Serialized Fields

datas

Grapher.Data[] datas