Package | Description |
---|---|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveNodeSize |
NodeInst.getNodeInstSize(VarContext context)
Method to return the size of this NodeInst in terms of width and
height/length depending on the type of primitive.
|
PrimitiveNodeSize |
NodeInst.getPrimitiveDependentNodeSize(VarContext context)
Method to return the size of this PrimitiveNode-dependend NodeInst
like transistors and resistors.
|
Modifier and Type | Class and Description |
---|---|
class |
TransistorSize
Holds the Width and Length of a PrimitiveNode that is a transistor.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveNodeSize |
Technology.getResistorSize(NodeInst ni,
VarContext context)
Method to return the size of a resistor-type NodeInst in this Technology.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> |
PrimitiveNode.NodeSizeRule.checkSize(PrimitiveNodeSize size)
Methot to check whether the current NodeSize size meets
original conditions provided by the technology.
|
java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> |
PrimitiveNode.AsymmetricNodeSizeRule.checkSize(PrimitiveNodeSize size)
Methot to check whether the current NodeSize size meets
original conditions provided by the technology.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveNodeSize |
Schematics.getResistorSize(NodeInst ni,
VarContext context)
Method to return the size of a resistor-type NodeInst in this Technology.
|