Package repast.simphony.space.grid
Class SimpleGridAdder<T>
java.lang.Object
repast.simphony.space.grid.SimpleGridAdder<T>
This is a simple implementation of an adder that doesn't perform any action.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleGridAdder
public SimpleGridAdder()
-
-
Method Details
-
add
Adds the specified object to the space. This will add the object to a space without assigning it a location. When this adder is used, the user must then move the object to some location on the space.
-