public class TemporalDependencyMatrix extends Object
| Constructor and Description |
|---|
TemporalDependencyMatrix(Interval[][] matrix,
List<Pattern> events) |
| Modifier and Type | Method and Description |
|---|---|
List<Pattern> |
getEvents() |
long |
getExpirationOffset(Pattern pattern) |
Interval[][] |
getMatrix() |
void |
setEvents(List<Pattern> events) |
void |
setMatrix(Interval[][] matrix) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.