com.sun.electric.tool.extract
Class RCPBucket

java.lang.Object
  extended by 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)


Field Summary
 java.lang.String net1
           
 java.lang.String net2
           
 double rcValue
           
 
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
 

Field Detail

net1

public java.lang.String net1

net2

public java.lang.String net2

rcValue

public double rcValue
Constructor Detail

RCPBucket

public RCPBucket(char type,
                 java.lang.String net1,
                 java.lang.String net2,
                 double rcValue)
Method Detail

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