public class JsonMessage extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.semanticweb.owlapi.model.OWLObject> |
readNodeSet(InputStream in) |
static SchemaQuery |
readQuery(InputStream in) |
static void |
writeNodeSet(org.semanticweb.owlapi.reasoner.NodeSet<? extends org.semanticweb.owlapi.model.OWLObject> nodeSet,
OutputStream out) |
static void |
writeSchemaQuery(SchemaQuery query,
OutputStream out) |
public static void writeSchemaQuery(SchemaQuery query, OutputStream out) throws IOException
IOExceptionpublic static void writeNodeSet(org.semanticweb.owlapi.reasoner.NodeSet<? extends org.semanticweb.owlapi.model.OWLObject> nodeSet,
OutputStream out)
throws IOException
IOExceptionpublic static SchemaQuery readQuery(InputStream in) throws IOException
IOExceptionpublic static <T extends org.semanticweb.owlapi.model.OWLObject> org.semanticweb.owlapi.reasoner.NodeSet<T> readNodeSet(InputStream in) throws IOException
IOExceptionCopyright © 2019. All rights reserved.