The adjacent frame contains a menu of factory names for factories in the BZDev class library. These factories are provided by the following packages.
org.bzdev.anim2d
. The factories in this
package create various animation objects.
org.bzdev.devqsim
. The factories in this
package support various types of queues, a class used for
tracing a simulation's execution, and a class
(ProcessClockFactory) that can be used to represent CPU time.
org.bzdev.devqsim.rv
. The factories in this
package support named random variables for use in simulations.
org.bzdev.drama
. The factories in this class
support actor-based (or agent-based) simulations by allowing
one to create domains and various types of conditions.
Packages based on the org.bzdev.drama
will
have factories for particular types of agents.
org.bzdev.p3d
. This package contains a
single factory, used for creating animations of a 3D model
that can be moved, rotated so that the model can be easily
viewed from various directions. The intention is to provide
a design aid, not to render the image realistically.
Please click on a factory name in the adjacent menu to find the parameter documentation for the corresponding factory.