public class HistoricalViewableDesc
extends java.lang.Object
Constructor and Description |
---|
HistoricalViewableDesc(int numStreams) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<java.lang.Integer>[] |
getDependenciesPerHistorical() |
boolean[] |
getHistorical() |
boolean |
isHasHistorical() |
void |
setHistorical(int streamNum,
java.util.SortedSet<java.lang.Integer> dependencies) |
public void setHistorical(int streamNum, java.util.SortedSet<java.lang.Integer> dependencies)
public boolean isHasHistorical()
public java.util.SortedSet<java.lang.Integer>[] getDependenciesPerHistorical()
public boolean[] getHistorical()