Uses of Interface
org.kuali.rice.krms.api.repository.NaturalLanguageTreeContract
Packages that use NaturalLanguageTreeContract
-
Uses of NaturalLanguageTreeContract in org.kuali.rice.krms.api.repository
Classes in org.kuali.rice.krms.api.repository that implement NaturalLanguageTreeContractModifier and TypeClassDescriptionclassConcrete model object implementation of a natural language tree immutable.static classThis builder is used to construct instances of KRMS Repository Agenda.Methods in org.kuali.rice.krms.api.repository that return types with arguments of type NaturalLanguageTreeContractModifier and TypeMethodDescriptionList<? extends NaturalLanguageTreeContract>NaturalLanguageTree.Builder.getChildren()List<? extends NaturalLanguageTreeContract>NaturalLanguageTreeContract.getChildren()Returns the natural language for children of this nodeMethods in org.kuali.rice.krms.api.repository with parameters of type NaturalLanguageTreeContractModifier and TypeMethodDescriptionstatic NaturalLanguageTree.BuilderNaturalLanguageTree.Builder.create(NaturalLanguageTreeContract contract) Creates a builder by populating it with data from the givenNaturalLanguageTreeContract.Method parameters in org.kuali.rice.krms.api.repository with type arguments of type NaturalLanguageTreeContractModifier and TypeMethodDescriptionvoidNaturalLanguageTree.Builder.setChildren(List<? extends NaturalLanguageTreeContract> children)