public class ImmutableNet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
numConnectedDrawns |
int |
numDrawns |
int |
numExportedDrawns |
Constructor and Description |
---|
ImmutableNet(CellTree cellTree) |
Modifier and Type | Method and Description |
---|---|
int |
getDrawn(ExportId exportId) |
int |
getDrawn(ImmutableArcInst a) |
int |
getDrawn(ImmutableNodeInst n,
PortProtoId portId) |
void |
printDrawns(java.io.PrintStream out,
java.lang.String msg) |
public final int numDrawns
public final int numExportedDrawns
public final int numConnectedDrawns
public ImmutableNet(CellTree cellTree)
public void printDrawns(java.io.PrintStream out, java.lang.String msg)
public int getDrawn(ExportId exportId)
public int getDrawn(ImmutableNodeInst n, PortProtoId portId)
public int getDrawn(ImmutableArcInst a)