public class InteractionAnalysisReport extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
timeSpent
How much time the algo did run
|
Modifier | Constructor and Description |
---|---|
protected |
InteractionAnalysisReport() |
Modifier and Type | Method and Description |
---|---|
protected org.ginsim.service.tool.interactionanalysis.SourceItem |
reportFor(RegulatoryNode target,
RegulatoryNode source)
Get the report for target from the map or creates i if it doesn't exists.
|
void |
saveReport(DocumentWriter dw,
RegulatoryGraph regGraph)
Write the report using the specified DocumentWriter.
|
protected org.ginsim.service.tool.interactionanalysis.SourceItem reportFor(RegulatoryNode target, RegulatoryNode source)
target
- the target regulatorsource
- the source regulatorpublic void saveReport(DocumentWriter dw, RegulatoryGraph regGraph) throws IOException
dw
- the DocumentWriter to write the reportregGraph
- the graph the algo ran onIOException
Copyright © 2005–2020. All rights reserved.