Package | Description |
---|---|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
Modifier and Type | Method and Description |
---|---|
static Job.Priority |
Job.Priority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.Priority[] |
Job.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Job(java.lang.String jobName,
Tool tool,
Job.Type jobType,
Cell upCell,
Cell downCell,
Job.Priority priority)
Constructor creates a new instance of Job.
|
Constructor and Description |
---|
CheckDRCJob(Cell cell,
Listener tool,
Job.Priority priority,
DRC.DRCPreferences dp,
boolean layout) |