Interface | Description |
---|---|
ImmutableArcInst.Iterable |
Immutable list of ImmutableArcInsts
|
ImmutableExport.Iterable |
Immutable list of ImmutableExports
|
ImmutableNodeInst.Iterable |
Immutable list of ImmutableNodeInsts
|
Class | Description |
---|---|
AnalyzeHeap |
Class to analyze dump of JVM heap.
|
CellBackup |
CellBackup is a pair of CellRevision and TechPool.
|
CellRevision |
This class represents Cell data (with all arcs/nodes/exports) as it is saved
to disk.
|
CellRevisionConn |
Implementation of CellRevision in Java.
|
CellRevisionConn.CellRevisionProvider | |
CellRevisionConn0 |
Implementation of CellRevision in Java.
|
CellRevisionConn0.CellRevisionProvider | |
CellRevisionProvider |
Subclasses of this abstract class provides variants of
ImmutableNodeInst/ImmuyableArcInst/ImmutableExport lists that are used in
CellRevision.
|
CellRevisionProviderDefault |
Thi subclass of CellRevisionProvider that provides array-based
ImmutableNodeInst/ImmutableArcInst/ImmutableExport that are implemented in
Java.
|
CellRevisionProviderDefault.ImmutableArcInstIterable |
Immutable list of ImmutableArcInsts
|
CellRevisionProviderDefault.ImmutableExportIterable |
Immutable list of ImmutableExports
|
CellRevisionProviderDefault.ImmutableNodeInstIterable |
Immutable list of ImmutableNodeInsts
|
CellTree |
CellTree consists of top CellBackup and all CellTrees for all subcells.
|
DumpHeap |
Class to dump JVM heap.
|
EditingPreferences |
Class to mirror on a server a portion of client environment
|
Environment |
Immutable class to represent Database environment
|
EObjectInputStream |
EObjectInputStream resolves Electric objects in specified database from Key objects.
|
EObjectInputStream.Key<T> | |
EObjectOutputStream |
ObjectOutputStream which repalaces Electric objects by serializable key objects.
|
EquivalentSchematicExports | |
EquivPorts | |
IdMapper |
Class to describe mapping of Electric database Ids (LibIds, CellIds, ExportIds).
|
ImmutableArcInst |
Immutable class ImmutableArcInst represents an arc instance.
|
ImmutableArcInst.Flag |
Class to access a flag in user bits of ImmutableNodeInst.
|
ImmutableCell |
Immutable class ImmutableCell represents a cell.
|
ImmutableElectricObject |
This immutable class is the base class of all Electric immutable objects that can be extended with Variables.
|
ImmutableExport |
Immutable class ImmutableExport represents an export.
|
ImmutableIconInst | |
ImmutableLayoutHierarchyEnumerator |
The HierarchyEnumerator can help programs that need to "flatten"
the design hierarchy.
|
ImmutableLayoutHierarchyEnumerator.CellInfo |
The CellInfo object is used to pass information to the Visitor
during the enumeration.
|
ImmutableLayoutHierarchyEnumerator.NetDescription |
The NetDescription object provides a Network and the level of
hierarchy in which the Network occurs.
|
ImmutableLayoutHierarchyEnumerator.Visitor |
Perform useful work while the HierarchyEnumerator enumerates
the design.
|
ImmutableLibrary |
Immutable class ImmutableLibrary represents a library.
|
ImmutableNet | |
ImmutableNetLayout | |
ImmutableNodeInst |
Immutable class ImmutableNodeInst represents a node instance.
|
ImmutableNodeInst.Flag |
Class to access user bits of ImmutableNodeInst.
|
ImmutablePortInst |
Immutable class which stores varaibles of PortInst.
|
LibraryBackup | |
Snapshot | |
SnapshotAnalyze |
Class to analyze two different Snapshots and report the changes found.
|