Uses of Class
com.sun.electric.database.topology.Topology

Packages that use Topology
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
 

Uses of Topology in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return Topology
 Topology Cell.getTopology()
           
 

Uses of Topology in com.sun.electric.database.topology
 

Constructors in com.sun.electric.database.topology with parameters of type Topology
ArcInst(Topology topology, ImmutableArcInst d, PortInst headPort, PortInst tailPort)
          Private constructor of ArcInst.