public class DiffResult extends Object
| Constructor and Description |
|---|
DiffResult(PCM pcm1,
PCM pcm2) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
getCommonFeatures() |
List<Product> |
getCommonProducts() |
List<Pair<Cell,Cell>> |
getDifferingCells() |
List<Feature> |
getFeaturesOnlyInPCM1() |
List<Feature> |
getFeaturesOnlyInPCM2() |
PCM |
getPcm1() |
PCM |
getPcm2() |
List<Product> |
getProductsOnlyInPCM1() |
List<Product> |
getProductsOnlyInPCM2() |
Boolean |
hasDifferences() |
void |
setCommonFeatures(List<Feature> commonFeatures) |
void |
setCommonProducts(List<Product> commonProducts) |
void |
setDifferingCells(List<Pair<Cell,Cell>> differingCells) |
void |
setFeaturesOnlyInPCM1(List<Feature> featuresOnlyInPCM1) |
void |
setFeaturesOnlyInPCM2(List<Feature> featuresOnlyInPCM2) |
void |
setProductsOnlyInPCM1(List<Product> productsOnlyInPCM1) |
void |
setProductsOnlyInPCM2(List<Product> productsOnlyInPCM2) |
String |
toString() |
Copyright © 2015. All rights reserved.