Uses of Class
byucc.jhdl.synth.graph.EdgeVector

Packages that use EdgeVector
byucc.jhdl.synth.graph   
 

Uses of EdgeVector in byucc.jhdl.synth.graph
 

Fields in byucc.jhdl.synth.graph declared as EdgeVector
protected  EdgeVector Vertex.outEdgeVector
          This object contains a list of all Edges in which this Vertex object is the tail (or "source" of the edge).
protected  EdgeVector Vertex.inEdgeVector
          This object contains a list of all Edges in which this Vertex object is the head (or "sink" of the edge).
 

Constructors in byucc.jhdl.synth.graph with parameters of type EdgeVector
EdgeIterator(EdgeVector edges)
          Construct a new EdgeIterator from an existing EdgeVector.
 



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