Uses of Interface
org.simplesim.model.State
Packages that use State
Package
Description
Contains all classes shared by static and dynamic model
Simulation model of Convay's game of life
Base classes for agent development and model building
-
Uses of State in org.simplesim.examples.gameoflife
Classes in org.simplesim.examples.gameoflife that implement State -
Uses of State in org.simplesim.model
Classes in org.simplesim.model with type parameters of type StateModifier and TypeClassDescriptionclass
BasicAgent<S extends State,
E> Implements all basic functionality of an agent.final class
InstrumentationDecorator<S extends State,
E> Decorator to add instrumentation functionality to an agent.class
RoutingAgent<S extends State,
E> Extension of anAbstractAgent
to enable massage routing.Methods in org.simplesim.model with type parameters of type State