Package | Description |
---|---|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
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.project |
Package for handling the project management tool.
|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<Listener> |
Tool.getListeners()
Method to return an Iterator over all of the Listener in Electric
which are on.
|
Modifier and Type | Class and Description |
---|---|
class |
CVS
The CVS Module
|
Modifier and Type | Class and Description |
---|---|
class |
DRC
This is the Design Rule Checker tool.
|
Constructor and Description |
---|
DRC.CheckDRCJob(Cell cell,
Listener tool,
Job.Priority priority,
DRC.DRCPreferences dp,
boolean layout) |
Modifier and Type | Class and Description |
---|---|
class |
Project
This is the Project Management tool.
|
Modifier and Type | Class and Description |
---|---|
class |
Routing
This is the Routing tool.
|
Modifier and Type | Class and Description |
---|---|
class |
User
This is the User Interface tool.
|