-
- All Implemented Interfaces:
public interface VisibleNode<T extends Object, P extends Position<P>>Represents a node seen by the it.unibo.alchemist.model.implementations.actions.CameraSee action.
-
-
Method Summary
Modifier and Type Method Description abstract Node<T>getNode()The node seen. abstract PgetPosition()The position of the node. -
-
Method Detail
-
getPosition
abstract P getPosition()
The position of the node.
-
-
-
-