Package-level declarations
This package contains generic monitors for various Environments.
Types
Link copied to clipboard
Base-class for each display able a graphically represent a 2D space and simulation.
Link copied to clipboard
Graphical 2D display of an environments that uses a map.
Link copied to clipboard
This class raises a new JPanel which allows to graphically inject a new molecule inside a node (or a group of nodes) or to modify the value of a certain molecule.
Link copied to clipboard
class NodeTracker<T, P : Position<out P>>(node: Node<T>) : JPanel, OutputMonitor<T, P> , ActionListener
Link copied to clipboard
Creates a Swing-based graphical interface for the provided environment. The actual implementation of the main display is chosen based on the type of environment
Link copied to clipboard