| Package | Description |
|---|---|
| org.opencompare.api.java | |
| org.opencompare.api.java.io | |
| org.opencompare.api.java.util |
| Modifier and Type | Method and Description |
|---|---|
Feature |
PCMFactory.createFeature() |
Feature |
Cell.getFeature() |
Feature |
Product.getKey() |
Feature |
PCM.getOrCreateFeature(String name,
PCMFactory factory)
Retrieve an existing feature
If the feature does not exist, we create and add it to the PCM
|
Feature |
PCM.getProductsKey() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureGroup.getConcreteFeatures() |
List<Feature> |
PCM.getConcreteFeatures()
List all the features of the PCM (no feature group is returned)
|
List<Feature> |
PCMMetadata.getSortedFeatures()
Return the sorted features concordingly with metadata
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Product.findCell(Feature feature) |
void |
Cell.setFeature(Feature feature) |
void |
PCM.setProductsKey(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractFeature> |
ImportMatrixLoader.createFeatures(IONode<String> parent,
Map<Integer,Feature> positionToFeature) |
protected void |
ImportMatrixLoader.createProducts(ImportMatrix matrix,
PCMContainer pcmContainer,
Map<Integer,Feature> positionToFeature)
Detect and create products from the information contained in the matrix and the provided direction
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
DiffResult.getCommonFeatures() |
List<Feature> |
DiffResult.getFeaturesOnlyInPCM1() |
List<Feature> |
DiffResult.getFeaturesOnlyInPCM2() |
| Modifier and Type | Method and Description |
|---|---|
void |
PCMVisitor.visit(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffResult.setCommonFeatures(List<Feature> commonFeatures) |
void |
DiffResult.setFeaturesOnlyInPCM1(List<Feature> featuresOnlyInPCM1) |
void |
DiffResult.setFeaturesOnlyInPCM2(List<Feature> featuresOnlyInPCM2) |
Copyright © 2016. All rights reserved.