|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.api.repository.NaturalLanguageTree
public class NaturalLanguageTree
Concrete model object implementation of a natural language tree immutable. Instances of natural language tree can be (un)marshalled to and from XML.
NaturalLanguageTreeContract
Nested Class Summary | |
---|---|
static class |
NaturalLanguageTree.Builder
This builder is used to construct instances of KRMS Repository Agenda. |
static class |
NaturalLanguageTree.Cache
|
static class |
NaturalLanguageTree.Constants
Defines some constants used on this class. |
static class |
NaturalLanguageTree.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
Constructor Summary | |
---|---|
NaturalLanguageTree()
This constructor should never be called. |
Method Summary | |
---|---|
List<NaturalLanguageTree> |
getChildren()
Returns the natural language for children of this node |
String |
getNaturalLanguage()
Returns the natural language representation for this node in the tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NaturalLanguageTree()
Method Detail |
---|
public String getNaturalLanguage()
NaturalLanguageTreeContract
getNaturalLanguage
in interface NaturalLanguageTreeContract
public List<NaturalLanguageTree> getChildren()
NaturalLanguageTreeContract
getChildren
in interface NaturalLanguageTreeContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |