Package edu.brook.ascape.util

Interface Summary
Conditional Describes an object which can test whether an object meets some condition.
DataPoint An interface for a class providing a data point for a given object.
HasName An interface declaring that an instance of a class has a name.
Sweepable An interface describing something that can be sweeped across.
 

Class Summary
DataGroup A group of data points and their cooresponding series (pl) of measurements.
DataPointConcrete An class providing a data point for a given object.
DataSelection A selection of a group of data series, useful for providing some subset of available data.
DataSeries A class which stores the results of measurements of data points.
Function A one-dimensional function.
NumberOnlyField A JTextField that only accepts digits.
PropertyAccessor A class containing an object and a property descriptor.
ShadowBorder A class which implements a shadow border, or BevelBorder of thickness 1.
StatCollector Collects and stores aggregate statistics on some data source for every specified measurement type of that source, and for each succesive measurement of that source.
StatCollectorCalculated Stores aggregate data for values obtained for a statistic, including running sum and average.
StatCollectorCond Collects and stores aggregate statistics on some data source for every specified measurement type of that source, and for each succesive measurement of that source, while that source meets some condition.
StatCollectorCondCSA Stores aggregate data for values conditionally obtained for a statistic, including running sum and average.
StatCollectorCondCSAMM Stores conditional aggregate data for values conditionally obtained for a statistic, including running sum, average, minimum and maximum.
StatCollectorCondCSAMMVar Stores conditional aggregate data for values conditionally obtained for a statistic, including running sum, average, minimum and maximum.
StatCollectorCSA Stores aggregate data for values obtained for a statistic, including running sum and average.
StatCollectorCSAMM Stores aggregate data for values obtained for a statistic, including running sum, average, minimum and maximum.
StatCollectorCSAMMVar Stores aggregate data for values obtained for a statistic, including statistical variance.
SweepDimension A class faciliating iteration across a paramater dimension.
SweepGroup A class faciliating iteration across several parameter dimensions, supporting multiple runs per parameter set.
SweepLink A sweep link allows two or more sweep dimensions to be iterated together.
Test An class encapsulating various common utility functions.
UnitIntervalDataPoint An abstract class providing some value 0..1 based on the state of the instance provided.
Utility An class encapsulating various common utility functions.
ValueSetter A data point that also serves as a setter for the point's value.
VectorSelection A selection imposed on a Vector.
 

Exception Summary
ValueNotInRangeException An exception thrown if the scape state would become inconsistent if requested change is made.
ValueNotSetException An exception thrown if a requested value setting can not be made.
 


(c) 1998-2000 The Brookings Insitution
Webpage