Package | Description |
---|---|
graphanalysis |
package contains algorithms to perform different
analysis on the Application graph.
|
graphanalysis.properties |
package contains methods to analyze different
properties of SDF, HSDF and Split-join graphs.
|
graphanalysis.throughput |
package contains algorithms to calculate throughput
of SDF graph.
|
Modifier and Type | Field and Description |
---|---|
private GraphAnalysis |
Kosaraju.graphAnalysis
Graph properties for quick reference.
|
private GraphAnalysis |
DepthFirstSearch.graphAnalysis
Properties of graph.
|
private GraphAnalysis |
GraphFindCycles.graphAnalysis
Graph analysis to quickly calculate some properties.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphAnalysisSdfAndHsdf
Different methods to check certain properties of an SDF and its equivalent HSDF graph.
|
class |
SplitJoinGraphAnalysis
Different methods to check certain properties of a Split-join Graph.
|
Modifier and Type | Field and Description |
---|---|
private GraphAnalysis |
ThroughputMcm.graphAnalysis
Get some properties of the graph
|