Uses of Package
uchicago.src.sim.analysis

Packages that use uchicago.src.sim.analysis
uchicago.src.repastdemos.enn   
uchicago.src.sim.analysis   
uchicago.src.sim.analysis.plot   
uchicago.src.sim.engine   
uchicago.src.sim.util   
 

Classes in uchicago.src.sim.analysis used by uchicago.src.repastdemos.enn
DataRecorder
          Created by IntelliJ IDEA.
 

Classes in uchicago.src.sim.analysis used by uchicago.src.sim.analysis
AbstractChartModel
          Model (MVC) class used by the Chart GUI.
AbstractDataSourceRecorder
          Created by IntelliJ IDEA.
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
           
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.
DataSource
          Interface for data sources whose data is recorded by DataRecorder
DataSourceRecorder
          Created by IntelliJ IDEA.
DataWriter
          Created by IntelliJ IDEA.
GuiChartDataSource
          Interface for data sources for gui created charts.
NetSequenceGraph
          A graph that captures a series of points (sequences) specialized for network statistics.
NumericDataSource
          Interface for data sources whose data is recorded by DataRecorder and is numeric.
OpenArrayData
          A collection class used by the Statistic classes to hold their data.
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.
PlotModel
           
Recorder
          Created by IntelliJ IDEA.
Sequence
          Interface for objects that are the source of data to be plotted by a sequence graph.
SimDataNew
          Holds data in tabular format - a vector of vectors.
 

Classes in uchicago.src.sim.analysis used by uchicago.src.sim.analysis.plot
BinDataSource
          Interface for objects that can provide double values to compute bins for a histogram.
Sequence
          Interface for objects that are the source of data to be plotted by a sequence graph.
 

Classes in uchicago.src.sim.analysis used by uchicago.src.sim.engine
DataRecorder
          Created by IntelliJ IDEA.
 

Classes in uchicago.src.sim.analysis used by uchicago.src.sim.util
BinDataSource
          Interface for objects that can provide double values to compute bins for a histogram.
DataSource
          Interface for data sources whose data is recorded by DataRecorder
NumericDataSource
          Interface for data sources whose data is recorded by DataRecorder and is numeric.
Sequence
          Interface for objects that are the source of data to be plotted by a sequence graph.