Uses of Class
org.simplesim.model.BasicDomain
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
Simulator implementations
-
Uses of BasicDomain 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. -
Uses of BasicDomain in org.simplesim.examples
-
Uses of BasicDomain in org.simplesim.examples.elevator.dyn
Modifier and TypeClassDescriptionclass
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 BasicDomain in org.simplesim.examples.elevator.stat
-
Uses of BasicDomain in org.simplesim.examples.gameoflife
-
Uses of BasicDomain in org.simplesim.model
Modifier and TypeClassDescriptionclass
Implements a domain suited for automatic message routing by using the message's address tag.Modifier and TypeMethodDescriptionvoid
BasicModelEntity.addToDomain
(BasicDomain domain) void
InstrumentationDecorator.addToDomain
(BasicDomain domain) void
ModelEntity.addToDomain
(BasicDomain domain) Adds this entity to a domain. -
Uses of BasicDomain in org.simplesim.simulator
ModifierConstructorDescriptionBasicSimulator
(BasicDomain root, EventQueue<Agent> queue, MessageForwardingStrategy forwarding) Constructs a new simulator with given model, queue implementation and messaging strategyQuick start constructor of a new concurrent discrete-event simulator with a given modelConcurrentDESimulator
(BasicDomain root, EventQueue<Agent> queue, MessageForwardingStrategy forwarding) Constructs a new concurrent simulator with given model, queue implementation and messaging strategyQuick start constructor of a concurrent time-step simulator with a given modelConcurrentTSSimulator
(BasicDomain root, MessageForwardingStrategy forwarding) Quick start constructor of a sequential discrete-event simulator with a given modelSequentialDESimulator
(BasicDomain root, EventQueue<Agent> queue) SequentialDESimulator
(BasicDomain root, EventQueue<Agent> queue, MessageForwardingStrategy forwarding) Constructs a new sequential simulator with given model, queue implementation and messaging strategyQuick start constructor of a sequential time-step simulator with a given modelSequentialTSSimulator
(BasicDomain rt, MessageForwardingStrategy forwarding)