Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<ConjunctiveQuery> |
QueryRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules)
Rewrite the specified query using the specified set of rules.
|
CloseableIteratorWithoutException<ConjunctiveQuery> |
QueryRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules,
long timeout)
Rewrite the specified query using the specified set of rules.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InMemoryAtomSet.addAll(CloseableIteratorWithoutException<? extends Atom> atoms) |
boolean |
InMemoryAtomSet.removeAll(CloseableIteratorWithoutException<? extends Atom> atoms) |
Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules) |
CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules,
long timeout) |
CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules,
RulesCompilation compilation) |
CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.execute(ConjunctiveQuery query,
Iterable<Rule> rules,
RulesCompilation compilation,
long timeout) |
static CloseableIteratorWithoutException<ConjunctiveQuery> |
PureRewriter.unfold(CloseableIterable<ConjunctiveQuery> pivotRewritingSet,
RulesCompilation compilation) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Rule> |
AbstractRewritingOperator.getUnifiableRules(CloseableIteratorWithoutException<Predicate> preds,
IndexedByHeadPredicatesRuleSet ruleSet,
RulesCompilation compilation) |
Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<Atom> |
ConjunctiveQueryWithFixedVariables.iterator() |
CloseableIteratorWithoutException<ConjunctiveQuery> |
DefaultUnionOfConjunctiveQueries.iterator() |
CloseableIteratorWithoutException<Atom> |
DefaultConjunctiveQuery.iterator() |
Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<Atom> |
LinkedListAtomSet.atomsByPredicate(Predicate p) |
CloseableIteratorWithoutException<Constant> |
AbstractInMemoryAtomSet.constantsIterator() |
CloseableIteratorWithoutException<Atom> |
LinkedListAtomSet.iterator() |
CloseableIteratorWithoutException<Literal> |
AbstractInMemoryAtomSet.literalsIterator() |
CloseableIteratorWithoutException<Atom> |
LinkedListAtomSet.match(Atom atom) |
CloseableIteratorWithoutException<Predicate> |
LinkedListAtomSet.predicatesIterator() |
CloseableIteratorWithoutException<Term> |
LinkedListAtomSet.termsByPredicatePosition(Predicate p,
int position) |
CloseableIteratorWithoutException<Term> |
LinkedListAtomSet.termsIterator() |
CloseableIteratorWithoutException<Term> |
LinkedListAtomSet.termsIterator(Term.Type type)
Deprecated.
|
CloseableIteratorWithoutException<Variable> |
AbstractInMemoryAtomSet.variablesIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractInMemoryAtomSet.addAll(CloseableIteratorWithoutException<? extends Atom> atoms) |
boolean |
AbstractInMemoryAtomSet.removeAll(CloseableIteratorWithoutException<? extends Atom> atoms) |
Constructor and Description |
---|
LinkedListAtomSet(CloseableIteratorWithoutException<Atom> it) |
Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<Atom> |
DefaultInMemoryGraphStore.atomsByPredicate(Predicate p) |
CloseableIteratorWithoutException<Atom> |
DefaultInMemoryGraphStore.iterator() |
CloseableIteratorWithoutException<Atom> |
DefaultInMemoryGraphStore.match(Atom atom) |
CloseableIteratorWithoutException<Predicate> |
DefaultInMemoryGraphStore.predicatesIterator() |
CloseableIteratorWithoutException<Term> |
DefaultInMemoryGraphStore.termsByPredicatePosition(Predicate p,
int position) |
CloseableIteratorWithoutException<Term> |
DefaultInMemoryGraphStore.termsIterator() |
CloseableIteratorWithoutException<Term> |
DefaultInMemoryGraphStore.termsIterator(Term.Type type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteratorWithoutException<Substitution> |
DefaultUnifierAlgorithm.computePieceUnifier(Rule rule,
InMemoryAtomSet query,
UnifierChecker... filters)
Computes piece unifiers between the specified query and the head of the specified rule.
|
CloseableIteratorWithoutException<Substitution> |
DefaultUnifierAlgorithm.computePieceUnifier(Rule rule,
Rule target,
DependencyChecker... filters)
Computes piece unifiers between the head of the first rule and the body of the second.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InMemoryStream<T> |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBlockingStream<T> |
class |
CloseableIteratorAdapter<T> |
class |
CloseableIteratorAggregatorWithoutExeception<E> |
class |
QueueStream<T> |
class |
SingletonCloseableIteratorWithoutException<E> |
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIteratorWithoutException<T> |
Iterators.emptyIterator()
Construct and return an empty iterator.
|
CloseableIteratorWithoutException<T> |
CloseableIterableAdapter.iterator() |
CloseableIteratorWithoutException<T> |
CloseableIterableWithoutException.iterator() |
static <E> CloseableIteratorWithoutException<E> |
Iterators.singletonIterator(E e) |
Modifier and Type | Method and Description |
---|---|
static int |
Iterators.count(CloseableIteratorWithoutException<?> it) |
static <T> List<T> |
Iterators.toList(CloseableIteratorWithoutException<T> it) |
static <T> Set<T> |
Iterators.toSet(CloseableIteratorWithoutException<T> it) |
Constructor and Description |
---|
CloseableIteratorAggregatorWithoutExeception(CloseableIteratorWithoutException<CloseableIteratorWithoutException<E>> metaIt) |
Constructor and Description |
---|
CloseableIteratorAggregatorWithoutExeception(CloseableIteratorWithoutException<CloseableIteratorWithoutException<E>> metaIt) |
Modifier and Type | Class and Description |
---|---|
class |
ConverterIteratorWithoutException<U,T> |
Constructor and Description |
---|
ConverterIteratorWithoutException(CloseableIteratorWithoutException<U> it,
Converter<U,T> converter) |
Modifier and Type | Class and Description |
---|---|
class |
FilterIteratorWithoutException<U,T> |
Constructor and Description |
---|
FilterIteratorWithoutException(CloseableIteratorWithoutException<U> it,
Filter<U> filter) |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.