public class GroupedReplayResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupedReplayResult.AlignmentGroup |
static class |
GroupedReplayResult.GroupOrdering |
| Constructor and Description |
|---|
GroupedReplayResult() |
GroupedReplayResult(ResultReplay replayResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Alignment a) |
void |
addAll(java.util.Collection<Alignment> c) |
java.util.Set<com.google.common.collect.Multiset.Entry<GroupedReplayResult.AlignmentGroup>> |
groupedByAlignment() |
java.util.SortedSet<Alignment> |
listAlignments(GroupedReplayResult.AlignmentGroup group) |
public GroupedReplayResult(ResultReplay replayResult)
public GroupedReplayResult()
public void add(Alignment a)
public void addAll(java.util.Collection<Alignment> c)
public java.util.Set<com.google.common.collect.Multiset.Entry<GroupedReplayResult.AlignmentGroup>> groupedByAlignment()
public java.util.SortedSet<Alignment> listAlignments(GroupedReplayResult.AlignmentGroup group)