org.tm4j.topicmap.utils.testers
Class InlineOccurrenceTester

java.lang.Object
  extended byorg.tm4j.topicmap.utils.testers.InlineOccurrenceTester
All Implemented Interfaces:
uk.co.jezuk.mango.Predicate

public class InlineOccurrenceTester
extends java.lang.Object
implements uk.co.jezuk.mango.Predicate

Predicate which returns true if the supplied object implements the Occurrence interface and if the Occurrence object has inline data.


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

Constructor Detail

InlineOccurrenceTester

public InlineOccurrenceTester()
Method Detail

test

public boolean test(java.lang.Object o)
Specified by:
test in interface uk.co.jezuk.mango.Predicate