Class SimpleAdder<T>

java.lang.Object
repast.simphony.space.gis.SimpleAdder<T>
All Implemented Interfaces:
GISAdder<T>, Adder<Geography<T>,T>

public class SimpleAdder<T> extends Object implements GISAdder<T>
  • Constructor Details

    • SimpleAdder

      public SimpleAdder()
  • Method Details

    • add

      public void add(Geography<T> gis, T object)
      Description copied from interface: Adder
      Adds the specified object to the specified destination. Implementors are responsible for how this will actually occur, the location of the added object etc.
      Specified by:
      add in interface Adder<Geography<T>,T>
      Parameters:
      gis - the destination to add the object to.
      object - the object to add.