|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldEntity | |
SEdit.Formalisms.World | |
SEdit.Formalisms.World.Ants | |
SEdit.Formalisms.World.Preys |
Uses of WorldEntity in SEdit.Formalisms.World |
Subclasses of WorldEntity in SEdit.Formalisms.World | |
class |
FixedEntity
|
class |
Food
|
class |
MobileEntity
|
class |
Obstacle
|
class |
RandomEntity
|
class |
SimpleEntity
|
Methods in SEdit.Formalisms.World that return WorldEntity | |
WorldEntity |
HeadAgent.getBody()
|
WorldEntity |
Brain.getBody()
|
Methods in SEdit.Formalisms.World with parameters of type WorldEntity | |
Vector |
WorldStructure.detectEntities(WorldEntity w,
Point p,
int r)
|
int |
WorldEntity.getDistance(WorldEntity e)
Computes and returns the distance between two entities |
void |
WorldEntity.showLine(WorldEntity e,
Color c)
|
void |
MobileEntity.directTowards(WorldEntity e)
Heads the body into the direction of an entity e |
int |
MobileEntity.getDirectionTo(WorldEntity e)
Computes and returns the direction which heads to the position of an entity e. |
int |
MobileEntity.getDistanceTo(WorldEntity e)
Computes and returns the distance between the mobile entity and an entity e. |
void |
MobileEntity.moveTo(WorldEntity e)
Move in the direction of an entity e. |
boolean |
MobileEntity.isTouching(WorldEntity e)
Indicates if this mobile entity touches a world entity |
void |
HeadAgent.setBody(WorldEntity e)
|
void |
Brain.setBody(WorldEntity e)
|
Uses of WorldEntity in SEdit.Formalisms.World.Ants |
Subclasses of WorldEntity in SEdit.Formalisms.World.Ants | |
class |
AbstractAnt
|
class |
Home
|
class |
Mark
|
class |
MarkingAnt
|
class |
SimpleAnt
|
Methods in SEdit.Formalisms.World.Ants that return WorldEntity | |
WorldEntity |
AbstractAnt.getHome()
|
Methods in SEdit.Formalisms.World.Ants with parameters of type WorldEntity | |
void |
AbstractAnt.setHome(WorldEntity p)
|
void |
AbstractAnt.eat(WorldEntity e)
|
Uses of WorldEntity in SEdit.Formalisms.World.Preys |
Subclasses of WorldEntity in SEdit.Formalisms.World.Preys | |
class |
Animal
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
class |
PredatorBody
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
class |
PreyBody
Titre : Preys Description : Copyright : Copyright (c) 2000 Société : |
Methods in SEdit.Formalisms.World.Preys that return WorldEntity | |
WorldEntity |
Prey.getBody()
|
WorldEntity |
PositionMessage.getSenderBody()
|
WorldEntity |
AbstractPredator.getBody()
|
Methods in SEdit.Formalisms.World.Preys with parameters of type WorldEntity | |
void |
Prey.setBody(WorldEntity e)
|
void |
PredatorBody.showLine(WorldEntity e,
Color c)
|
void |
AbstractPredator.setBody(WorldEntity e)
|
Constructors in SEdit.Formalisms.World.Preys with parameters of type WorldEntity | |
PositionMessage(Point _p,
WorldEntity w)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |