Class TypeBased

  • All Implemented Interfaces:
    it.unibo.alchemist.model.cognitive.SteeringStrategy

    
    public final class TypeBased<T extends Object>
    extends Weighted<T>
                        

    A Weighted steering strategy assigning weights based on actions' types (each type has its own weight, specified by the client).

    • 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.cognitive.steering.Weighted

        computeNextPosition, computeTarget
      • Methods inherited from class java.lang.Object

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