com.sun.electric.tool.extract
Class RCPBucket
java.lang.Object
com.sun.electric.tool.extract.RCPBucket
- All Implemented Interfaces:
- ExtractedPBucket
public class RCPBucket
- extends java.lang.Object
- implements ExtractedPBucket
The main purpose of this class is to store parasitic information as string.
It will cover parasitics for Capacitors and Resistors (schematics)
Constructor Summary |
RCPBucket(char type,
java.lang.String net1,
java.lang.String net2,
double rcValue)
|
Method Summary |
java.lang.String |
getInfo(Technology tech)
Method to be used to retrieve information while printing the deck. |
char |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
net1
public java.lang.String net1
net2
public java.lang.String net2
rcValue
public double rcValue
RCPBucket
public RCPBucket(char type,
java.lang.String net1,
java.lang.String net2,
double rcValue)
getType
public char getType()
getInfo
public java.lang.String getInfo(Technology tech)
- Method to be used to retrieve information while printing the deck.
- Specified by:
getInfo
in interface ExtractedPBucket