public interface ComparisonState<I>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ComparisonState.Status |
| Modifier and Type | Method and Description |
|---|---|
List<I> |
getAllObjects()
Gets all objects that should be compared.
|
List<I> |
getComparedObjects()
Gets a list of objects that has been compared against reference up until now.
|
I |
getReference()
Gets a reference object against which a comparison is being performed
|
ComparisonState.Status |
getStatus()
Gets current status of comparison - if it is not yest started, still in progress of done.
|
I getReference()
ComparisonState.Status getStatus()
List<I> getComparedObjects()
Copyright © 2018. All rights reserved.