public interface TreeActionTermDefinition
extends java.io.Serializable
TreeAction
objects within the actual decision tree. Separating the
definition from the actual usage allows the definitions to be reused by different nodes in the
decision tree. Each TreeActionTermDefinition
contains a user presentation string,
which defines how the term should be presented to the user, and a list of value templates that
are available to specify templatized action values for this action term.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserPresentation()
Get the user presentation for this action term definition.
|
java.util.List<TreeActionValueTemplate> |
getValueTemplates()
Get the list of value templates available for this tree action term.
|
boolean |
isTermNotApplicable()
Determine whether or not the term is "not applicable".
|
static final java.lang.String COPYRIGHT
java.lang.String getUserPresentation()
java.util.List<TreeActionValueTemplate> getValueTemplates()
List
returned is unmodifiable.boolean isTermNotApplicable()