it.unibo.alchemist.collektive.device.DistanceSensor.kt Maven / Gradle / Ivy
package it.unibo.alchemist.collektive.device
import it.unibo.collektive.aggregate.api.Aggregate
import it.unibo.collektive.field.Field
/**
* Distance sensor.
*/
interface DistanceSensor {
/**
* The distances from the current node to all the other nodes.
*/
fun Aggregate.distances(): Field
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy