Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.sim.boid.* (12)ulu.sim.ca.* (4)ulu.sim.dyn.* (70)ulu.sim.dyn.gui.* (6)
ulu.sim.dyn.macros.* (21)ulu.sim.dyn.parser.* (5)ulu.sim.dyn.tools.* (1)

ulu.sim: Javadoc index of package ulu.sim.


Package Samples:

ulu.sim.dyn.macros: Core classes for a system dynamics simulator program designed for running the ECCO simulation models, but also applicable to other SD models.  
ulu.sim.boid: Common base-classes for simulation models of any kind.  
ulu.sim.ca
ulu.sim.dyn.parser
ulu.sim.dyn.gui
ulu.sim.dyn.tools
ulu.sim.dyn

Classes:

DBResultStore: DBResultStore stores results from multiple scenarios by name. This is a replacement for the original in-memory ResultStore that uses a SQL connection (to an embedded McKoi database) for persistent storage of results and greater scalability (e.g. opening up option of having the DB as a server with multiple users sharing data). To interact with the results store, one must acquire a User object.
User: A generic interface for representing a person using a simulation model, used to denote the author of a model or of a simulation run. The User is registered with a back-end DBResultStore, and can register models with the Store, register scenario definitions, and save results.
Parser: Program to parse Dynamo files and turn them into Java code for the ulu.sim.dyn package rewritten with much of code stuffed into equation object, for better modularity Dave Crane ulunum, November 2001
IOTool: Utility for dealing with spreadsheet Input-Output (Leontief) tables. Currently, functionality is only to compress the table into a schema with fewer sectors Dave Crane ulunum, August 2001
LineGraphPanel: Panel for drawing line graphs, used to mimic dynamo display Dave Crane ulunum, January 2000 added editability by keys - dc130301 repackaged and converted to dog.gui dc apr2002
PolMaker: A high-level policy manipulation tool, that can configure Switchable objects from pre-loaded policy property files or similar strings. Dave Crane ulunum, April 2001
Sim: A generic interface for simulation models, defining a step action to be taken when the simulation clock is advanced. Dave Crane ulunum, March 1999
ScenarioPanel: GUI panel for quick'n'easy model options - run,save, etc. scenarios in one click, or mix together several at once Dave Crane ulunum, Sept 2001
Grid: A grid datatype designed for Cellular automata - defines grid data, dimensions and wraparound property. Dave Crane ulunum, June 1999
LineGraphPanel: Panel for drawing line graphs, used to mimic dynamo display Dave Crane ulunum, January 2000 added editability by keys - dc130301
GlossMerger: Program to parse two Dynamo files and copy the glossary comments from one into the other Dave Crane ulunum, Feb 2003
ChangePanel: Data series/graph editor usews a card layout for graphs or single text-boxes Dave Crane ulunum, April 2000
DynGlosser: Program to parse Dynamo files and turn them into HTML documentation Dave Crane ulunum, March-April 2001
ModelTester: simple command-line speed-tester for model usage java ulu.sim.dyn.ModelTester ulu.sim.dyn.ukecco save
DelayTester: simple command-line speed-tester for model usage java ulu.sim.dyn.ModelTester ulu.sim.dyn.ukecco save
DynStripper: Program to strip all comments from dyn files for quick diffing etc. Dave Crane ulunum, October 2001
DataPanel: Panel for displaying textual data series, tab separated Dave Crane ulunum, January 2000
DataSeries: Collection of datasets - feed to graph, dataviewer, etc. Dave Crane ulunum, April 2000
GHCA: Implementation of the Greenberg-Hastings cyclic CA Dave Crane ulunum, June 1999
Flock: Flock.class This class creates and coordinates the movement of a flock of Boids.
BoidRule: BoidRule.class This interface defines the behaviour of a Boid towards others.
ChangesView: Revised changes panel for modular usage Dave Crane ulunum, November 2001
SaveView: Revised save panel for modular usage Dave Crane ulunum, November 2001
RunPanel: Revised run panel for modular usage Dave Crane ulunum, November 2001
RunControls: Revised run panel for modular usage Dave Crane ulunum, November 2001

Home | Contact Us | Privacy Policy | Terms of Service