Interface NaturalLanguageTreeContract

All Known Implementing Classes:
NaturalLanguageTree, NaturalLanguageTree.Builder

public interface NaturalLanguageTreeContract
Natural Language representation of a proposition
See Also:
  • Method Details

    • getNaturalLanguage

      String getNaturalLanguage()
      Returns the natural language representation for this node in the tree
      Returns:
      the natural language representation for this node in the tree
    • getChildren

      List<? extends NaturalLanguageTreeContract> getChildren()
      Returns the natural language for children of this node
      Returns:
      the natural language for children of this node