Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
Modifier and Type | Field and Description |
---|---|
ArcProto.Function |
Xml.ArcProto.function |
Modifier and Type | Method and Description |
---|---|
static ArcProto.Function |
ArcProto.Function.getContact(int level)
Method to find the Function that corresponds to a contact on a given arc.
|
ArcProto.Function |
ArcProto.getFunction()
Method to return the function of this ArcProto.
|
static ArcProto.Function |
ArcProto.Function.getMetal(int level)
Method to find the Function that corresponds to Metal on a given layer.
|
static ArcProto.Function |
ArcProto.Function.getPoly(int level)
Method to find the Function that corresponds to Polysilicon on a given layer.
|
static ArcProto.Function |
ArcProto.Function.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArcProto.Function[] |
ArcProto.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ArcProto.Function> |
ArcProto.Function.getFunctions()
Method to return a List of all ArcProto functions.
|
Modifier and Type | Method and Description |
---|---|
protected ArcProto |
Technology.newArcProto(java.lang.String protoName,
double lambdaWidthOffset,
double defaultWidth,
ArcProto.Function function,
Technology.ArcLayer... layers)
Method to create a new ArcProto from the parameters.
|
Modifier and Type | Field and Description |
---|---|
ArcProto.Function |
Xml805.ArcProto.function |
ArcProto.Function |
Xml806.ArcProto.function |
ArcProto.Function |
Xml807.ArcProto.function |
ArcProto.Function |
XmlParam.ArcProto.function |