public class OntologyChangeRecordRun extends Object
| Constructor and Description |
|---|
OntologyChangeRecordRun(BinaryOWLInputStream inputStream) |
OntologyChangeRecordRun(org.semanticweb.owlapi.model.OWLOntologyID ontologyID,
List<org.semanticweb.owlapi.change.OWLOntologyChangeData> records) |
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.change.OWLOntologyChangeData> |
getChangeDataList() |
org.semanticweb.owlapi.model.OWLOntologyID |
getOntologyID() |
void |
write(BinaryOWLOutputStream outputStream) |
public OntologyChangeRecordRun(org.semanticweb.owlapi.model.OWLOntologyID ontologyID,
List<org.semanticweb.owlapi.change.OWLOntologyChangeData> records)
public OntologyChangeRecordRun(BinaryOWLInputStream inputStream) throws IOException, BinaryOWLParseException
IOExceptionBinaryOWLParseExceptionpublic org.semanticweb.owlapi.model.OWLOntologyID getOntologyID()
public List<org.semanticweb.owlapi.change.OWLOntologyChangeData> getChangeDataList()
public void write(BinaryOWLOutputStream outputStream) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.