Class JHiccupTrace


  • public class JHiccupTrace
    extends Object
    Class that represents a chunk of a jHiccup log that we are attempting to match to a
    • Field Detail

      • JHICCUP_LOG_ENTRY

        public static final Pattern JHICCUP_LOG_ENTRY
    • Constructor Detail

      • JHiccupTrace

        protected JHiccupTrace​(Matcher matcher)
    • Method Detail

      • getTimeStamp

        public double getTimeStamp()
      • getInterval

        public double getInterval()
      • getDuration

        public double getDuration()
      • getDoubleGroup

        public double getDoubleGroup​(int index)
      • getGroup

        public String getGroup​(int index)