Modifier and Type | Interface and Description |
---|---|
interface |
AtomSet
This interface represents a set of atoms.
|
interface |
ConjunctiveQuery
This interface represents a conjunctive query.
|
interface |
InMemoryAtomSet
This interface represents an InMemory AtomSet.
|
interface |
UnionOfConjunctiveQueries |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraalWriter.writeCloseableIterable(CloseableIterable<?> it) |
Modifier and Type | Interface and Description |
---|---|
interface |
Store
This interface represents a persistent AtomSet.
|
interface |
TripleStore |
Modifier and Type | Method and Description |
---|---|
static CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.unfold(CloseableIterable<ConjunctiveQuery> pivotRewritingSet,
RulesCompilation compilation) |
Modifier and Type | Class and Description |
---|---|
class |
ConjunctiveQueryWithFixedVariables |
class |
DefaultConjunctiveQuery
Class representing a conjunctive query.
|
class |
DefaultUnionOfConjunctiveQueries
This class represents query which is the union of conjunctive queries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAtomSet |
class |
AbstractImmutableAtomSet |
class |
AbstractInMemoryAtomSet |
class |
LinkedListAtomSet |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInMemoryGraphStore
Implementation of a graph in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStore |
class |
AbstractTripleStore |
class |
GraphDBStore |
Modifier and Type | Class and Description |
---|---|
class |
Neo4jStore |
Modifier and Type | Interface and Description |
---|---|
interface |
RdbmsStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRdbmsStore |
Modifier and Type | Class and Description |
---|---|
class |
AdHocRdbmsStore |
Modifier and Type | Class and Description |
---|---|
class |
NaturalRDBMSStore |
Modifier and Type | Class and Description |
---|---|
class |
RDF4jStore |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIterableWithoutException<T> |
Modifier and Type | Class and Description |
---|---|
class |
CloseableIterableAdapter<T> |
Modifier and Type | Field and Description |
---|---|
protected CloseableIterable<T> |
IterableAdapter.iterable |
Constructor and Description |
---|
IterableAdapter(CloseableIterable<T> iterable) |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.