DynamicEntity
Represents a dynamic entity. A dynamic entity is an entity that can change its state over time.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class Robot
Members list
Value members
Abstract methods
Returns the sequence of actuators that can act upon a dynamic entity.
Returns the sequence of actuators that can act upon a dynamic entity.
Attributes
- Returns
-
the sequence of actuators.
Returns the behavior of the dynamic entity, which defines how it reacts to sensor readings.
Returns the behavior of the dynamic entity, which defines how it reacts to sensor readings.
Attributes
- Returns
-
the behavior of the dynamic entity.
Returns the sequence of sensors that can sense the environment for a dynamic entity.
Returns the sequence of sensors that can sense the environment for a dynamic entity.
Attributes
- Returns
-
the sequence of sensors.
Inherited and Abstract methods
The unique identifier for the entity.
The unique identifier for the entity.
Attributes
- Returns
-
a unique identifier UUID.
- Inherited from:
- Entity
The orientation of the entity in 2D space.
The orientation of the entity in 2D space.
Attributes
- Returns
-
an Orientation representing the angle or facing direction of this entity.
- Inherited from:
- Entity