com.sun.electric.tool.generator.layout
Class NodaNets.NodaPortInst

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.NodaNets.NodaPortInst
Enclosing class:
NodaNets

public static class NodaNets.NodaPortInst
extends java.lang.Object

A 1-bit "port-like" object for Nodables


Method Summary
 int getIndex()
           
 Network getNet()
           
 Nodable getNodable()
           
 PortProto getPortProto()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNodable

public Nodable getNodable()

getPortProto

public PortProto getPortProto()

getIndex

public int getIndex()

getNet

public Network getNet()