public class NoVocabulary extends BaseVocabulary
Vocabulary
.
Note: The use of this class is no longer recommended. It was used
historically when the lexicon should be empty (no pre-declared terms).
However, the Vocabulary
now provides a mechanism for fast and compact
inlining of URIs into the statement indices. Using an empty
Vocabulary
therefore simply robs you of the opportunity to have more
compact encodings of those URIs.
BaseVocabulary.VocabularyVersioningException
Constructor and Description |
---|
NoVocabulary()
De-serialization ctor.
|
NoVocabulary(String namespace) |
Modifier and Type | Method and Description |
---|---|
protected void |
addValues()
NOP.
|
addDecl, asValue, get, getConstant, getNamespace, init, readExternal, size, values, writeExternal
public NoVocabulary()
public NoVocabulary(String namespace)
Namespace
- protected void addValues()
addValues
in class BaseVocabulary
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.