public class OWLAPIABoxIterator extends Object implements Iterator<it.unibz.inf.ontop.spec.ontology.Assertion>
QuestOWLStatement and SemanticIndexManager to iterate over the input
and then insert it into the semantic index database.| Constructor and Description |
|---|
OWLAPIABoxIterator(Collection<org.semanticweb.owlapi.model.OWLOntology> ontologies,
it.unibz.inf.ontop.spec.ontology.ClassifiedTBox tbox,
it.unibz.inf.ontop.spec.ontology.owlapi.OWLAPITranslatorOWL2QL owlapiTranslator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
it.unibz.inf.ontop.spec.ontology.Assertion |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OWLAPIABoxIterator(Collection<org.semanticweb.owlapi.model.OWLOntology> ontologies, it.unibz.inf.ontop.spec.ontology.ClassifiedTBox tbox, it.unibz.inf.ontop.spec.ontology.owlapi.OWLAPITranslatorOWL2QL owlapiTranslator)
ontologies - used only for data (ABox)tbox - provided the vocabulary for created ABox assertionsowlapiTranslator - Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.