Interface NaturalLanguageTreeContract
- All Known Implementing Classes:
NaturalLanguageTree,NaturalLanguageTree.Builder
public interface NaturalLanguageTreeContract
Natural Language representation of a proposition
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends NaturalLanguageTreeContract> Returns the natural language for children of this nodeReturns the natural language representation for this node in the tree
-
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
-