Class TemporalDependencyMatrix


  • public class TemporalDependencyMatrix
    extends Object
    A class to abstract the management of temporal dependency management information
    • Constructor Detail

      • TemporalDependencyMatrix

        public TemporalDependencyMatrix​(Interval[][] matrix,
                                        List<Pattern> events)
    • Method Detail

      • getMatrix

        public Interval[][] getMatrix()
      • setMatrix

        public void setMatrix​(Interval[][] matrix)
      • setEvents

        public void setEvents​(List<Pattern> events)
      • getExpirationOffset

        public long getExpirationOffset​(Pattern pattern)