Class TreeDataMap<K,V>

java.lang.Object
org.aksw.facete.v3.api.TreeDataMap<K,V>
All Implemented Interfaces:
Serializable

public class TreeDataMap<K,V> extends Object implements Serializable
A stripped down copy of Vaadin's TreeData class. Used to capture hierarchical projections of FacetPaths.
See Also:
  • Constructor Details

    • TreeDataMap

      public TreeDataMap()
  • Method Details