-
- All Implemented Interfaces:
-
it.unibo.alchemist.loader.deployments.Deployment,java.lang.Iterable
public final class FromGPSTrace implements Deployment
Distributes nodes in the first positions of it.unibo.alchemist.model.interfaces.GPSTrace.
-
-
Constructor Summary
Constructors Constructor Description FromGPSTrace(int nodeCount, String path, boolean cycle, String normalizer, Array<Object> args)
-
Method Summary
-
Methods inherited from class it.unibo.alchemist.loader.deployments.Deployment
getAssociatedLinkingRule, iterator -
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FromGPSTrace
FromGPSTrace(int nodeCount, String path, boolean cycle, String normalizer, Array<Object> args)
- Parameters:
nodeCount- number of node requestpath- path with the gps trackscycle- true if considering list of GPSTrace cycle, default falsenormalizer- class to use to normalize timeargs- args to use to create GPSTimeNormalizer
-
-
-
-