Package | Description |
---|---|
massim.competition2009 | |
massim.competition2012 | |
massim.framework | |
massim.framework.connection | |
massim.framework.rmi | |
massim.framework.simulation | |
massim.gridsimulations | |
massim.server |
Modifier and Type | Class and Description |
---|---|
class |
GridSimulation
This class is the main class of the GridSimulation.
|
class |
GridSimulationRMIXMLDocumentObserver
This RMIXMLDocumentObserver provides the simulation statistics for the webserver and the servermonitor.
|
class |
GridSimulationRMIXMLDocumentObserverWebInterface
This RMIXMLDocumentObserver provides the simulation statistics for the webserver and the servermonitor.
|
class |
GridSimulationVisualizationObserver
This VisualizationObserver takes care about the visualization (svg-files).
|
class |
GridSimulationXMLObserver
This XMLObserver provides the simulation statistics and save it into a file.
|
class |
GridSimulationXMLStatisticsObserver
* This XMLObserver provides the simulation statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphSimulation
This is the main class for the GraphSimulation (2012 Mars Scenario).
|
class |
GraphSimulationRMIXMLDocumentObserver
This RMIXMLDocumentObserver provides the information for the servermonitor.
|
class |
GraphSimulationRMIXMLDocumentObserverWebInterface
This RMIXMLDocumentObserverWebInterface provides the simulation statistics for the webserver (current simulation) (tomcat).
|
class |
GraphSimulationStatisticsObserver |
class |
GraphSimulationVisualizationObserver
This VisualizationObserver takes care about the visualization (svg-files).
|
class |
GraphSimulationXMLObserver
This RMIXMLDocumentObserver provides the simulation statistics for the webserver and the servermonitor.
|
class |
GraphSimulationXMLStatisticsObserver
This class provides all information needed for the tomcat results page.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AgentManager
This interface offers access to some basic features for agent management.
|
interface |
Controller
This class is meant to regulate a simulation.
|
interface |
Observer |
interface |
Simulation
This interface defines some methods that must be provided by any simulation
to be used in the MASSim framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentProviderAgentManager
This agent manager will "create" agents by retrieving suitable agents from an agent provider.
|
class |
ArrayAgentProvider
This class is able to serve as an AgentProvider.
|
class |
BroadcastObserver
This class provides a simple way to have multiple Observers appearing as
one Observer.
|
class |
DefaultAgentManager
This class provides some reasonable defaults for concurrentCreateAgent and concurrentGetAction, by delegating
them to their blocking siblings using a new thread.
|
class |
DefaultController
This class provides some reasonable defaults for concurrentGetSimulationConfiguration, by delegating
it to its blocking sibling using a new thread.
|
class |
DefaultObserver
This class serves as a good starting point for simulation observers.
|
class |
DefaultSimulation
This class is a good starting point to create a new simulation.
|
class |
ObjectDumperObserver |
class |
XMLOutputObserver |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketListener |
class |
InetSocketListener |
class |
XMLSocketSimulationAgent
This class manages the communication to an agent, offering methods that will make it possible to treat instances of this object as
a simulation agent.
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationStateServerObserver
This class will act as an Observer, which means it receives information about a simulation.
|
class |
XMLDocumentObserver |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimulation
This class provides some reasonable defaults for relatively simple simulations and allows the reuse of classes written
for such simulations.
|
class |
ParallelizedRandomOrderSimulation |
class |
RoundRobinSimulation
This provides a round-robin-style default to let agents act.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridSimulation
This class is the mainclass of the GridSimulation.
|
class |
SimulationRMIXMLDocumentObserver
This RMIXMLDocumentObserver provides the simulation statistics for the webserver and the servermonitor.
|
class |
SimulationVisualizationObserver
This VisualizationObserver takes care about the visualization (svg-files).
|
class |
SimulationXMLObserver
This XMLObserver provides the simulation statistics and save it into a file.
|
class |
SimulationXMLStatisticsObserver
* This XMLObserver provides the simulation statistics.
|
class |
SimulationXMLStatisticsObserverAverageScore
* This XMLObserver provides the simulation statistics for the results page of the web server (tomcat).
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationDelivererController
This is a very stupid implementation of Controller which will instantly deliver a previously defined configuration
to the simulation.
|
Copyright © 2013. All Rights Reserved.