public class QueryConceptsIterator extends Object implements slib.utils.impl.QueryIterator
Constructor and Description |
---|
QueryConceptsIterator(Set<org.openrdf.model.URI> classes) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getNumberQueries() |
boolean |
hasNext() |
slib.utils.impl.QueryEntry |
next() |
List<slib.utils.impl.QueryEntry> |
nextValids(int nbValues) |
public QueryConceptsIterator(Set<org.openrdf.model.URI> classes)
public slib.utils.impl.QueryEntry next()
next
in interface slib.utils.impl.QueryIterator
public List<slib.utils.impl.QueryEntry> nextValids(int nbValues) throws Exception
nextValids
in interface slib.utils.impl.QueryIterator
Exception
public boolean hasNext()
hasNext
in interface slib.utils.impl.QueryIterator
public long getNumberQueries() throws Exception
getNumberQueries
in interface slib.utils.impl.QueryIterator
Exception
Copyright © 2014. All rights reserved.