Class PathBuilderNode<T>

java.lang.Object
org.aksw.facete.v3.api.PathBuilderNode<T>
Type Parameters:
T -

public class PathBuilderNode<T> extends Object
What should be the nature of this class? - Is it only an API over a model; and actual query generation is based on the underlying model? - Is it a supplier for queries, and thus features a .getQuery() method <-- I think this is the right way
Author:
Claus Stadler, Oct 12, 2018
  • Constructor Details

    • PathBuilderNode

      public PathBuilderNode()