Package | Description |
---|---|
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
(package private) GameBridgeUtils.AcceptanceState |
GameBridgeUtils.getAstate()
This method allows other classes in Core (namely the Mediator and VHRunner) to know whether or not the game is over due to mutual acceptance.
|
static GameBridgeUtils.AcceptanceState |
GameBridgeUtils.AcceptanceState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameBridgeUtils.AcceptanceState[] |
GameBridgeUtils.AcceptanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|