uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove
Class SegGISModel.happystatsBlues

java.lang.Object
  extended byuk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.happystatsBlues
All Implemented Interfaces:
uchicago.src.sim.analysis.DataSource, uchicago.src.sim.analysis.Sequence
Enclosing class:
SegGISModel

class SegGISModel.happystatsBlues
extends java.lang.Object
implements uchicago.src.sim.analysis.DataSource, uchicago.src.sim.analysis.Sequence

Start of creating a graph Methods To create a graph there needs to be an inner class which impliments Repast's "DataSource" and "Sequence" interface which require 2 methods: An execute method that returns an Object A "getSValue method that returns a double (datatype). Below I have created methods to display different types of landuse throughout the simulation run (See adding a chart how to doc (tutorial 30).


Constructor Summary
(package private) SegGISModel.happystatsBlues()
           
 
Method Summary
 java.lang.Object execute()
           
 double getSValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegGISModel.happystatsBlues

SegGISModel.happystatsBlues()
Method Detail

execute

public java.lang.Object execute()
Specified by:
execute in interface uchicago.src.sim.analysis.DataSource

getSValue

public double getSValue()
Specified by:
getSValue in interface uchicago.src.sim.analysis.Sequence