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