Uses of Class
byucc.jhdl.DRC.DesignRuleViolation

Packages that use DesignRuleViolation
byucc.jhdl.DRC   
 

Uses of DesignRuleViolation in byucc.jhdl.DRC
 

Methods in byucc.jhdl.DRC that return DesignRuleViolation
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolations()
          Returns an array of violations to the previous design rule check routine
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolationsArray()
          Returns an array of violations to the previous design rule check routine.
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolations(int[] drcvIds)
          Returns an array of violations to the previous design rule check routine.
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolationsArray(int[] drcvIds)
          Returns an array of violations to the previous design rule check routine.
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolationsForSeverityLevel(int severityLevel)
          Returns the set of design rule violations for a specific severity level.
 DesignRuleViolation[] DesignRuleChecker.getDesignRuleViolationsForCells(Cell[] cells)
          Returns the set of design rule violations associated with a specific set of cells.
 

Methods in byucc.jhdl.DRC with parameters of type DesignRuleViolation
 void DesignRuleBrowser.createNodes(javax.swing.tree.DefaultMutableTreeNode top, DesignRuleViolation[] drvs)
          Places the registered violations on the tree.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.