Class SAPEREWalkerRiseGradient

    • 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.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

      • SAPEREWalkerRiseGradient

        SAPEREWalkerRiseGradient(MapEnvironment<List<ILsaMolecule>, GraphHopperOptions, GraphHopperRoutingService> environment, ILsaNode node, Reaction<List<ILsaMolecule>> reaction, double speed, double interaction, double range, Molecule templateLSA, int neighPos)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction (used to compute the movement length)
        speed - the average speed of the node
        interaction - the interaction factor
        range - the interaction range
        templateLSA - the LSA template to follow
        neighPos - the position in the template LSA that contains the next hop
      • SAPEREWalkerRiseGradient

        SAPEREWalkerRiseGradient(MapEnvironment<List<ILsaMolecule>, GraphHopperOptions, GraphHopperRoutingService> environment, ILsaNode node, Reaction<List<ILsaMolecule>> reaction, Molecule tag, double speed, double interaction, double range, Molecule templateLSA, int neighPos)
        Parameters:
        environment - the environment
        node - the node
        reaction - the reaction (used to compute the movement length)
        tag - the molecule which identifies the interacting nodes
        speed - the average speed of the node
        interaction - the interaction factor
        range - the interaction range
        templateLSA - the LSA template to follow
        neighPos - the position in the template LSA that contains the next hop
    • Method Detail