Modifier and Type | Class and Description |
---|---|
static class |
Undo.UndoJob
Class to schedule an undo in a separate Job.
|
Modifier and Type | Class and Description |
---|---|
class |
J3DClientApp
Support class for 3D viewing.
|
Modifier and Type | Class and Description |
---|---|
class |
DialogJob
A Job which takes parameters; the parameters may be specified
programmatically or via a dialog box which is constructed on the
fly using reflection.
|
class |
MultiTaskJob<TaskKey,TaskResult,Result>
This generic class supports map-reduce scheme of computation on Electric database.
|
class |
UniversalJob
Job executing given tasks on a server and then on a client
|
Modifier and Type | Field and Description |
---|---|
Job |
EJob.clientJob |
Modifier and Type | Method and Description |
---|---|
Job |
EJob.getJob() |
static Job |
Job.getRunningJob()
If this current thread is a EThread running a Job return the Job.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<Job> |
Job.getAllJobs()
get all jobs iterator
|
Modifier and Type | Method and Description |
---|---|
static void |
Job.initJobManager(int numThreads,
java.lang.String loggingFilePath,
int socketPort,
AbstractUserInterface ui,
Job initDatabaseJob) |
static void |
Job.pipeClient(java.lang.Process process,
AbstractUserInterface ui,
Job initDatabaseJob,
boolean skipOneLine) |
void |
ServerJobManager.runLoop(Job initialJob) |
static void |
Job.socketClient(java.lang.String serverMachineName,
int socketPort,
AbstractUserInterface ui,
Job initDatabaseJob) |
Constructor and Description |
---|
WorkingThread(java.lang.String threadName,
Job job)
This constructor must be called from Job.doIt method.
|
Modifier and Type | Method and Description |
---|---|
static void |
Compaction.compactNow(Cell cell,
boolean allowSpreading,
Job finalJob)
Method to compact the requested cell.
|
Modifier and Type | Class and Description |
---|---|
static class |
AddRemove.AddRemoveJob |
static class |
AddRemove.UndoAddRemoveJob |
static class |
Edit.EditConsistencyCheckJob |
static class |
Edit.ListEditorsJob |
static class |
Edit.MarkForEditJob |
static class |
Log.RevertToVersion |
Modifier and Type | Class and Description |
---|---|
static class |
DRC.CheckDRCJob
Base class for checking design rules.
|
class |
MTDRCAreaTool
User: Gilda Garreton
Date: Dec 11, 2007
|
class |
MTDRCLayoutTool
This is the "quick" DRC which does full hierarchical examination of the circuit.
|
class |
MTDRCTool
User: Gilda Garreton
Date: Dec 12, 2007
|
Modifier and Type | Method and Description |
---|---|
static int |
ERCAntenna.checkERCAntenna(Cell cell,
ERCAntenna.AntennaPreferences prefs,
Job job)
For test/regression/internal run
|
Modifier and Type | Method and Description |
---|---|
Cell |
Connectivity.doExtract(Cell oldCell,
boolean recursive,
java.util.List<java.util.regex.Pattern> pats,
boolean flattenPcells,
boolean usePureLayerNodes,
boolean top,
Job job,
java.util.List<java.util.List<ERectangle>> addedBatchRectangles,
java.util.List<java.util.List<ERectangle>> addedBatchLines,
java.util.List<java.lang.String> addedBatchNames)
Top-level method in extracting connectivity from a Cell.
|
Constructor and Description |
---|
Connectivity(Cell cell,
Job j,
EditingPreferences ep,
ErrorLogger eLog,
double smallestPolygonSize,
int activeHandling,
boolean gridAlignExtraction,
ECoord scaledResolution,
boolean approximateCuts,
boolean recursive,
java.util.List<java.util.regex.Pattern> pats)
Constructor to initialize connectivity extraction.
|
LayerCoverageTool.LayerVisitor(Job job,
GeometryHandler t,
java.util.Set<NodeInst> delList,
LayerCoverageTool.LCMode func,
java.util.Map<Layer,java.util.Set<PolyBase>> original,
java.util.Set<Network> netSet,
java.awt.geom.Rectangle2D bBox,
Layer onlyThisLayer,
LayerCoverageTool.GeometryOnNetwork geoms) |
Modifier and Type | Class and Description |
---|---|
class |
AcuteAngleFill
Class to fill in the corners of acute angles
|
Modifier and Type | Method and Description |
---|---|
static Cell |
PadGenerator.makePadFrameUseJob(Library destLib,
java.lang.String fileName,
Job job,
EditingPreferences ep)
Method to generate a pad frame from an array file.
|
Modifier and Type | Class and Description |
---|---|
class |
AddFlagAnnotationJob |
class |
FlagJob
This class handles the "Job" aspects of the Infinity layout generator
|
class |
FlagLibraryCheckerJob |
Modifier and Type | Method and Description |
---|---|
Job |
FlagConstructorData.getJob() |
Constructor and Description |
---|
Flag(Cell schCell,
Job flagJob,
EditingPreferences ep,
SeaOfGates.SeaOfGatesOptions prefs) |
Modifier and Type | Class and Description |
---|---|
class |
SkewTreeJob |
Constructor and Description |
---|
SogRouterAdapter(Job job) |
Modifier and Type | Class and Description |
---|---|
static class |
GateLayoutGenerator.GenerateFromSchematicsJob |
class |
GateRegression |
Modifier and Type | Class and Description |
---|---|
class |
FillGenJob
User: gg151869
Date: Sep 19, 2006
|
class |
StitchFillJob
Fill Generator working on unconnected arcs
User: Gilda Garreton
|
Modifier and Type | Field and Description |
---|---|
Job |
FillGenConfig.job |
Modifier and Type | Class and Description |
---|---|
class |
FillCellGenJob
JOB
|
Modifier and Type | Method and Description |
---|---|
Library |
IOTool.CalibreDRVPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
IOTool.DaisPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Modifier and Type | Method and Description |
---|---|
Library |
Sue.SuePreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
Spice.SpicePreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
LEF.LEFPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
abstract Library |
Input.InputPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
Gerber.GerberPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
GDS.GDSPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
EDIF.EDIFPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
DXF.DXFPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
DEF.DEFPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
CIF.CIFPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Library |
Applicon860.Applicon860Preferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
static Library |
Input.importLibrary(EditingPreferences ep,
Input.InputPreferences prefs,
java.net.URL fileURL,
FileType type,
Library lib,
Technology tech,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
boolean skeletonize,
Job job)
Method to import Cells from disk.
|
Modifier and Type | Method and Description |
---|---|
Library |
Bookshelf.BookshelfPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Modifier and Type | Method and Description |
---|---|
Library |
VerilogReader.VerilogPreferences.doInput(java.net.URL fileURL,
Library lib,
Technology tech,
EditingPreferences ep,
java.util.Map<Library,Cell> currentCells,
java.util.Map<CellId,java.util.BitSet> nodesToExpand,
Job job) |
Modifier and Type | Class and Description |
---|---|
static class |
Output.WriteJELIB
Class to write a library in a CHANGE Job.
|
Modifier and Type | Method and Description |
---|---|
static Job |
EvalJavaBsh.runScriptJob(java.lang.String script)
Run a Java Bean Shell script
|
Modifier and Type | Class and Description |
---|---|
static class |
LETool.AnalyzeCell
Performs a cell analysis.
|
static class |
LETool.ClearStoredSizes
Clears stored "LEDRIVE_" sizes on a Nodable.
|
static class |
LETool.ClearStoredSizesLibrary |
Constructor and Description |
---|
LENetlister1(Job job,
Technology layoutTech)
Creates a new instance of LENetlister
|
LENetlister2(Job job,
Technology layoutTech)
Creates a new instance of LENetlister
|
LESizer(LESizer.Alg alg,
LENetlister1 netlist,
Job job,
ErrorLogger errorLogger)
Creates a new instance of LESizer
|
LESizer2(LESizer.Alg alg,
LENetlister2 netlist,
Job job,
ErrorLogger errorLogger)
Creates a new instance of LESizer
|
Modifier and Type | Class and Description |
---|---|
static class |
AllSchemNamesToLay.RenameJob |
class |
NccJob |
static class |
SchemNamesToLay.RenameJob |
Modifier and Type | Method and Description |
---|---|
static NccResults |
Ncc.compare(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
PassedNcc passed,
NccOptions options,
Job job)
Compare two cells.
|
Constructor and Description |
---|
Aborter(Job j) |
Modifier and Type | Method and Description |
---|---|
static Cell |
PlacementAdapter.doPlacement(PlacementFrame pla,
Library lib,
java.lang.String cellName,
java.util.List<PlacementAdapter.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
NodeProto iconToPlace,
EditingPreferences ep,
Placement.PlacementPreferences prefs,
int quiet,
Job job)
Entry point for other tools that wish to describe a network to be placed.
|
static Cell |
Placement.placeCellNoJob(Cell cell,
EditingPreferences ep,
PlacementFrame pla,
Placement.PlacementPreferences prefs,
boolean quiet,
Job job)
Entry point to do Placement of a Cell and create a new, placed Cell.
|
void |
PlacementSimple.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do Simple Placement.
|
void |
PlacementRandom.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do Random Placement.
|
void |
PlacementMinCut.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do Min-Cut Placement.
|
abstract void |
PlacementFrame.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do Placement (overridden by actual Placement algorithms).
|
Modifier and Type | Method and Description |
---|---|
void |
PlacementForceDirectedTeam5.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do Force-Directed Placement.
|
Modifier and Type | Method and Description |
---|---|
void |
PlacementForceDirectedStaged.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job) |
Modifier and Type | Method and Description |
---|---|
void |
RowCol.runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by simulated annealing.
|
void |
FDIrregular.runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by simulated annealing.
|
void |
Control.runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by whatever method is appropriate.
|
void |
BottomUpPlace.runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement.
|
void |
BottomUpPartition.runPlacement(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by simulated annealing.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneticPlacement.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job) |
Modifier and Type | Method and Description |
---|---|
void |
PlacementGenetic.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to run the genetic algorithm to find a good placement.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulatedAnnealing.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job) |
void |
SA_Test.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job) |
Modifier and Type | Method and Description |
---|---|
void |
PlacementSimulatedAnnealing.runPlacement(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.List<PlacementAdapter.PlacementExport> exportsToPlace,
java.lang.String cellName,
Job job)
Method to do placement by simulated annealing.
|
Modifier and Type | Class and Description |
---|---|
class |
AddCellJob
This class adds a cell to the Project Management repository.
|
class |
AddLibraryJob
This class adds the current library to the Project Management repository.
|
class |
CancelCheckOutJob
This class cancels the checkout of a cell from the Project Management repository.
|
class |
CheckInJob
Class to check a cell into the Project Management repository.
|
class |
CheckOutJob
Class to check-out cells from the Project Management repository.
|
class |
DeleteCellJob
This class deletes a cell from the Project Management repository.
|
class |
UpdateJob
This class updates cells from the Project Management repository.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
Router.CreateRouteJob
Job to create the route.
|
Modifier and Type | Method and Description |
---|---|
static void |
MimicStitch.mimicOneArc(ArcInst ai1,
int end1,
ArcInst ai2,
int end2,
double oWidth,
ArcProto oProto,
double prefX,
double prefY,
boolean forced,
Job.Type method,
EditingPreferences ep,
MimicStitch.MimicOptions prefs,
Job theJob)
Method to do mimic stitching.
|
static void |
AutoStitch.runAutoStitch(Cell cell,
java.util.List<NodeInst> nodesToStitch,
java.util.List<ArcInst> arcsToStitch,
Job job,
PolyMerge stayInside,
java.awt.geom.Rectangle2D limitBound,
boolean forced,
boolean includePureLayerNodes,
EditingPreferences ep,
AutoStitch.AutoOptions prefs,
boolean showProgress,
EDimension alignment)
This is the public interface for Auto-stitching when done in batch mode.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingFrameSeaOfGates.routeIt(Job job,
Cell cell,
java.util.List<RoutingFrame.RoutingSegment> segmentsToRoute,
java.util.List<RoutingFrame.RoutingLayer> allLayers,
java.util.List<RoutingFrame.RoutingContact> allContacts,
java.util.List<RoutingFrame.RoutingGeometry> blockages)
This is the public interface for Sea-of-Gates Routing when done in batch mode.
|
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep)
Returns Job handler with default Save mode and default SaveArcs mode
|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep,
SeaOfGatesHandlers.Save save)
Returns Job handler with default Save mode and specified SaveArcs mode
|
Modifier and Type | Class and Description |
---|---|
static class |
ALS.DoALSActivity
Class to do the next silicon-compilation activity in a new thread.
|
Modifier and Type | Class and Description |
---|---|
static class |
CellChangeJobs.DeleteCell
Class to delete a cell in a new thread.
|
static class |
CellChangeJobs.DeleteCellGroup
Class to rename a cell in a new thread.
|
static class |
CellChangeJobs.DeleteManyCells
This class implement the command to delete a list of cells.
|
static class |
CellChangeJobs.DuplicateCell
This class implement the command to duplicate a cell.
|
static class |
CellChangeJobs.ExtractCellInstances
This class implement the command to extract the contents of cell instances.
|
static class |
CellChangeJobs.GraphCells
This class implement the command to make a graph of the cells.
|
static class |
CellChangeJobs.GraphLibraries
This class implement the command to make a graph of the libraries.
|
static class |
CellChangeJobs.NewCellVersion
This class implement the command to make a new version of a cell.
|
static class |
CellChangeJobs.PackageCell
This class implements the command to package circuitry into a new cell.
|
static class |
CellChangeJobs.RenameCell
Class to rename a cell in a new thread.
|
static class |
CellChangeJobs.RenameCellGroup
Class to rename a cell in a new thread.
|
static class |
CircuitChangeJobs.AlignNodes |
static class |
CircuitChangeJobs.AlignObjects
This class implement the command to align objects to the grid.
|
static class |
CircuitChangeJobs.CellCenterToCenterOfSelection
RECENTER CELL ON SELECTION
|
static class |
CircuitChangeJobs.ChangeArcProperties |
static class |
CircuitChangeJobs.CheckAndRepairJob
This class implement the command to repair libraries.
|
static class |
CircuitChangeJobs.CleanupChanges
This class implements the changes needed to cleanup pins in a Cell.
|
static class |
CircuitChangeJobs.ClearCellLocked
This class clears a cell lock bit in a Job.
|
static class |
CircuitChangeJobs.ClearNodeLocked
This class clears a node lock bit in a Job.
|
static class |
CircuitChangeJobs.DeleteArcs |
static class |
CircuitChangeJobs.DeleteSelected
DELETE SELECTED OBJECTS
|
static class |
CircuitChangeJobs.DeleteSelectedGeometry |
static class |
CircuitChangeJobs.MakeCellAnnotationJob
Make Cell Annotation Job
|
static class |
CircuitChangeJobs.ManyMove
MOVE SELECTED OBJECTS
|
static class |
CircuitChangeJobs.ReloadLibraryJob
This class implement the command to reload a library
|
static class |
CircuitChangeJobs.RenameLibrary
This class implement the command to rename a library.
|
static class |
CircuitChangeJobs.RenameTechnology
This class implement the command to rename a technology.
|
static class |
CircuitChangeJobs.RipTheBus |
static class |
CircuitChangeJobs.RotateSelected
NODE TRANSFORMATION
|
static class |
CircuitChangeJobs.RotateText
Class to rotate selected text in a Job.
|
static class |
CircuitChangeJobs.ShortenArcs
This class implements the changes needed to shorten selected arcs.
|
static class |
CircuitChangeJobs.ToggleNegationJob |
static class |
ExportChanges.ChangeExportBodyOnly
Class to change the body-only flag of an export in a new thread.
|
static class |
ExportChanges.ChangeExportCharacteristic
Class to change the characteristic of an export in a new thread.
|
static class |
ExportChanges.FollowExport
Class to follow the current export up the hierarchy.
|
static class |
ExportChanges.ReExportPorts
Helper class for re-exporting a port on a node.
|
static class |
ExportChanges.RenameExport
Class to rename an export in a new thread.
|
static class |
ExportChanges.RenumberNumericExports
Class to rename a list of Exports with numeric suffixes in a new thread.
|
static class |
HighlightConnectivity.StoreTopology
Class to save computed topology in a Cell.
|
static class |
ViewChanges.CreateAndViewCell
Class to create a cell and display it in a new window.
|
static class |
ViewChanges.MakeLayoutView
Class to generate the alternate view of a cell.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnularRing.MakeAnnulus
This class finishes the Annular Ring command by creating the ring.
|
static class |
CrossLibCopy.CrossLibraryCopyJob |
static class |
MultiFingerTransistor.MakeTransistorCell
This class finishes the MultiFinger Transistor command by creating the cell.
|
Modifier and Type | Class and Description |
---|---|
static class |
CellMenu.DeleteMultiPageJob
Class to delete a page from a multi-page schematic.
|
static class |
CellMenu.SetMultiPageJob
Class to set a cell to be multi-page with a given page count.
|
static class |
FileMenu.ClearCellDate
Class to clear the date information on a Cell.
|
static class |
FileMenu.ExportImage |
static class |
FileMenu.ImportLibrary
Class to import a library in a new thread.
|
static class |
FileMenu.QuitJob
Class to quit Electric in a Job.
|
static class |
FileMenu.ReadLibrary
Class to read a library in a new thread.
|
static class |
FileMenu.SaveAllLibrariesInFormatJob |
Modifier and Type | Class and Description |
---|---|
static class |
ProjSettings.ImportSettingsJob
Class to read a library in a new thread.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTest.CompareJob |
class |
FakeTestJob |
class |
MakeFakeCircuitry
Class to read a library in a new thread.
|
Modifier and Type | Class and Description |
---|---|
static class |
PaletteFrame.PlaceNewNode
Class that creates the node selected from the component menu.
|
static class |
RoutingDebug.RewireNets |
static class |
RoutingDebug.ShowSpineNets |