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