| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
NaturalLanguageTree
Concrete model object implementation of a natural language tree immutable.
|
static class |
NaturalLanguageTree.Builder
This builder is used to construct instances of KRMS Repository Agenda.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends NaturalLanguageTreeContract> |
NaturalLanguageTreeContract.getChildren()
Returns the natural language for children of this node
|
List<? extends NaturalLanguageTreeContract> |
NaturalLanguageTree.Builder.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static NaturalLanguageTree.Builder |
NaturalLanguageTree.Builder.create(NaturalLanguageTreeContract contract)
Creates a builder by populating it with data from the given
NaturalLanguageTreeContract. |
| Modifier and Type | Method and Description |
|---|---|
void |
NaturalLanguageTree.Builder.setChildren(List<? extends NaturalLanguageTreeContract> children) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.