Uses of Class
org.simplesim.model.BasicModelEntity
Package
Description
Provides requests for dynamic model changes during a simulation run
Examples of how to use this framework
Contains all classes specific for the 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
-
Uses of BasicModelEntity in org.simplesim.core.dynamic
ModifierConstructorDescriptionAddEntityRequest
(BasicModelEntity what, BasicDomain dest) Sets the entity to be moved and the new domain.ChangeDomainRequest
(BasicModelEntity what, BasicDomain dest) Sets the entity to be moved and the new domain.Set the entity to be moved and the new domain. -
Uses of BasicModelEntity in org.simplesim.examples
Modifier and TypeClassDescriptionclass
Simple implementation of aRoutingAgent
as template for own implementationsclass
Simple implementation of aRoutingDomain
-
Uses of BasicModelEntity in org.simplesim.examples.elevator.dyn
Modifier and TypeClassDescriptionfinal class
Part of the dynamic elevator exampleclass
Part of the dynamic elevator examplefinal class
Part of the dynamic elevator examplefinal class
Part of the dynamic elevator example The Floor class models one story of the building and contains the level of the floor -
Uses of BasicModelEntity in org.simplesim.examples.elevator.stat
Modifier and TypeClassDescriptionfinal class
Part of the static elevator examplefinal class
Part of the static elevator examplefinal class
Part of the static elevator example -
Uses of BasicModelEntity in org.simplesim.examples.gameoflife
-
Uses of BasicModelEntity in org.simplesim.model
Modifier and TypeClassDescriptionclass
BasicAgent<S extends State,
E> Implements all basic functionality of an agent.class
Implements all basic functionality of a domain.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.class
Implements a domain suited for automatic message routing by using the message's address tag.