Uses of Interface
org.simplesim.model.Domain
Package
Description
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 Domain in org.simplesim.examples
-
Uses of Domain 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 Domain in org.simplesim.examples.elevator.stat
-
Uses of Domain in org.simplesim.examples.gameoflife
-
Uses of Domain in org.simplesim.model
Modifier and TypeClassDescriptionclass
Implements all basic functionality of a domain.class
Implements a domain suited for automatic message routing by using the message's address tag. -
Uses of Domain in org.simplesim.simulator
Modifier and TypeMethodDescriptionBasicSimulator.getRootDomain()
DynamicDecorator.getRootDomain()
Simulator.getRootDomain()