com.partnersoft.v3x.apps.MapBrowser.rover
Class StyleNameTester

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.rover.StyleNameTester
All Implemented Interfaces:
UnaryPredicate

public class StyleNameTester
extends java.lang.Object
implements UnaryPredicate

A UnaryPredicate that tests whether a style name exists at all in a rover set.


Constructor Summary
StyleNameTester(RoverLegendCtron ctron)
           
 
Method Summary
 boolean execute(java.lang.Object victim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleNameTester

public StyleNameTester(RoverLegendCtron ctron)
Method Detail

execute

public boolean execute(java.lang.Object victim)
Specified by:
execute in interface UnaryPredicate