public class ExtractionResultCollection
extends java.lang.Object
ExtractionResults, for example from different module extractions, to
be saved together.
An ExtractionResultCollection can be a Part or an Environment| Modifier and Type | Field and Description |
|---|---|
java.util.List<ExtractionResult> |
extractionResults
List of extracted information
|
java.lang.String |
petVersion
Version of the Pericles Extraction Tool used for the extraction
|
java.lang.String |
profileUUID
UUID of the
Profile where this collection belongs to |
| Constructor and Description |
|---|
ExtractionResultCollection()
Deprecated.
|
ExtractionResultCollection(java.lang.String profileuuId)
Main constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExtractionResult(ExtractionResult result)
Add an
ExtractionResult to this collection. |
void |
deleteExtractedInformation()
Deletes all extracted information
|
void |
sortResults()
Sorts the list of extracted information by module names.
|
public java.lang.String petVersion
public java.lang.String profileUUID
Profile where this collection belongs topublic java.util.List<ExtractionResult> extractionResults
@Deprecated public ExtractionResultCollection()
public ExtractionResultCollection(java.lang.String profileuuId)
profileuuId - UUID of the Profile where this information was
extractedpublic void addExtractionResult(ExtractionResult result)
ExtractionResult to this collection.result - the extracted information to be addedpublic void deleteExtractedInformation()
public void sortResults()