Package 

Enum PathFindingMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum PathFindingMode
    
                        

    Available modes for path finding

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

      Default mode : Shortest path available

      EASY

      May use some steps and may not be the shortest available path but relatively comfortable path for families and elderly.

      ACCESSIBLE

      Does not include any steps in paths. It is the most comfortable path for people with having difficulty with walking.

    • Method Summary

      Modifier and Type Method Description
      static Array<PathFindingMode> values()
      static PathFindingMode valueOf(String name)
      • Methods inherited from class java.lang.Object

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