Uses of Interface
byucc.jhdl.synth.graph.Nameable

Packages that use Nameable
byucc.jhdl.synth   
byucc.jhdl.synth.graph   
 

Uses of Nameable in byucc.jhdl.synth
 

Classes in byucc.jhdl.synth that implement Nameable
 class CFVertex
          The basic vertex for any ControlFlowGraph.
 class ControlFlowGraph
          A graph representing control flow of a method.
 class DataFlowGraph
          A graph representing the dataflow of various signals and constants.
 class DFVertex
          The basic vertex for any DataFlowGraph.
 

Uses of Nameable in byucc.jhdl.synth.graph
 

Classes in byucc.jhdl.synth.graph that implement Nameable
 class DAG
          A directed Acyclic Graph (DAG).
 class Graph
          Basic object for representing graphs.
 class NamedObject
          An abstract class for an object which can have a name
 class Vertex
          Represents a vertex in a graph.
 

Constructors in byucc.jhdl.synth.graph with parameters of type Nameable
NamedObject(Nameable owner, java.lang.String n)
          Constructs a new NamedObject with the given owner and name
 



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