Package uchicago.src.sim.analysis

Interface Summary
BinDataSource Interface for objects that can provide double values to compute bins for a histogram.
BlockFileWriter Interface for class that write data to files in blocks.
ChartGuiPanel  
DataSource Interface for data sources whose data is recorded by DataRecorder
DataSourceRecorder Created by IntelliJ IDEA.
GuiChartDataSource Interface for data sources for gui created charts.
NumericDataSource Interface for data sources whose data is recorded by DataRecorder and is numeric.
Recorder Created by IntelliJ IDEA.
Sequence Interface for objects that are the source of data to be plotted by a sequence graph.
 

Class Summary
AbstractChartModel Model (MVC) class used by the Chart GUI.
AbstractDataSourceRecorder Created by IntelliJ IDEA.
AddChartGui Gui for adding custom charts.
AverageDataSource Dynamically computes the average of a list of values.
AverageSequence Computes the minimum of a sequence of values, based on a list of objects and a method to call on them.
ChartArchiver Saves and loads custom charts via their XML descriptions.
ChartSourceFactory Factory for creating data sources for gui created charts.
CustomChartGui GUI for creating, editing and deleting custom charts.
DataCallback Created by IntelliJ IDEA.
DataFileHeader Given a model and this will create the appropriate header for any data file.
DataFileWriter Writes objects to a file via their toString() method.
DataRecorder Created by IntelliJ IDEA.
DataServer Created by IntelliJ IDEA.
DataSourcePropPanel  
DataSourcesPanel  
DataSourceUtilities Utility methods for return data.
DataWriter Created by IntelliJ IDEA.
DistributedDataRecorder Created by IntelliJ IDEA.
EditChartGui Gui for editing an AbstractChartModel.
ExcelFileWriter Writes network data to ExcelFiles.
Histogram A histogram plot allowing the user to histogram data from a list of objects.
HistogramItem An item to be displayed in a histogram.
ListDataSource  
LocalDataRecorder The primary means of recording data during a simulation.
MarkIcon Icon that represents plot point shape integer constants in the appropriate shape.
MarkListRenderer Renderer for lists that contain the integer constants for plot point shapes.
MaxSequence Computes the maximum of a sequence of values, based on a list of objects and a method to call on them.
MinSequence Computes the minimum of a sequence of values, based on a list of objects and a method to call on them.
NetSeqTableRow Represents a row in the model contained by the table in NetSequenceSetPanel.
NetSequenceGraph A graph that captures a series of points (sequences) specialized for network statistics.
NetSequenceSetupPanel The setup panel displayed on a tab in a NetSequencePlot.
ObjectData Stores simulation data as objects.
ObjectDataRecorder Records Objects to files as Strings.
ObjectDataSource A data source that returns objects.
ObjectSequence A source for sequence data from a single object.
OpenArrayData A collection class used by the Statistic classes to hold their data.
OpenHistogram A dynamic bar chart.
OpenHistogramStat The Statistics class for histogram data.
OpenSeqStatistic The model for a SequenceGraph.
OpenSequenceGraph A graph that displays a connected series of points (a sequence).
OpenStats Statistics: base class for the statistics classes that form the model (MVC) for SimGraphs.
Plot A generic point plotting class.
PlotModel  
PropertiesPanel  
SequenceChartModel Model (MVC) used for GUI creation of OpenSequenceGraphs.
SequenceSource Data source for a Sequence created via the gui chart creator.
SimData Holds data in tabular format - a vector of vectors.
SimDataNew Holds data in tabular format - a vector of vectors.
StatisticUtilities Statistical utilities.