Class ReproduceGPSTrace

    • 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
      • Methods inherited from class it.unibo.alchemist.model.maps.actions.MoveOnMapWithGPS

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

        cloneAction, 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

      • ReproduceGPSTrace

        ReproduceGPSTrace(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
      • ReproduceGPSTrace

        ReproduceGPSTrace(MapEnvironment<T, O, S> environment, Node<T> node, Reaction<T> reaction, double speed, String path, boolean cycle, String normalizer, Array<Object> normalizerArgs)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction.
        speed - the average speed
        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
    • Method Detail