A B C D E F G H I J L M N O P R S T U W

G

getAREA() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getAddAgents() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Gets the number of agents to be added
getAddNewAgentOn() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Gets wether to add agents or not
getAge() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
A simple methods that are used to show the residents age when quirred.
getArea(OMGraphic) - Method in class anl.repast.gis.data.OpenMapData
Gets the area for an OMGraphic using the com.bbn.openmap.geo.Geo class
getArea(EsriGraphic) - Method in class anl.repast.gis.data.OpenMapData
Gets the area for an EsriGraphic using the com.bbn.openmap.geo.Geo class
getAreaJTS() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getAttributePosition(String, FeatureType) - Method in class anl.repast.gis.data.OpenMapData
given the feature type and the name, get the Attribute Position
getAttributeValues(String, String) - Method in class anl.repast.gis.data.OpenMapData
for a given attribute in a datasource (.shp file) gets a set of all the attribute's values
getBLUE() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getBLUENO() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getBlue_blue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Gets prefereces for blue agents
getBufferedGeometry(ArrayList) - Static method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
getBufferedGeometry method * * This method creates a new geometry off the bounding area and * is used in randomPointforNewAgent method because it was * noticed that due to rounding errors of switching from an * Vivid slolutions Point to OMCircle (float) that the Lat and * often changed by a few 0.00 decimal degrees therefore the new * agent would be drawn outside of the area which is a problem * when trying to move the agent is steprestrict
getCenter(EsriGraphic) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the EsriGraphic
getCenter(EsriGraphicList) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the EsriGraphicList
getCenter(OpenMapAgent) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the OMGraphic Requires that the OMGraphic is an instance of EsriGraphic
getCenter(float[]) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents
getCenter(String) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the datasource Requires that the datasource is a Shapefile
getDescription() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.ShapeFileChoser
Reports the description of this filter for the file chooser.
getEsriLayer(String) - Method in class anl.repast.gis.data.OpenMapData
given a shapefile, returns an OpenMap EsriLayer
getExtents(String) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for a shapefile The lat/lon extent of the EsriGraphicList contents, returned as miny, minx, maxy maxx in order of the array.
getExtents(EsriGraphicList) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for an EsriGraphicList The lat/lon extent of the EsriGraphicList contents, returned as miny, minx, maxy maxx in order of the array.
getExtents(OMGraphic) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for an OMGraphic The lat/lon extent of the EsriGraphic contents, returned as miny, minx, maxy maxx in order of the array.
getFillPaint() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getFillPaint() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getGeometry() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getGeometryResdient() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
This method gets the lat & longeting of the omCircle (agents) goeometry and creates a new point for the agent which is then passed to the isInUnionGeometry method to check that the can move, see if each omCircle agent is within UrbanAgent bounding box.
getGetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Attribute type (generally from a Shapefile's dbf file) get the related get method
getGetMethodForName(Class, String) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Column name (generally from a Shapefile's dbf file) get the related get method
getGisAgentIndex() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getGisAgentIndex() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getHappyness() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
Gets the current agents Happyness (either true or false)
getInitParam() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
This method gets the inital parameters of the model it returns an array of string variables.
getInstance() - Static method in class anl.repast.gis.data.OpenMapData
 
getLANDUSE() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getLat() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getLatLon() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getLon() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getMoveToWithin() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getMovement() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getName() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
getName replaces repast with the name of the project on the control bar
getNeighborAgents(int[]) - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getNeighbors() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getNeighbors() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getNeighbourhood() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getNumberOfTimesAgentMoved() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getOMGraphic() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getOMGraphic() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getPOPU() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getPerAgents() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getRED() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getREDNO() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getRadius() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
getRed_red() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Gets prefereces for red agents
getRemoveAgentsOn() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Gets the agents to be removed
getResidentAgents() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getSOC() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getSTEP_NUM() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.happystats
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.happystatsBlues
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.happystatsReds
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.landuseStats
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.landuseStatsNine
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.landuseStatsThree
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.landuseStatsTwo
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.removedResidentBecauseToOldCount
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsCount
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsRemovedAsUnHappy
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsRemovedAsUnHappyBlue
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsRemovedAsUnHappyRed
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsSocCountBlue
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.residentAgentsSocCountRed
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.totalHappyAndUnhappyAgents
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.unhappystats
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.unhappystatsBlues
 
getSValue() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel.unhappystatsReds
 
getSaveDataOn() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getSchedule() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
Schedule manages the execution of BasicAction accoriding to the simulation clock.
getSearchOn() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getSetMethod() - Method in class anl.repast.gis.display.PropertyWindow.JPropertyTextField
 
getSetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Attribute type (generally from a Shapefile's dbf file) get the related set method
getSetMethodForName(Class, String) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Column name (generally from a Shapefile's dbf file) get the related set method
getShpType(String) - Method in class anl.repast.gis.data.OpenMapData
 
getSizeOfAgent() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getSnapshotOn() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getUnion(ArrayList) - Static method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getUrbanAgentList() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
getWARD_ID() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getdeterminepop() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getid_id() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
getsoc() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
gisAgent - Variable in class anl.repast.gis.display.PropertyWindow
 
gisAgentIndex - Variable in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
gisData - Variable in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.SegGISModel
 
gisPropertyList() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 
gisPropertyList() - Method in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.UrbanAgent
 
gisResidentAgentIndex - Variable in class uk.ac.ucl.casa.andrew.phd.segregationModelAddRemove.Resident
 

A B C D E F G H I J L M N O P R S T U W