|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface which expose common behavior of a Gramar implementer.
Method Summary | |
void |
executeAction(IAsn1Container asn1Container)
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 |
public void executeAction(IAsn1Container asn1Container) throws DecoderException
asn1Container
- Store the data being processed.
DecoderException
- Thrown when an unrecoverable error occurs.public java.lang.String getName()
public IStates getStatesEnum()
public 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 |