Package com.complexible.stardog
Class ContextSets
java.lang.Object
com.complexible.stardog.ContextSets
Defines constants for contexts (named graphs) that Stardog treats specially.
- Since:
- 0.9
- Version:
- 6.0
- Author:
- Evren Sirin, Hector Perez-Urbina
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableSet<IRI> Singleton set that contains only theContexts.DEFAULTvalue.static final com.google.common.collect.ImmutableSet<IRI> Singleton set that contains only theContexts.LOCALvalue. -
Method Summary
-
Field Details
-
DEFAULT_ONLY
Singleton set that contains only theContexts.DEFAULTvalue. -
LOCAL
Singleton set that contains only theContexts.LOCALvalue.
-