Class ConformanceApproximationL2LAlgo.AlignObj

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String Alignment  
      double cost  
    • Constructor Summary

      Constructors 
      Constructor Description
      AlignObj​(java.lang.String Alignment, double d)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Alignment

        public final java.lang.String Alignment
      • cost

        public final double cost
    • Constructor Detail

      • AlignObj

        public AlignObj​(java.lang.String Alignment,
                        double d)