|
Drools examples 6.0.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.games.pong.Collision
public class Collision
| Constructor Summary | |
|---|---|
Collision(Player player,
CollisionType type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Player |
getPlayer()
|
CollisionType |
getType()
|
int |
hashCode()
|
void |
setPlayer(Player player)
|
void |
setType(CollisionType type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Collision(Player player,
CollisionType type)
| Method Detail |
|---|
public CollisionType getType()
public void setType(CollisionType type)
public Player getPlayer()
public void setPlayer(Player player)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Drools examples 6.0.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||