Interface Step

  • All Implemented Interfaces:
    com.embabel.common.core.types.HasInfoString , com.embabel.common.core.types.Named

    
    public interface Step
     implements Named, HasInfoString
                        

    A step in a plan. Can be an action or a goal

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Unique name of the step
      abstract Double getValue() Value of completing this step.
      • Methods inherited from class com.embabel.common.core.types.HasInfoString

        infoString
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getValue

         abstract Double getValue()

        Value of completing this step. From 0 (least valuable) to 1 (most valuable) Steps with 0 value will still be planned if necessary to achieve a result