public class FlowAnalysis extends Object
| Constructor and Description |
|---|
FlowAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Collection<Graph> graphCollection)
Given a collection of graphs, this method is the sole entrance to the
analysis of the graphs.
|
LinkedHashMap<String,AnalysisElement> |
getNodes() |
int |
getOperationCounter() |
void |
incrementOperationCounter() |
public static final Logger LOGGER
public void analyze(Collection<Graph> graphCollection)
graphCollection - Collection of graphspublic LinkedHashMap<String,AnalysisElement> getNodes()
public int getOperationCounter()
public void incrementOperationCounter()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.