org.topbraid.core.filters
Class PropertyFilter

java.lang.Object
  extended by org.topbraid.core.filters.PropertyFilter
All Implemented Interfaces:
IRDFNodeFilter

public class PropertyFilter
extends java.lang.Object
implements IRDFNodeFilter


Constructor Summary
PropertyFilter()
           
 
Method Summary
 boolean isSuitable(com.hp.hpl.jena.rdf.model.RDFNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFilter

public PropertyFilter()
Method Detail

isSuitable

public boolean isSuitable(com.hp.hpl.jena.rdf.model.RDFNode node)
Specified by:
isSuitable in interface IRDFNodeFilter