|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.basic.NccCellAnnotations
public class NccCellAnnotations
Representation of the NCC annotations that a user may place on a Cell
Nested Class Summary | |
---|---|
static class |
NccCellAnnotations.NamePattern
|
Field Summary | |
---|---|
static Variable.Key |
NCC_ANNOTATION_KEY
key of Variable holding NCC Cell annotations. |
Method Summary | |
---|---|
static void |
addNccAnnotation(Cell c,
java.lang.String newAnnotation)
Add an NCC annotation to a Cell. |
boolean |
flattenInstance(java.lang.String instName)
|
static NccCellAnnotations |
getAnnotations(Cell cell)
Method to get the NCC annotations on a Cell. |
java.util.Iterator<java.lang.String> |
getAnnotationText()
|
java.lang.String |
getBlackBoxReason()
|
java.util.Iterator<java.util.List<NccCellAnnotations.NamePattern>> |
getExportsConnected()
|
java.util.List<java.lang.String> |
getForcePartMatches()
|
java.util.List<java.lang.String> |
getForceWireMatches()
|
Cell.CellGroup |
getGroupToJoin()
|
java.lang.String |
getNotSubcircuitReason()
|
java.lang.String |
getResistorType()
|
java.lang.String |
getSkipReason()
|
java.lang.String |
getTransistorType()
|
static void |
makeNCCAnnotationMenuCommand(java.lang.String newAnnotation)
Method to create NCC annotations in the current Cell. |
boolean |
renameExport(java.lang.String exportName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Variable.Key NCC_ANNOTATION_KEY
Method Detail |
---|
public static void makeNCCAnnotationMenuCommand(java.lang.String newAnnotation)
public static void addNccAnnotation(Cell c, java.lang.String newAnnotation)
public static NccCellAnnotations getAnnotations(Cell cell)
cell
- the Cell to query.
public java.lang.String getSkipReason()
public java.lang.String getNotSubcircuitReason()
public java.util.Iterator<java.util.List<NccCellAnnotations.NamePattern>> getExportsConnected()
public java.util.Iterator<java.lang.String> getAnnotationText()
public Cell.CellGroup getGroupToJoin()
public boolean flattenInstance(java.lang.String instName)
public boolean renameExport(java.lang.String exportName)
public java.lang.String getBlackBoxReason()
public java.lang.String getTransistorType()
public java.lang.String getResistorType()
public java.util.List<java.lang.String> getForceWireMatches()
public java.util.List<java.lang.String> getForcePartMatches()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |