anl.repast.gis
Interface GisAgent
- All Known Subinterfaces:
- GeotoolsAgent, OpenMapAgent
- All Known Implementing Classes:
- DefaultGeotoolsAgent, DefaultGisAgent, DefaultOpenMapAgent
- public interface GisAgent
- Author:
- Robert Najlis
getGisAgentIndex
public int getGisAgentIndex()
setGisAgentIndex
public void setGisAgentIndex(int index)
gisPropertyList
public java.lang.String[] gisPropertyList()
- This list is expected to consist of pairs of Strings. the first is the name to be displayed, the second is the
function to be called to get the value
the gisPropertyList is used for displaying agent in OpenMap and for the writeAgentsNoShp function
- Returns:
setNeighbors
public void setNeighbors(int[] neighbors)
getNeighbors
public int[] getNeighbors()