All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sim.field.network.README Maven / Gradle / Ivy

Go to download

MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.

The newest version!
sim/field/network

This package holds common representations of directed and undirected graphs.


Network.java

Places objects either as nodes or as edges in a directed or indirected graph.
Nodes are simply objects.  Edges are actually the 'Edge' class below, which
can hold an 'information' object of your choice associated with each edge.


Edge.java

The wrapper object for edges.  Holds objects associated with the edges.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy