| Package | Description |
|---|---|
| org.opencompare.api.java | |
| org.opencompare.api.java.io | |
| org.opencompare.api.java.util |
| Modifier and Type | Method and Description |
|---|---|
Cell |
PCMFactory.createCell() |
Cell |
Product.findCell(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Product.getCells() |
List<Cell> |
Feature.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.addCell(Cell cell) |
void |
Product.removeCell(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLExporter.visit(Cell cell) |
void |
CSVExporter.visit(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<Cell,Cell>> |
DiffResult.getDifferingCells() |
List<Pair<Cell,Cell>> |
DiffResult.getDifferingCells() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimplePCMElementComparator.similarCell(Cell c1,
Cell c2) |
boolean |
ComplexePCMElementComparator.similarCell(Cell c1,
Cell c2) |
boolean |
PCMElementComparator.similarCell(Cell c1,
Cell c2) |
void |
PCMVisitor.visit(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffResult.setDifferingCells(List<Pair<Cell,Cell>> differingCells) |
void |
DiffResult.setDifferingCells(List<Pair<Cell,Cell>> differingCells) |
Copyright © 2015. All rights reserved.