Class TLCOrderDiagnostic


  • public class TLCOrderDiagnostic
    extends java.lang.Object
    Value saved for early occurrences Value saved for late occurrences Value saved for chaotic occurrences (neither late nor early; however, we might have skipped a segment due to misordering)
    Author:
    brockhoff
    • Constructor Summary

      Constructors 
      Constructor Description
      TLCOrderDiagnostic​(int orderEarly, int orderChaos, int orderLate)  
    • Constructor Detail

      • TLCOrderDiagnostic

        public TLCOrderDiagnostic​(int orderEarly,
                                  int orderChaos,
                                  int orderLate)
    • Method Detail

      • orderEarly

        public int orderEarly()
      • orderChaos

        public int orderChaos()
      • orderLate

        public int orderLate()