Uses of Class
org.simplesim.model.BasicModelEntity
Packages that use 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
Constructors in org.simplesim.core.dynamic with parameters of type BasicModelEntityModifierConstructorDescriptionAddEntityRequest(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
Subclasses of BasicModelEntity in org.simplesim.examplesModifier and TypeClassDescriptionclassSimple implementation of aRoutingAgentas template for own implementationsclassSimple implementation of aRoutingDomain -
Uses of BasicModelEntity in org.simplesim.examples.elevator.dyn
Subclasses of BasicModelEntity in org.simplesim.examples.elevator.dynModifier and TypeClassDescriptionfinal classPart of the dynamic elevator exampleclassPart of the dynamic elevator examplefinal classPart of the dynamic elevator examplefinal classPart 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
Subclasses of BasicModelEntity in org.simplesim.examples.elevator.statModifier and TypeClassDescriptionfinal classPart of the static elevator examplefinal classPart of the static elevator examplefinal classPart of the static elevator example -
Uses of BasicModelEntity in org.simplesim.examples.gameoflife
Subclasses of BasicModelEntity in org.simplesim.examples.gameoflife -
Uses of BasicModelEntity in org.simplesim.model
Subclasses of BasicModelEntity in org.simplesim.modelModifier and TypeClassDescriptionclassBasicAgent<S extends State,E> Implements all basic functionality of an agent.classImplements all basic functionality of a domain.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.classImplements a domain suited for automatic message routing by using the message's address tag.