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