org.kuali.rice.krms.api.repository
Interface NaturalLanguageTreeContract

All Known Implementing Classes:
NaturalLanguageTree, NaturalLanguageTree.Builder

public interface NaturalLanguageTreeContract

Natural Language representation of a proposition

See Also:
NaturalLanguageTree

Method Summary
 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
 

Method Detail

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


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.