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