Modifier and Type | Method and Description |
---|---|
Store |
StoreFactory.create(AtomSet src) |
InMemoryAtomSet |
InMemoryAtomSetFactory.create(AtomSet src) |
Store |
StoreFactory.create(CloseableIterator<Atom> atoms) |
InMemoryAtomSet |
InMemoryAtomSetFactory.create(CloseableIterator<Atom> atoms) |
Modifier and Type | Class and Description |
---|---|
class |
ParseException |
Constructor and Description |
---|
DefaultConjunctiveQuery(CloseableIterator<Atom> atomSet,
CloseableIterator<Term> answerVariables) |
DefaultNegativeConstraint(CloseableIterator<Atom> atomSet) |
DefaultNegativeConstraint(String label,
CloseableIterator<Atom> atomSet) |
DefaultUnionOfConjunctiveQueries(List<Term> ans,
CloseableIterator<ConjunctiveQuery> queries) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AtomSetUtils.hasSize2(AtomSet a) |
static boolean |
AtomSetUtils.isSingleton(AtomSet a) |
Constructor and Description |
---|
LinkedListAtomSet(AtomSet atomset)
copy constructor
|
LinkedListAtomSet(CloseableIterator<Atom> it) |
Modifier and Type | Method and Description |
---|---|
Store |
DefaultStoreFactory.create(AtomSet src) |
InMemoryAtomSet |
DefaultAtomSetFactory.create(AtomSet src) |
Store |
DefaultStoreFactory.create(CloseableIterator<Atom> atoms) |
InMemoryAtomSet |
DefaultAtomSetFactory.create(CloseableIterator<Atom> atoms) |
Modifier and Type | Method and Description |
---|---|
boolean |
SubstitutionIterator2AtomIterator.hasNext() |
Atom |
SubstitutionIterator2AtomIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NFC2WithLimit.select(Atom atom,
Var v,
AtomSet g,
Substitution initialSubstitution,
Map<Variable,Integer> map,
Var[] varData,
RulesCompilation rc) |
protected boolean |
AbstractNFC.select(Atom atom,
Var v,
AtomSet g,
Substitution initialSubstitution,
Map<Variable,Integer> map,
Var[] varData,
RulesCompilation rc) |
Modifier and Type | Method and Description |
---|---|
boolean |
HomomorphismIteratorChecker.hasNext() |
Term |
HomomorphismIteratorChecker.next() |
Modifier and Type | Method and Description |
---|---|
boolean |
ResultSetCloseableIterator.hasNext() |
ResultSet |
ResultSetCloseableIterator.next() |
Modifier and Type | Method and Description |
---|---|
static int |
Iterators.count(CloseableIterator<?> it) |
boolean |
CloseableIterator.hasNext() |
boolean |
UniqIterator.hasNext() |
boolean |
CloseableIteratorAggregator.hasNext() |
boolean |
CounterIterator.hasNext() |
T |
CloseableIterator.next() |
E |
CloseableIteratorAggregator.next() |
T |
CounterIterator.next() |
static <T extends Comparable<T>> |
Iterators.sort(CloseableIterator<T> it)
Return an iterator over sorted elements from the specified iterator.
|
static <T> List<T> |
Iterators.toList(CloseableIterator<T> it) |
static <T> Set<T> |
Iterators.toSet(CloseableIterator<T> it) |
static <T extends Comparable<T>> |
Iterators.uniq(CloseableIterator<T> it)
Remove all equals elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConverterCloseableIterator.hasNext() |
boolean |
ConverterIterator.hasNext() |
T |
ConverterCloseableIterator.next() |
T |
ConverterIterator.next() |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterCloseableIterator.hasNext() |
boolean |
FilterIterator.hasNext() |
T |
FilterCloseableIterator.next() |
T |
FilterIterator.next() |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.