|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerId | |
---|---|
org.drools.games.pong |
Uses of PlayerId in org.drools.games.pong |
---|
Methods in org.drools.games.pong that return PlayerId | |
---|---|
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. |
Methods in org.drools.games.pong with parameters of type PlayerId | |
---|---|
void |
Player.setId(PlayerId id)
|
Constructors in org.drools.games.pong with parameters of type PlayerId | |
---|---|
Player(PlayerId id,
Bat bat)
|
|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |