|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||