Interface Node

All Known Implementing Classes:
DisjunctNode, DisjunctUnionNode, IntersectNode, OptionalNode, QueryNode, UnionNode, ValueNode

public interface Node
Created by mnunberg on 2/23/18. Base node interface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string form of this node.
    Returns the string form of this node.
  • Method Details