|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGrammar
The interface which expose common behavior of a Gramar implementer.
Method Summary | |
---|---|
void |
executeAction(Dsmlv2Container container)
This method, when called, execute an action on the current data stored in the container. |
java.lang.String |
getName()
Get the grammar name |
IStates |
getStatesEnum()
Get the statesEnum for the current grammar |
void |
setName(java.lang.String name)
Set the grammar's name |
Method Detail |
---|
void executeAction(Dsmlv2Container container) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException
container
- the DSML container
org.xmlpull.v1.XmlPullParserException
- Thrown when an unrecoverable error occurs.
java.io.IOException
java.lang.String getName()
IStates getStatesEnum()
void setName(java.lang.String name)
name
- The grammar name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |