| Package | Description |
|---|---|
| org.evosuite | |
| org.evosuite.rmi.service |
| Modifier and Type | Field and Description |
|---|---|
protected ClientState |
ProgressMonitor.state |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeController.updateState(ClientState newState) |
| Modifier and Type | Method and Description |
|---|---|
ClientState |
ClientStateInformation.getState() |
static ClientState |
ClientState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientState[] |
ClientState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DummyClientNodeImpl.changeState(ClientState state) |
void |
ClientNodeLocal.changeState(ClientState state) |
void |
ClientNodeImpl.changeState(ClientState state) |
void |
DummyClientNodeImpl.changeState(ClientState state,
ClientStateInformation information) |
void |
ClientNodeLocal.changeState(ClientState state,
ClientStateInformation information) |
void |
ClientNodeImpl.changeState(ClientState state,
ClientStateInformation information) |
void |
MasterNodeRemote.evosuite_informChangeOfStateInClient(String clientRmiIdentifier,
ClientState state,
ClientStateInformation information) |
void |
ClientStateInformation.setState(ClientState state) |
| Constructor and Description |
|---|
ClientStateInformation(ClientState state) |
Copyright © 2010–2017 EvoSuite. All rights reserved.