Class | Description |
---|---|
InteractionAnalysisAlgo |
Search all the non functional interactions in the graph 'regGraph' and do some actions on them depending on the options (opt_*).
|
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, ....]), ....)
]
}
|
InteractionAnalysisService | |
InteractionAnalysisStyleProvider |
Provide a style to view interaction analysis results on the graph.
|
Enum | Description |
---|---|
InteractionStatus |
Copyright © 2005–2020. All rights reserved.