|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeActionTermDefinition
This interface is the definition for a tree action term in a decision tree. These definitions are
referred to by 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.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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". |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getUserPresentation()
java.util.List<TreeActionValueTemplate> getValueTemplates()
List
returned is unmodifiable.
boolean isTermNotApplicable()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |