public interface IPheromone extends ILocationObject
Modifier and Type | Field and Description |
---|---|
static double |
EVAPORATION_RATE
The evaporation rate determines how quickly a pheromone dissolves (in strength per second).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the id (or name) of this object.
|
ILocation |
getLocation()
Get the location of this object.
|
double |
getStrength()
Get the strength of the pheromone (0..1).
|
java.lang.String |
getType()
Get the type of the pheromone.
|
static final double EVAPORATION_RATE
java.lang.String getId()
getId
in interface ILocationObject
ILocation getLocation()
getLocation
in interface ILocationObject
java.lang.String getType()
double getStrength()