Package | Description |
---|---|
org.ginsim.service.tool.interactionanalysis |
Class and Description |
---|
InteractionAnalysisAlgoResult
This class is a simple container for the results of the algorithm :
* The Style Provider
* The InteractionAnalysisReport
|
InteractionAnalysisReport
A container class capable of exporting itself given a DocumentWriter
Use the following structure :
Map{
target :=> List[
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....),
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....),
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....)
],
target :=> List[
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....),
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....),
SourceItem(source, level, reportItem(List[pathItem, pathItem, ....]), reportItem(List[pathItem, pathItem, ....]), ....)
]
}
|
InteractionStatus |
Copyright © 2005–2020. All rights reserved.