| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| 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 © 2005–2016 The Kuali Foundation. All rights reserved.