Class NirvanaKt

  • All Implemented Interfaces:

    
    public final class NirvanaKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static Goal NIRVANA
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Goal getNIRVANA() Goal available to all Utility planners.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getNIRVANA

         final Goal getNIRVANA()

        Goal available to all Utility planners. Reach nirvana, where there is nothing more to do. It's important that this goal cannot be satisfied, to prevent the plan from completing prematurely. A plan may complete by satisfying another goal, but not by reaching nirvana.