org.tm4j.vtl.testers
Class TopicTester

java.lang.Object
  extended byorg.tm4j.vtl.testers.TopicTester
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class TopicTester
extends java.lang.Object
implements org.apache.commons.collections.Predicate

Simple Predicate that tests if the input argument is an implementation of org.tm4j.topicmap.Topic


Constructor Summary
TopicTester()
           
 
Method Summary
 boolean evaluate(java.lang.Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicTester

public TopicTester()
Method Detail

evaluate

public boolean evaluate(java.lang.Object arg0)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate