Class OperatorSimplifyLocalHelper.Edge

    • Constructor Summary

      Constructors 
      Constructor Description
      Edge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean getReversed()  
      (package private) int getRightSide()  
      (package private) void setReversed​(boolean bYesNo)  
      • Methods inherited from class java.lang.Object

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

      • m_vertexIndex

        int m_vertexIndex
      • m_pathIndex

        int m_pathIndex
      • m_flags

        int m_flags
    • Constructor Detail

      • Edge

        Edge()
    • Method Detail

      • setReversed

        void setReversed​(boolean bYesNo)
      • getReversed

        boolean getReversed()
      • getRightSide

        int getRightSide()