Class OperatorSimplifyLocalHelper.Vertex_info_pl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean boundary  
      (package private) boolean end_point  
      (package private) int ipath  
      (package private) int ivertex  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex_info_pl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        double x
      • y

        double y
      • ipath

        int ipath
      • ivertex

        int ivertex
      • boundary

        boolean boundary
      • end_point

        boolean end_point
    • Constructor Detail

      • Vertex_info_pl

        Vertex_info_pl()