com.sun.electric.tool.ncc.result
Interface PartReport.PartReportable

All Superinterfaces:
NetObjReport.NetObjReportable
All Known Implementing Classes:
Bipolar, Mos, Part, Resistor, Subcircuit
Enclosing class:
PartReport

public static interface PartReport.PartReportable
extends NetObjReport.NetObjReportable


Method Summary
 double getLength()
           
 NccNameProxy.PartNameProxy getNameProxy()
           
 double getWidth()
           
 boolean isMos()
           
 boolean isResistor()
           
 java.lang.String typeString()
           
 
Methods inherited from interface com.sun.electric.tool.ncc.result.NetObjReport.NetObjReportable
fullDescription, getName, instanceDescription
 

Method Detail

getNameProxy

NccNameProxy.PartNameProxy getNameProxy()

typeString

java.lang.String typeString()

isMos

boolean isMos()

isResistor

boolean isResistor()

getWidth

double getWidth()

getLength

double getLength()