org.drools.time
Class TemporalDependencyMatrix
java.lang.Object
org.drools.time.TemporalDependencyMatrix
public class TemporalDependencyMatrix
- extends Object
A class to abstract the management of temporal
dependency management information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemporalDependencyMatrix
public TemporalDependencyMatrix(Interval[][] matrix,
List<Pattern> events)
getMatrix
public Interval[][] getMatrix()
setMatrix
public void setMatrix(Interval[][] matrix)
getEvents
public List<Pattern> getEvents()
setEvents
public void setEvents(List<Pattern> events)
getExpirationOffset
public long getExpirationOffset(Pattern pattern)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.