Class AnnotatedWatchData

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

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

    • AnnotatedWatchData

      public AnnotatedWatchData(Watch watch)
  • 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.