Interface PhysicalProperty
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.NodeProperty
,java.io.Serializable
public interface PhysicalProperty<T extends Object, P extends Position<P>, Vector<P>, A extends Transformation<P>, F extends GeometricShapeFactory<P, A>> implements NodeProperty<T>
A node's capability to experience physical forces.
-
-
Method Summary
Modifier and Type Method Description abstract List<P>
physicalForces(PhysicsEnvironment<T, P, A, F> environment)
-
-
Method Detail
-
physicalForces
abstract List<P> physicalForces(PhysicsEnvironment<T, P, A, F> environment)
-
-
-
-