Uses of Package
org.simplesim.model
Packages that use org.simplesim.model
Package
Description
Provides requests for dynamic model changes during a simulation run
Classes for messaging and message forwarding
Examples of how to use this framework
Contains all classes specific for the dynamic model
Contains all classes shared by static and dynamic model
Contains all classes specific for the static model
Simulation model of Convay's game of life
Base classes for agent development and model building
Simulator implementations
-
Classes in org.simplesim.model used by org.simplesim.core.dynamicClassDescriptionImplements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.
-
Classes in org.simplesim.model used by org.simplesim.core.messagingClassDescriptionAgents are the acting entities of the simulation model.The
ModelEntity
is the core element of a simulation model.Implements a domain suited for automatic message routing by using the message's address tag. -
Classes in org.simplesim.model used by org.simplesim.examplesClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of an agent.Implements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.Domain are submodels of the simulation model.The
ModelEntity
is the core element of a simulation model.Extension of anAbstractAgent
to enable massage routing.Implements a domain suited for automatic message routing by using the message's address tag. -
Classes in org.simplesim.model used by org.simplesim.examples.elevator.dynClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of an agent.Implements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.Domain are submodels of the simulation model.The
ModelEntity
is the core element of a simulation model.Extension of anAbstractAgent
to enable massage routing.Implements a domain suited for automatic message routing by using the message's address tag. -
Classes in org.simplesim.model used by org.simplesim.examples.elevator.statClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of an agent.Implements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.Domain are submodels of the simulation model.The
ModelEntity
is the core element of a simulation model. -
Classes in org.simplesim.model used by org.simplesim.examples.gameoflifeClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of an agent.Implements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.Domain are submodels of the simulation model.The
ModelEntity
is the core element of a simulation model.The state contains the internal information of anAbstractAgent
. -
Classes in org.simplesim.model used by org.simplesim.modelClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of an agent.Implements all basic functionality of a domain.Provides basic functionality needed by all entities within the simulation model.Domain are submodels of the simulation model.The
ModelEntity
is the core element of a simulation model.The state contains the internal information of anAbstractAgent
. -
Classes in org.simplesim.model used by org.simplesim.simulatorClassDescriptionAgents are the acting entities of the simulation model.Implements all basic functionality of a domain.Domain are submodels of the simulation model.