Uses of Class
byucc.jhdl.synth.DFEdge

Packages that use DFEdge
byucc.jhdl.synth   
 

Uses of DFEdge in byucc.jhdl.synth
 

Methods in byucc.jhdl.synth that return DFEdge
 DFEdge DFSubGraph.addDFEdge(Vertex tail, Vertex head)
          Add a new DFEdge to the subGraph.
 DFEdge DFSubGraph.addDFEdge(Vertex tail, java.lang.String tailPort, Vertex head)
          Add a new DFEdge with the given tail port name to the subGraph.
 DFEdge DFSubGraph.addDFEdge(Vertex tail, Vertex head, java.lang.String headPort)
          Add a new DFEdge with the given head port name to the subGraph.
 DFEdge DFSubGraph.addDFEdge(Vertex tail, java.lang.String tailPort, Vertex head, java.lang.String headPort)
          Add a new DFEdge with the given port names to the subGraph.
 DFEdge DFVertex.getInputPort(java.lang.String portName)
          Get the Edge from this vertex that is connected to the named input port.
 DFEdge DFVertex.getOutputPort(java.lang.String portName)
          Get the Edge from this vertex that is connected to the named output port.
 DFEdge GraphStack.addEdge(DFVertex tail, DFVertex head)
          Add an edge in the dataflow graph.
 DFEdge GraphStack.addEdge(DFVertex tail, java.lang.String tailPort, DFVertex head)
          Add an edge in the dataflow graph with the given tail port name.
 DFEdge GraphStack.addEdge(DFVertex tail, DFVertex head, java.lang.String headPort)
          Add an edge in the dataflow graph with the given head port name.
 DFEdge GraphStack.addEdge(DFVertex tail, java.lang.String tailPort, DFVertex head, java.lang.String headPort)
          Add an edge in the dataflow graph with the given port names.
 



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