public class LiteralLookupTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
NOT_INDEXED_MARKER |
static String |
UTF_8 |
| Constructor and Description |
|---|
LiteralLookupTable() |
LiteralLookupTable(IRILookupTable iriLookupTable) |
LiteralLookupTable(IRILookupTable iriLookupTable,
DataInput dis,
org.semanticweb.owlapi.model.OWLDataFactory df) |
LiteralLookupTable(OWLOntologyDocument ontology,
IRILookupTable lookupTable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(org.semanticweb.owlapi.model.OWLLiteral literal) |
org.semanticweb.owlapi.model.OWLLiteral |
getLiteral(int index) |
org.semanticweb.owlapi.model.OWLLiteral |
readLiteral(DataInput is,
org.semanticweb.owlapi.model.OWLDataFactory df) |
void |
write(DataOutputStream os) |
void |
writeLiteral(DataOutput os,
org.semanticweb.owlapi.model.OWLLiteral literal) |
public static final String UTF_8
public static final byte NOT_INDEXED_MARKER
public LiteralLookupTable(OWLOntologyDocument ontology, IRILookupTable lookupTable)
public LiteralLookupTable(IRILookupTable iriLookupTable)
public LiteralLookupTable(IRILookupTable iriLookupTable, DataInput dis, org.semanticweb.owlapi.model.OWLDataFactory df) throws IOException
IOExceptionpublic LiteralLookupTable()
public org.semanticweb.owlapi.model.OWLLiteral getLiteral(int index)
public int getIndex(org.semanticweb.owlapi.model.OWLLiteral literal)
public void write(DataOutputStream os) throws IOException
IOExceptionpublic org.semanticweb.owlapi.model.OWLLiteral readLiteral(DataInput is, org.semanticweb.owlapi.model.OWLDataFactory df) throws IOException
IOExceptionpublic void writeLiteral(DataOutput os, org.semanticweb.owlapi.model.OWLLiteral literal) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.