Uses of Package
com.sun.electric.database.hierarchy

Packages that use com.sun.electric.database.hierarchy
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.change Package for handling changes to the Electric database. 
com.sun.electric.database.constraint Package for handling constraint propagation in the Electric database. 
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.id Package for Ids in the Electric database. 
com.sun.electric.database.network Package for handling network control in Electric. 
com.sun.electric.database.text Package for handling text. 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.plugins.j3d   
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.compaction Package for handling the circuit compaction tool. 
com.sun.electric.tool.cvspm Package for the CVS tool which synchronizes circuitry using source-code control. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
com.sun.electric.tool.erc Package for handling the Electrical-rules checking tools. 
com.sun.electric.tool.extract Package for handling node extraction, parasitics, etc. 
com.sun.electric.tool.generator Package for handling generation tools (PLA, ROM, pad-frame, etc.) 
com.sun.electric.tool.generator.cmosPLA   
com.sun.electric.tool.generator.flag   
com.sun.electric.tool.generator.flag.designs.Infinity2   
com.sun.electric.tool.generator.flag.hornFunnel2   
com.sun.electric.tool.generator.flag.router   
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.generator.layout.fill   
com.sun.electric.tool.generator.layout.gates   
com.sun.electric.tool.generator.sclibrary   
com.sun.electric.tool.io Package for handling the I/O tool (file import and export). 
com.sun.electric.tool.io.input   
com.sun.electric.tool.io.input.verilog   
com.sun.electric.tool.io.output   
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
com.sun.electric.tool.ncc Package for handling the Network Consistency Checking (LVS) tool. 
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.processing   
com.sun.electric.tool.ncc.result   
com.sun.electric.tool.ncc.result.equivalence   
com.sun.electric.tool.project Package for handling the project management tool. 
com.sun.electric.tool.routing Package for handling the Routing tools. 
com.sun.electric.tool.sc Package for handling the silicon-compiler tool. 
com.sun.electric.tool.simulation Package for handling the simulation tool. 
com.sun.electric.tool.simulation.als   
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.dialogs.options   
com.sun.electric.tool.user.dialogs.projsettings   
com.sun.electric.tool.user.help   
com.sun.electric.tool.user.menus   
com.sun.electric.tool.user.ncc   
com.sun.electric.tool.user.redisplay   
com.sun.electric.tool.user.tecEdit   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database
EDatabase
          Electric run-time database is a graph of ElectricObjects.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.change
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
Export
          An Export is a PortProto at the Cell level.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.constraint
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
Export
          An Export is a PortProto at the Cell level.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.hierarchy
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.NameProxy
          Stores the information necessary to generate an instance name for a Part It is sometimes important not to store the instance name as a String.
HierarchyEnumerator.NetDescription
          The NetDescription object provides a Network and the level of hierarchy in which the Network occurs.
HierarchyEnumerator.NetNameProxy
           
HierarchyEnumerator.NodableNameProxy
           
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
View
          A View is an object that represents a style of design, for example schematic, layout, etc.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.id
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.network
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.text
Cell
          A Cell is a non-primitive NodeProto.
View
          A View is an object that represents a style of design, for example schematic, layout, etc.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.topology
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.database.variable
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.plugins.j3d
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.technology
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.technology.technologies
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.compaction
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.cvspm
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.drc
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.erc
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.extract
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.cmosPLA
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.flag
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.flag.designs.Infinity2
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.flag.hornFunnel2
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.flag.router
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.layout
Cell
          A Cell is a non-primitive NodeProto.
Export
          An Export is a PortProto at the Cell level.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.layout.fill
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.layout.gates
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.generator.sclibrary
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.io
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.io.input
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
View
          A View is an object that represents a style of design, for example schematic, layout, etc.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.io.input.verilog
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.io.output
Cell
          A Cell is a non-primitive NodeProto.
Export
          An Export is a PortProto at the Cell level.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
View
          A View is an object that represents a style of design, for example schematic, layout, etc.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.logicaleffort
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.NetNameProxy
           
HierarchyEnumerator.NodableNameProxy
           
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc.basic
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc.netlist
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.NetNameProxy
           
HierarchyEnumerator.NodableNameProxy
           
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc.processing
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc.result
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.ncc.result.equivalence
Cell
          A Cell is a non-primitive NodeProto.
HierarchyEnumerator.NetNameProxy
           
HierarchyEnumerator.NodableNameProxy
           
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.project
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.routing
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.sc
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.simulation
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.simulation.als
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user
Cell
          A Cell is a non-primitive NodeProto.
Cell.CellGroup
          A CellGroup contains a list of cells that are related.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
Export
          An Export is a PortProto at the Cell level.
HierarchyEnumerator.CellInfo
          The CellInfo object is used to pass information to the Visitor during the enumeration.
HierarchyEnumerator.Visitor
          Perform useful work while the HierarchyEnumerator enumerates the design.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
View
          A View is an object that represents a style of design, for example schematic, layout, etc.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.dialogs
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.dialogs.options
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.dialogs.projsettings
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.help
Cell
          A Cell is a non-primitive NodeProto.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.menus
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.ncc
Cell
          A Cell is a non-primitive NodeProto.
Export
          An Export is a PortProto at the Cell level.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.redisplay
Cell
          A Cell is a non-primitive NodeProto.
EDatabase
          Electric run-time database is a graph of ElectricObjects.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.tecEdit
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.ui
Cell
          A Cell is a non-primitive NodeProto.
Library
          A Library represents a collection of Cells.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..
 

Classes in com.sun.electric.database.hierarchy used by com.sun.electric.tool.user.waveform
Cell
          A Cell is a non-primitive NodeProto.
Nodable
          This interface defines real or virtual instance of NodeProto in a Cell..