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 TypeClassDescriptionclassBasicAgent<S extends State,E> Implements all basic functionality of an agent.final classInstrumentationDecorator<S extends State,E> Decorator to add instrumentation functionality to an agent.classRoutingAgent<S extends State,E> Extension of anAbstractAgentto enable massage routing.Methods in org.simplesim.model with type parameters of type State