public class SegmentedSequenceStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SegmentedSequenceStats.StatsEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
addStats(int segments,
int length,
int overhead) |
void |
clear() |
@NotNull List<SegmentedSequenceStats.StatsEntry> |
getAggregatedStats() |
@NotNull String |
getAggregatedStatsText() |
int |
getCount(int segments) |
static @NotNull SegmentedSequenceStats |
getInstance() |
@NotNull List<SegmentedSequenceStats.StatsEntry> |
getStats() |
@NotNull String |
getStatsText() |
@NotNull String |
getStatsText(List<SegmentedSequenceStats.StatsEntry> entries) |
public void addStats(int segments,
int length,
int overhead)
public int getCount(int segments)
@NotNull public @NotNull String getStatsText(List<SegmentedSequenceStats.StatsEntry> entries)
@NotNull public @NotNull String getAggregatedStatsText()
@NotNull public @NotNull List<SegmentedSequenceStats.StatsEntry> getAggregatedStats()
@NotNull public @NotNull String getStatsText()
public void clear()
@NotNull public @NotNull List<SegmentedSequenceStats.StatsEntry> getStats()
@NotNull public static @NotNull SegmentedSequenceStats getInstance()
Copyright © 2020. All rights reserved.