Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mrd.models.cagn.* (4)org.mrd.models.example.* (1)org.mrd.models.simple.* (2)

Package Samples:

org.mrd.models.cagn
org.mrd.models.example
org.mrd.models.simple

Classes:

Landscape: Landscape Encapsulates much of the Internal Datastructure management of a spatial simulation. It takes care of traking agents that are dead and need to be added or removed from the simulation landscape. It is composed of Three primary data structures: 1.) Agent Grid - used to track nieghorhood relationships 2.) Resource Grid - represents available resources in an area 3.) Agent List - A randomizable or sortable list that is iterated over to update the agents. There is one secondary datastructure, a birth queue, this store new agents that need to be added to the model at the end of a iteration.
ExampleModel: This is a simple example layout for a RePast Model, All the basic requirements are available plus 3 added features. 1.) The Stepable interface provides one method "step" to place code which will happen every interation of the model. 2.) The MaxIterations property provides a means to have the model stop after a specific set of iterations have past. 3.) the "log" property is added to allow easly dumping of messages to the console window.
Pair: Represents a Pair in the CAGN model. A pair is an abstraction in the model where only females are tracked. This makes an assumption that sex ratios in the model are always equal. This class encapsulates the behavior of pairs, they need to get tested for survival and reproduction during each iteration of the model.
Pair: Represents a Pair in the CAGN model. A pair is an abstraction in the model where only females are tracked. This makes an assumption that sex ratios in the model are always equal. This class encapsulates the behavior of pairs, they need to get tested for survival and reproduction during each iteration of the model.
Agent: Used to supply "standard" methods to Agents that use the Landscape object.
CagnModel: The CAGN Model.
Model: The CAGN Model.

Home | Contact Us | Privacy Policy | Terms of Service