org.ascape.model.space
Interface Location

All Known Subinterfaces:
Node, NodeOccupant
All Known Implementing Classes:
AllOutputViewTest.TestAgent, Cell, CellOccupant, DefaultLocation, DefaultNode, HostCell, LocatedAgent, MapAgent, MomentumAgent, Scape, ScapeTime, SubGraphAgent

public interface Location

The Interface Location.


Method Summary
 void clearDeleteMarker()
          Clear delete marker.
 java.lang.Object clone()
          Clone.
 Coordinate getCoordinate()
          Gets the coordinate.
 void initialize()
          Initialize.
 boolean isDelete()
          Checks if is delete.
 void markForDeletion()
          Mark for deletion.
 void setCoordinate(Coordinate coordinate)
          Sets the coordinate.
 

Method Detail

initialize

void initialize()
Initialize.


getCoordinate

Coordinate getCoordinate()
Gets the coordinate.

Returns:
the coordinate

setCoordinate

void setCoordinate(Coordinate coordinate)
Sets the coordinate.

Parameters:
coordinate - the new coordinate

isDelete

boolean isDelete()
Checks if is delete.

Returns:
true, if is delete

markForDeletion

void markForDeletion()
Mark for deletion.


clearDeleteMarker

void clearDeleteMarker()
Clear delete marker.


clone

java.lang.Object clone()
Clone.

Returns:
the object


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