public interface Container
Modifier and Type | Method and Description |
---|---|
int |
getState()
Get the current grammar state
|
IStates |
getStates() |
int |
getTransition()
Get the transition
|
void |
setState(int state)
Set the new current state
|
void |
setTransition(int transition)
Update the transition from a state to another
|
int getState()
void setState(int state)
state
- The new stateint getTransition()
void setTransition(int transition)
transition
- The transition to setIStates getStates()
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.