|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Agent.State | |
|---|---|
| com.cliftonsnyder.clutch | |
| Uses of Agent.State in com.cliftonsnyder.clutch |
|---|
| Fields in com.cliftonsnyder.clutch declared as Agent.State | |
|---|---|
protected Agent.State |
Agent.agentState
a variable representing the current state of the Agent |
| Methods in com.cliftonsnyder.clutch that return Agent.State | |
|---|---|
Agent.State |
Agent.getAgentState()
|
static Agent.State |
Agent.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Agent.State[] |
Agent.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.cliftonsnyder.clutch with parameters of type Agent.State | |
|---|---|
void |
Agent.setAgentState(Agent.State agentState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||