| 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 |
PCM.getOrCreateFeature(String name,
PCMFactory factory)
Retrieve an existing feature
If the feature does not exist, we create and add it to the PCM
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLExporter.visit(Feature feature) |
void |
CSVExporter.visit(Feature feature) |
| 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 © 2015. All rights reserved.