protected static class DefaultErrorAnalysisTableModel.Buffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<Span,Span> |
antecedents
Maps a span to its antecedent
|
de.ims.icarus.util.Counter |
childCounters
Counts the number of spans that are descendants
of of a given span
|
java.util.Map<Span,Span> |
clusterRoots
Maps a span to its cluster root
|
java.util.Set<Span> |
singletons
Contains all spans that are considered singletons
|
java.util.Set<Span> |
spans
Lookup of all the spans in this buffer
|
Modifier | Constructor and Description |
---|---|
protected |
DefaultErrorAnalysisTableModel.Buffer() |
public de.ims.icarus.util.Counter childCounters
public java.util.Set<Span> singletons
public java.util.Set<Span> spans