Package | Description |
---|---|
com.bigdata.bop.ap.filter |
These filters are based on the striterator patterns.
|
com.bigdata.bop.rdf.filter | |
com.bigdata.rdf.graph.impl |
This is an implementation of the GAS API for the bigdata platform.
|
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.
|
com.bigdata.relation.accesspath |
This package includes an abstraction layer for efficient access paths, including
chunked iterators, blocking buffers, and an abstraction corresponding to the natural
order of an index.
|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
cutthecrap.utils.striterators |
Modifier and Type | Class and Description |
---|---|
static class |
DistinctFilter.DistinctFilterImpl
DISTINCT filter based on Java heap data structures.
|
class |
SameVariableConstraint<E>
Filter imposes the "same variable" constraint on the elements visited by an
IAccessPath . |
Modifier and Type | Class and Description |
---|---|
static class |
NativeDistinctFilter.DistinctFilterImpl
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeOnlyFilter<VS,ES,ST>
Filter visits only edges (filters out attribute values).
|
Modifier and Type | Class and Description |
---|---|
class |
RdfTypeRdfsResourceFilter<E extends ISPO>
Filter matches
(x rdf:type rdfs:Resource). |
Modifier and Type | Class and Description |
---|---|
class |
DoNotAddFilter<E extends ISPO>
Filter keeps matched triple patterns generated OUT of the database.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitSPOFilter<E extends ISPO>
Filter matches only
StatementEnum.Explicit ISPO s. |
class |
HistorySPOFilter<E extends ISPO>
Filters out
StatementEnum.History ISPO s. |
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 . |
class |
SPOFilter<E extends ISPO> |
Modifier and Type | Interface and Description |
---|---|
interface |
IElementFilter<E>
Filter for accepting or rejecting visited elements.
|
Modifier and Type | Method and Description |
---|---|
static <R> IFilter |
ElementFilter.newInstance(IFilterTest test)
Helper method conditionally wraps the test.
|
Constructor and Description |
---|
ElementFilter(IFilterTest test) |
Modifier and Type | Class and Description |
---|---|
class |
SolutionFilter<E>
Resolves an
ISolution to its element and delegates the filter
test to an IElementFilter suitable for the expected element type. |
Modifier and Type | Class and Description |
---|---|
class |
ExclusionFilter
Derived from Filter, and excludes a single object from the iteration.
|
class |
Filter
Used with Filterator by Striterator to filter returned objects.
|
class |
UniquenessFilter
UniquenessFilter
Derived from Filter, and ensures no duplication, not to be used with large
sets!
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.