public class ProcessFlow extends org.onlab.graph.MutableAdjacencyListsGraph<Step,Dependency>
| Constructor and Description |
|---|
ProcessFlow(Set<Step> vertexes,
Set<Dependency> edges)
Creates a graph comprising of the specified vertexes and edges.
|
public ProcessFlow(Set<Step> vertexes, Set<Dependency> edges)
vertexes - set of graph vertexesedges - set of graph edgesCopyright © 2015. All rights reserved.