Class ContextSets


  • public final class ContextSets
    extends java.lang.Object
    Defines constants for contexts (named graphs) that Stardog treats specially.
    Since:
    0.9
    Version:
    6.0
    Author:
    Evren Sirin, Hector Perez-Urbina
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.google.common.collect.ImmutableSet<IRI> DEFAULT_ONLY
      Singleton set that contains only the Contexts.DEFAULT value.
      static com.google.common.collect.ImmutableSet<IRI> LOCAL
      Singleton set that contains only the Contexts.LOCAL value.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_ONLY

        public static final com.google.common.collect.ImmutableSet<IRI> DEFAULT_ONLY
        Singleton set that contains only the Contexts.DEFAULT value.
      • LOCAL

        public static final com.google.common.collect.ImmutableSet<IRI> LOCAL
        Singleton set that contains only the Contexts.LOCAL value.