| Modifier and Type | Method and Description |
|---|---|
NamespaceSet |
getNamespaces()
returns the namespaces for functions, predicates etc.
|
TermBuilder |
getTermBuilder()
Returns the
TermBuilder used to create Terms. |
TermBuilder |
getTermBuilder(boolean withCache)
Returns either the cache backed or raw
TermBuilder used to create Terms. |
TermFactory |
getTermFactory()
Returns the
TermBuilder used to create Terms. |
NamespaceSet getNamespaces()
TermBuilder getTermBuilder()
TermBuilder used to create Terms.TermBuilder used to create Terms.TermBuilder getTermBuilder(boolean withCache)
TermBuilder used to create Terms.
Usually the cache backed version is the intended one. The non-cached version is for
use cases where a lot of intermediate terms are created of which most exist only for a
very short time. To avoid polluting the cache it is then recommended to use the non-cache
versionTermBuilder used to create Terms.TermFactory getTermFactory()
TermBuilder used to create Terms.TermBuilder used to create Terms.