public class BinaryOWLImportsDeclarationSet extends Object
| Constructor and Description |
|---|
BinaryOWLImportsDeclarationSet(BinaryOWLInputStream inputStream) |
BinaryOWLImportsDeclarationSet(Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> |
getImportsDeclarations() |
void |
write(BinaryOWLOutputStream dataOutput) |
public BinaryOWLImportsDeclarationSet(Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> importsDeclarations)
public BinaryOWLImportsDeclarationSet(BinaryOWLInputStream inputStream) throws IOException, BinaryOWLParseException
IOExceptionBinaryOWLParseExceptionpublic void write(BinaryOWLOutputStream dataOutput) throws IOException
IOExceptionpublic Set<org.semanticweb.owlapi.model.OWLImportsDeclaration> getImportsDeclarations()
Copyright © 2015. All Rights Reserved.