| Package | Description |
|---|---|
| org.opencompare.api.java.io | |
| org.opencompare.api.java.util |
| Modifier and Type | Method and Description |
|---|---|
static IOMatrix |
CSVLoader.createMatrix(com.opencsv.CSVReader reader) |
IOMatrix |
IOMatrix.setCell(IOCell cell,
int row,
int column) |
IOMatrix |
IOMatrix.setCell(IOCell cell,
int row,
int column,
int rowspan,
int colspan) |
IOMatrix |
IOMatrix.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<IOMatrix> |
HTMLLoader.createMatrices(org.jsoup.nodes.Document doc) |
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
CSVLoader.load(IOMatrix matrix) |
List<PCMContainer> |
HTMLLoader.load(IOMatrix matrix) |
List<PCMContainer> |
IOMatrixLoader.load(IOMatrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
IOMatrix |
MatrixAnalyser.getMatrix() |
| Constructor and Description |
|---|
MatrixAnalyser(IOMatrix matrix,
MatrixComparator comparator) |
Copyright © 2015. All rights reserved.