com.bigdata.rdf.spo
Class NoAxiomFilter

java.lang.Object
  extended by com.bigdata.rdf.spo.SPOFilter
      extended by com.bigdata.rdf.spo.NoAxiomFilter
All Implemented Interfaces:
IElementFilter<ISPO>, Serializable

public class NoAxiomFilter
extends SPOFilter

A filter that matches explicit or inferred statements but not those whose StatementEnum is StatementEnum.Axiom.

Version:
$Id: NoAxiomFilter.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
static IElementFilter<ISPO> INSTANCE
          Shared instance.
 
Method Summary
 boolean accept(ISPO spo)
          True iff the argument is matched by the filter.
 
Methods inherited from class com.bigdata.rdf.spo.SPOFilter
canAccept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final transient IElementFilter<ISPO> INSTANCE
Shared instance.

Method Detail

accept

public boolean accept(ISPO spo)
Description copied from interface: IElementFilter
True iff the argument is matched by the filter.

Parameters:
spo - An element.
Returns:
true iff the element is accepted by the filter.


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.