| Package | Description |
|---|---|
| org.drools.games.pong |
| Modifier and Type | Method and Description |
|---|---|
PlayerId |
Player.getId() |
PlayerId |
Bat.getPlayerId() |
static PlayerId |
PlayerId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerId[] |
PlayerId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Player.setId(PlayerId id) |
| Constructor and Description |
|---|
Player(PlayerId id,
Bat bat) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.