FromGPSTrace

class FromGPSTrace : Deployment<P>

Distributes nodes in the first positions of it.unibo.alchemist.model.interfaces.GPSTrace.

Constructors

Link copied to clipboard
open fun FromGPSTrace(    nodeCount: Int,     path: String,     cycle: Boolean,     normalizer: String,     args: Array<Any>)

Functions

Link copied to clipboard
open fun forEach(action: Consumer<out Any>)
Link copied to clipboard
open fun <T> getAssociatedLinkingRule(): LinkingRule<T, P>
Link copied to clipboard
open fun iterator(): Iterator<P>
abstract fun iterator(): Iterator<T>
Link copied to clipboard
open fun spliterator(): Spliterator<T>
Link copied to clipboard
open fun stream(): Stream<Position>