Class GPSTraceWalker

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      GPSTraceWalker<T, O, S> cloneAction(Node<T> node, Reaction<T> reaction) Fails, can't be cloned.
      • Methods inherited from class it.unibo.alchemist.model.maps.actions.MoveOnMapWithGPS

        traceFor
      • Methods inherited from class it.unibo.alchemist.model.maps.actions.MoveOnMap

        getEnvironment
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractConfigurableMoveNode

        getNextPosition
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractMoveNode

        execute, getContext
      • Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction

        getOutboundDependencies, toString
      • Methods inherited from class it.unibo.alchemist.model.Action

        cloneAction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GPSTraceWalker

        GPSTraceWalker(MapEnvironment<T, O, S> environment, Node<T> node, Reaction<T> reaction, O options, String path, boolean cycle, String normalizer, Array<Object> normalizerArgs)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction
        options - options for the computation of routes
        path - resource(file, directory, ...
        cycle - true if the traces have to be distributed cyclically
        normalizer - name of the class that implement the strategy to normalize the time
        normalizerArgs - Args to build normalize
      • GPSTraceWalker

        GPSTraceWalker(MapEnvironment<T, O, S> environment, Node<T> node, Reaction<T> reaction, String path, boolean cycle, String normalizer, Array<Object> normalizerArgs)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction
        path - resource(file, directory, ...
        cycle - true if the traces have to be distributed cyclically
        normalizer - name of the class that implement the strategy to normalize the time
        normalizerArgs - Args to build normalize