Class ContextTree<T,F,V>

java.lang.Object
org.aksw.jenax.graphql.sparql.ContextTree<T,F,V>

public abstract class ContextTree<T,F,V> extends Object
  • Field Details

    • root

      protected V root
    • nodeToContext

      protected com.google.common.collect.Table<T,F,V> nodeToContext
  • Constructor Details

    • ContextTree

      public ContextTree()