Class WatcherPathFilter

java.lang.Object
repast.simphony.engine.watcher.WatcherPathFilter
All Implemented Interfaces:
Filter<String>

public class WatcherPathFilter extends Object implements Filter<String>
Filter that evaluates to true if the path contained by this filter is part of the evaluated path.
Author:
Nick Collier
  • Constructor Details

    • WatcherPathFilter

      public WatcherPathFilter(String path)
  • Method Details