Class TemporalTraces


  • public class TemporalTraces
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TemporalTraces()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addOneEntry​(java.util.BitSet set, long distance)  
      gnu.trove.TLongCollection getDistance​(java.util.BitSet sequentialProfile)  
      • Methods inherited from class java.lang.Object

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

      • TemporalTraces

        public TemporalTraces()
    • Method Detail

      • addOneEntry

        public void addOneEntry​(java.util.BitSet set,
                                long distance)
      • getDistance

        public gnu.trove.TLongCollection getDistance​(java.util.BitSet sequentialProfile)
        Parameters:
        sequentialProfile - the profile for the current event (marks the events with which the current event is in sequence)
        Returns: