public class OWLDataPropertyAssertionAxiomSerializer extends AbstractAxiomSerializer<org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>
| Constructor and Description |
|---|
OWLDataPropertyAssertionAxiomSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom |
readAxiom(BinaryOWLInputStream inputStream,
Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
protected void |
writeAxiom(org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom axiom,
BinaryOWLOutputStream outputStream) |
readObject, writeObjectread, writepublic OWLDataPropertyAssertionAxiomSerializer()
protected void writeAxiom(org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom axiom,
BinaryOWLOutputStream outputStream)
throws IOException
writeAxiom in class AbstractAxiomSerializer<org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>IOExceptionprotected org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom readAxiom(BinaryOWLInputStream inputStream, Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) throws IOException, BinaryOWLParseException
readAxiom in class AbstractAxiomSerializer<org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>IOExceptionBinaryOWLParseExceptionCopyright © 2015. All Rights Reserved.