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