Package 

Class PrioritySteering

  • All Implemented Interfaces:
    it.unibo.alchemist.model.interfaces.Reaction , java.io.Serializable , kotlin.Comparable

    
    public final class PrioritySteering<T extends Object>
    extends SteeringBehavior<T>
                        

    Steering behavior using Nearest steering strategy (= the only action executed is the one with the nearest target).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SteeringStrategy<T, Euclidean2DPosition> getSteerStrategy()
      • Methods inherited from class it.unibo.alchemist.model.implementations.reactions.PrioritySteering

        cloneOnNewNode, execute, getRate, steerActions
      • Methods inherited from class it.unibo.alchemist.model.implementations.reactions.SteeringBehavior

        addInboundDependency, addOutboundDependency, canExecute, compareTo, equals, getActions, getConditions, getInboundDependencies, getInputContext, getNode, getOutboundDependencies, getOutputContext, getRateAsString, getReactionName, getTau, getTimeDistribution, hashCode, initializationComplete, makeClone, setActions, setConditions, setInputContext, setOutputContext, toString, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait