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

Quick Search    Search Deep

org.mrd.models.cagn: Javadoc index of package org.mrd.models.cagn.


Package Samples:

org.mrd.models.cagn

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.
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.

Home | Contact Us | Privacy Policy | Terms of Service