Class DefaultWatchData

java.lang.Object
repast.simphony.engine.watcher.DefaultWatchData
All Implemented Interfaces:
WatchData

public class DefaultWatchData extends Object implements WatchData
WatchData created from the Watch annotation
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Constructor Details

    • DefaultWatchData

      public DefaultWatchData(String id)
  • Method Details

    • getID

      public String getID()
      Gets the id string for the Watch this is associated with.
      Specified by:
      getID in interface WatchData
      Returns:
      the id string for the Watch this is associated with.