| Package | Description |
|---|---|
| org.ldp4j.application.vocabulary |
Utility classes for simplifying the usage of vocabularies within LDP4j applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImmutableVocabulary<T extends ImmutableTerm>
A base vocabulary implementation for creating immutable vocabularies that
defines a collection of
ImmutableTerms. |
| Modifier and Type | Method and Description |
|---|---|
T[] |
AbstractImmutableVocabulary.terms()
Get the terms defined in the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Vocabulary<? extends ImmutableTerm> |
ImmutableTerm.getDeclaringVocabulary()
Returns the Vocabulary object corresponding to this term constant's
vocabulary type.
|
| Constructor and Description |
|---|
ImmutableTerm(AbstractImmutableVocabulary<? extends ImmutableTerm> vocabulary,
String entityName) |
Copyright (C) 2014, Center for Open Middleware