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