public interface NaturalLanguageTreeContract
NaturalLanguageTree
Modifier and Type | Method and Description |
---|---|
List<? extends NaturalLanguageTreeContract> |
getChildren()
Returns the natural language for children of this node
|
String |
getNaturalLanguage()
Returns the natural language representation for this node in the tree
|
String getNaturalLanguage()
List<? extends NaturalLanguageTreeContract> getChildren()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.