public class ReplayResultVisController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplayResultVisController.AlignmentFilter |
| Constructor and Description |
|---|
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit) |
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit,
ReplayResultVisController.AlignmentFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
boolean |
hasMore() |
int |
showNextAlignments() |
public ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel, java.util.Iterator<Alignment> alignmentIter, int limit, ReplayResultVisController.AlignmentFilter filter)
public ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel, java.util.Iterator<Alignment> alignmentIter, int limit)