Uses of Class
org.ascape.model.LocatedAgent

Packages that use LocatedAgent
org.ascape.ant.test   
org.ascape.gis.model   
org.ascape.model   
org.ascape.view.vis   
 

Uses of LocatedAgent in org.ascape.ant.test
 

Subclasses of LocatedAgent in org.ascape.ant.test
 class AllOutputViewTest.TestAgent
           
 

Uses of LocatedAgent in org.ascape.gis.model
 

Subclasses of LocatedAgent in org.ascape.gis.model
 class MapAgent
           
 class ScapeTime
          A scape that is aware of time.
 class SubGraphAgent
          User: jmiller Date: Nov 14, 2005 Time: 1:30:41 PM To change this template use Options | File Templates.
 

Uses of LocatedAgent in org.ascape.model
 

Subclasses of LocatedAgent in org.ascape.model
 class Cell
          The base class for all members of lattices.
 class CellOccupant
          An occupant of a cell within a lattice.
 class HostCell
          An cell capable fo serving as a 'home' for agents.
 class MomentumAgent
          An agent that has momentum and heading in space.
 class Scape
          The base class for all collections of agents within ascape.
 

Methods in org.ascape.model that return LocatedAgent
 LocatedAgent Scape.findMaximum(DataPoint point)
          Returns the agent with the maximum value.
 LocatedAgent Scape.findMaximum(java.util.Iterator iter, DataPoint dataPoint)
          Find the maximum cell of some data point.
 LocatedAgent Scape.findMaximumWithin(Coordinate coordinate, DataPoint dataPoint, Conditional condition, boolean includeSelf, double distance)
           
 LocatedAgent LocatedAgent.findMaximumWithin(DataPoint data, boolean includeSelf, double distance)
           
 LocatedAgent Scape.findMinimum(DataPoint point)
          Returns the agent with the minimum value.
 LocatedAgent Scape.findMinimum(java.util.Iterator iter, DataPoint dataPoint)
           
 LocatedAgent Scape.findMinimumWithin(Coordinate coordinate, DataPoint dataPoint, Conditional condition, boolean includeSelf, double distance)
           
 LocatedAgent CellOccupant.findNearest()
          Returns the closest agent.
 LocatedAgent LocatedAgent.findNearest()
          Returns the closest agent.
 LocatedAgent CellOccupant.findNearest(Conditional condition)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent LocatedAgent.findNearest(Conditional condition)
          Returns the closest agent that meet some condition.
 LocatedAgent CellOccupant.findNearest(Conditional condition, boolean includeSelf, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent LocatedAgent.findNearest(Conditional condition, boolean includeSelf, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent CellOccupant.findNearest(Conditional condition, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent LocatedAgent.findNearest(Conditional condition, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent Scape.findNearest(Coordinate origin, Conditional condition, boolean includeOrigin, double distance)
          Finds the nearest agent that meets some condition.
 LocatedAgent CellOccupant.findNearest(double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent LocatedAgent.findNearest(double distance)
          Returns the closest agent within the specified distance from this agent.
 LocatedAgent HostCell.findNearestOccupants()
          Returns the closest agent.
 LocatedAgent HostCell.findNearestOccupants(Conditional condition)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent HostCell.findNearestOccupants(Conditional condition, boolean includeSelf, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent HostCell.findNearestOccupants(Conditional condition, double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent HostCell.findNearestOccupants(double distance)
          Returns the closest agent within the specified distance from this agent that meet some condition.
 LocatedAgent Scape.findRandom()
          Returns an agent randomly selected from the collection.
 LocatedAgent Scape.get(Coordinate coordinate)
          Returns the cell existing at the specified coordinate.
 

Methods in org.ascape.model with parameters of type LocatedAgent
 double LocatedAgent.calculateDistance(LocatedAgent target)
          Return the distance between this agent and the supplied agent.
 double Scape.calculateDistance(LocatedAgent origin, LocatedAgent target)
          Returns the shortest distance between one agent and another.
 double MomentumAgent.findHeadingAway(LocatedAgent target)
          Finds the heading to point away from a particular direction.
 double MomentumAgent.findHeadingToward(LocatedAgent target)
          Finds the heading between current location and the one being passed in.
 void MomentumAgent.headAway(LocatedAgent a)
          Sets the heading to point away from a particular agent.
 void MomentumAgent.headToward(LocatedAgent a)
          Sets the heading to point toward a particular agent.
 void CellOccupant.moveAway(LocatedAgent targetCell)
          Move one step away from the occupant of the supplied host cell.
 void LocatedAgent.moveAway(LocatedAgent target)
          Moves distance 1.0 toward the specified agent.
 void Scape.moveAway(LocatedAgent origin, Coordinate target, double distance)
          Moves an agent toward the specified agent.
 void CellOccupant.moveToward(LocatedAgent targetCell)
          Move one step toward the occupant of the supplied host cell.
 void LocatedAgent.moveToward(LocatedAgent target)
          Moves distance 1.0 toward the specified agent.
 void Scape.moveToward(LocatedAgent origin, Coordinate target, double distance)
          Moves an agent toward the specified agent.
 void Scape.set(Coordinate coordinate, LocatedAgent agent)
          Sets the agent at the specified coordinate to the supplied agent.
 void Scape.set(Coordinate coordinate, LocatedAgent agent, boolean isParent)
          Sets the agent at the specified coordinate to the supplied agent.
 

Uses of LocatedAgent in org.ascape.view.vis
 

Methods in org.ascape.view.vis with parameters of type LocatedAgent
 void Overhead2DContinuousView.drawAgentAt(LocatedAgent agent, int x, int y, DrawFeature feature)
          Draw agent at.
 void Overhead2DContinuousView.drawAgentAtIfUpdate(LocatedAgent agent, int x, int y)
          Draw agent at if update.
protected  void Overhead2DView.drawNeighborsFor(java.awt.Graphics g, LocatedAgent agent)
          Draw neighbors for.
 void Scrolling1DView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
           
 void OverheadRelative2DView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
           
 void Overhead2DView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
           
 void Overhead2DContinuousView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
           
 void FixedStretchyView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
           
protected  void AgentView.drawSelectedAgent(java.awt.Graphics g, LocatedAgent a)
          Draws a marker for the provided selected agent.
protected  void Overhead2DView.drawSelectedAgentAt(java.awt.Graphics g, LocatedAgent a)
          Draw selected agent at.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.