| Package | Description |
|---|---|
| org.opencompare.api.java | |
| org.opencompare.api.java.io |
| Modifier and Type | Method and Description |
|---|---|
PCMElement |
PCMElement.clone(PCMFactory factory) |
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
|
Product |
PCM.getOrCreateProduct(String name,
PCMFactory factory)
Retrieve an existing product
If the product does not exist, we create and add it to the PCM
|
void |
PCM.invert(PCMFactory factory)
Invert the matrix (products become features and vice versa)
|
void |
PCM.merge(PCM pcm,
PCMFactory factory)
Add information from another PCM
|
void |
PCM.normalize(PCMFactory factory)
Fill missing cells with not available cells
|
| Constructor and Description |
|---|
CSVLoader(PCMFactory factory) |
CSVLoader(PCMFactory factory,
boolean productsAsLines) |
CSVLoader(PCMFactory factory,
char separator) |
CSVLoader(PCMFactory factory,
char separator,
char quote) |
CSVLoader(PCMFactory factory,
char separator,
char quote,
boolean productsAsLines) |
HTMLLoader(PCMFactory factory) |
HTMLLoader(PCMFactory factory,
boolean productsAsLines) |
IOMatrixLoader(PCMFactory factory) |
IOMatrixLoader(PCMFactory factory,
boolean productsAsLines) |
SimpleCSVLoader(PCMFactory factory) |
SimpleCSVLoader(PCMFactory factory,
boolean productsAsLines) |
SimpleCSVLoader(PCMFactory factory,
char separator) |
SimpleCSVLoader(PCMFactory factory,
char separator,
char quote) |
SimpleCSVLoader(PCMFactory factory,
char separator,
char quote,
boolean productsAsLines) |
Copyright © 2015. All rights reserved.