|
Drools examples 6.0.3-SNAPSHOT | |||||||||
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 Object
public boolean equals(Object obj)
equals
in class Object
|
Drools examples 6.0.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |