Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies.utils |
Package for handling technology support.
|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Class and Description |
---|---|
class |
XMLRules |
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
Technology.getRuleDifferences(DRCRules origRules,
DRCRules newRules)
Method to compare a Rules set with the "factory" set and construct an override string.
|
void |
Technology.setRuleVariables(DRCRules newRules)
Method to be called from DRC:setRules
|
Modifier and Type | Class and Description |
---|---|
class |
MOSRules
Class to define a complete set of design rules.
|
Modifier and Type | Field and Description |
---|---|
protected DRCRules |
MTDRCTool.rules |
Modifier and Type | Method and Description |
---|---|
static DRCRules |
DRC.getRules(Technology tech)
Method to build a Rules object that contains the current design rules for a Technology.
|
Modifier and Type | Method and Description |
---|---|
static DRCTemplate |
DRC.isForbiddenNode(DRCRules rules,
int index1,
int index2,
DRCTemplate.DRCRuleType type) |
static void |
DRC.setRules(DRC.DRCPreferences dp,
Technology tech,
DRCRules newRules)
Method to load a full set of design rules for a Technology.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignRulesPanel.init(Technology tech,
Foundry.Type foun,
DRCRules drcR)
Method called at the start of the frame.
|