|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.apache.taglibs.rdc.core.BaseModel
|
+--org.apache.taglibs.rdc.core.GroupModel
This is the book-keeping class for the RDC container group.
| Nested Class Summary |
|---|
| Nested classes inherited from class org.apache.taglibs.rdc.core.BaseModel |
|---|
BaseModel.ValueInterpreter |
| Field Summary | |
|---|---|
protected java.util.List |
activeChildren
|
protected GroupConfirm |
groupConfirm
|
protected java.util.Map |
localMap
|
| Fields inherited from class org.apache.taglibs.rdc.core.BaseModel |
|---|
ambiguousValues, candidates, canonicalizedValue, className, configuration, confirm, confirmed, DEFAULT_INITIAL_GRAMMAR_NAME, DEFAULT_MIN_CONFIDENCE, DEFAULT_NUM_N_BEST, echo, ERR_NO_DEFAULT, ERR_NONE, errorCode, exitStatus, grammars, id, initial, initialGrammar, interpretation, isAmbiguous, isValid, locale, maxNoInput, maxNoMatch, minConfidence, numNBest, paramsMap, PROPERTY_INITIAL_GRAMMAR, rdcLocale, rdcResourceBundle, skipSubmit, state, subdialog, submit, utterance, value |
| Constructor Summary | |
|---|---|
GroupModel()
|
|
| Method Summary | |
|---|---|
java.util.List |
getActiveChildren()
Get the currently active children (not in dormant or done state) |
GroupConfirm |
getGroupConfirm()
Get the GroupConfirm object |
java.util.Map |
getLocalMap()
Get the map of child RDC datamodels |
void |
setActiveChildren(java.util.List list)
Set the currently active children |
void |
setGroupConfirm(GroupConfirm groupConfirm)
Set the GroupConfirm |
void |
setLocalMap(java.util.Map localMap)
Set the map of child RDC datamodels |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Map localMap
protected GroupConfirm groupConfirm
protected java.util.List activeChildren
| Constructor Detail |
public GroupModel()
| Method Detail |
public java.util.Map getLocalMap()
public void setLocalMap(java.util.Map localMap)
localMap - - the map of child RDC datamodelspublic GroupConfirm getGroupConfirm()
public void setGroupConfirm(GroupConfirm groupConfirm)
public java.util.List getActiveChildren()
public void setActiveChildren(java.util.List list)
list -
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||