Package | Description |
---|---|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.erc.wellcheck |
Modifier and Type | Method and Description |
---|---|
java.util.List<WellCon> |
ERCWellCheck.WellNet.getContactsOnNet() |
java.util.List<WellCon> |
ERCWellCheck.StrategyParameter.getWellCons() |
Modifier and Type | Method and Description |
---|---|
void |
ERCWellCheck.WellNet.setContactsOnNet(java.util.List<WellCon> contactsOnNet) |
Constructor and Description |
---|
ERCWellCheck.StrategyParameter(java.util.List<WellCon> wellCons,
ERCWellCheck.WellCheckPreferences wellPrefs,
Cell cell,
ErrorLogger errorLogger) |
ERCWellCheck.WellNet(java.util.List<java.awt.geom.Point2D> pointsOnNet,
java.util.List<WellCon> contactsOnNet,
PrimitiveNode.Function fun) |
Modifier and Type | Method and Description |
---|---|
int |
WellCon.WellConComparator.compare(WellCon o1,
WellCon o2) |
Constructor and Description |
---|
WellCon.WellConComparator(WellCon base) |