|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DRCRules | |
|---|---|
| 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 | |
| Uses of DRCRules in com.sun.electric.technology |
|---|
| Classes in com.sun.electric.technology that implement DRCRules | |
|---|---|
class |
XMLRules
|
| Methods in com.sun.electric.technology with parameters of type DRCRules | |
|---|---|
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 |
| Uses of DRCRules in com.sun.electric.technology.technologies.utils |
|---|
| Classes in com.sun.electric.technology.technologies.utils that implement DRCRules | |
|---|---|
class |
MOSRules
Class to define a complete set of design rules. |
| Uses of DRCRules in com.sun.electric.tool.drc |
|---|
| Fields in com.sun.electric.tool.drc declared as DRCRules | |
|---|---|
protected DRCRules |
MTDRCTool.rules
|
| Methods in com.sun.electric.tool.drc that return DRCRules | |
|---|---|
static DRCRules |
DRC.getRules(Technology tech)
Method to build a Rules object that contains the current design rules for a Technology. |
| Methods in com.sun.electric.tool.drc with parameters of type DRCRules | |
|---|---|
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. |
| Uses of DRCRules in com.sun.electric.tool.user.dialogs |
|---|
| Methods in com.sun.electric.tool.user.dialogs with parameters of type DRCRules | |
|---|---|
void |
DesignRulesPanel.init(Technology tech,
Foundry.Type foun,
DRCRules drcR)
Method called at the start of the frame. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||