Package it.unibo.alchemist.model.physics
Interface InfluenceSphere
-
- All Implemented Interfaces:
public interface InfluenceSphere<T extends Object>
Area inside which nodes exert an influence on each other.
-
-
Method Summary
Modifier and Type Method Description abstract List<Node<T>>
influentialNodes()
List of influential nodes. -
-
Method Detail
-
influentialNodes
abstract List<Node<T>> influentialNodes()
List of influential nodes. (e.g. nodes withing a field of view).
-
-
-
-