Uses of Class
com.bigdata.rdf.spo.SPOFilter

Packages that use SPOFilter
com.bigdata.rdf.inf This package provides an eager closure inference engine for most of the RDF and RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass, and owl:equivilentProperty. 
com.bigdata.rdf.rules   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
 

Uses of SPOFilter in com.bigdata.rdf.inf
 

Subclasses of SPOFilter in com.bigdata.rdf.inf
 class RdfTypeRdfsResourceFilter<E extends ISPO>
          Filter matches (x rdf:type rdfs:Resource).
 

Uses of SPOFilter in com.bigdata.rdf.rules
 

Subclasses of SPOFilter in com.bigdata.rdf.rules
 class DoNotAddFilter<E extends ISPO>
          Filter keeps matched triple patterns generated OUT of the database.
 

Uses of SPOFilter in com.bigdata.rdf.spo
 

Subclasses of SPOFilter in com.bigdata.rdf.spo
 class ExplicitSPOFilter<E extends ISPO>
          Filter matches only StatementEnum.Explicit ISPOs.
 class InferredSPOFilter<E extends ISPO>
          Filter matches only StatementEnum.Inferred statements.
 class InGraphBinarySearchFilter<E extends ISPO>
          "IN" filter for the context position based on a sorted long[] of the acceptable graph identifiers.
 class InGraphHashSetFilter<E extends ISPO>
          "IN" filter for the context position based on a native long hash set containing the acceptable graph identifiers.
 class NoAxiomFilter<E extends ISPO>
          A filter that matches explicit or inferred statements but not those whose StatementEnum is StatementEnum.Axiom.
 



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