Uses of Class
byucc.jhdl.synth.DFSubGraph

Packages that use DFSubGraph
byucc.jhdl.synth   
 

Uses of DFSubGraph in byucc.jhdl.synth
 

Methods in byucc.jhdl.synth that return DFSubGraph
 DFSubGraph[] DataFlowGraph.getSubGraphs()
          Get an array of the subgraphs that make up this graph.
 DFSubGraph DataFlowGraph.createSubGraph(java.lang.String name)
          Create and return a new subGraph with the given name.
 DFSubGraph DFVertex.getParentalSubGraph()
          Get the parentalSubGraph to which this DFVertex belongs.
 DFSubGraph CFVertex.getDFSubGraph()
          Get this block's corresponding DFSubGraph.
 

Methods in byucc.jhdl.synth with parameters of type DFSubGraph
 boolean DataFlowGraph.removeSubGraph(DFSubGraph subGraph)
          Remove a subGraph from this DataFlowGraph.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.