org.gjt.qcis.sim
Downloads
Source
Javadoc
Author:
|
Unspecified
|
Home Page:
|
|
Version:
|
Unspecified
|
Release Tag:
|
Unknown
|
Release Date:
|
Unknown
|
JVM Required:
|
Unspecified
|
License:
|
Unspecified
|
Categories:
|
None
|
Requirements:
|
|
Dependencies:
|
No dependencies
|
Externals:
|
None
|
Classes for handling simulation. Objects to be simulated must implement the DisplayableObject
interface, and be contained in something that implements SimSetInterface
, such as SimCollection
. A SimView
is a JComponent in which simulated data can be drawn; it is linked into the persistence framework via a SimViewer
. - Continuous simulation requires deciding on a frame rate -- how many times per second to display revised data -- and deciding how much real time corresponds to each simulated second. The simulation then proceeds in some fixed ratio to real time (often 1 simulated second per real second).
- Discrete Event simulation has no fixed ratio to real time; instead, events happen at specific times, and much simulated time can pass between events.
Eventually this package will coordinate both kinds of simulation, but at the moment it only does continuous simulation.
The following page lists the available downloads
for the release of package 'org.gjt.qcis.sim' tagged 'Unknown'.
If you need to work with releases other than 'Unknown',
you will need to
use the anonymous CVS server to access them.
- JAR Archive
- ZIP Archives
- UNIX GZIP-ed TAR Archives