|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.database.CellBackup.Memoization
public class CellBackup.Memoization
Class which memoizes data for size computation (connectivity etc).
| Field Summary | |
|---|---|
int[] |
connections
|
| Method Summary | |
|---|---|
ImmutableArrayList<ImmutableArcInst> |
getArcs()
|
java.util.Iterator<ImmutableExport> |
getExports(int originalNodeId)
Method to return an Iterator over all ImmutableExports on specified NodeInst. |
int |
getNumExports(int originalNodeId)
Method to return the number of Exports on specified NodeInst. |
boolean |
hasExports(int originalNodeId)
Returns true of there are Exports on specified NodeInst. |
boolean |
isHardArc(int arcId)
|
boolean |
isWiped(int nodeId)
Method to tell whether the specified ImmutableNodeInst is wiped. |
int |
searchConnectionByPort(int nodeId,
int chronIndex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int[] connections
| Method Detail |
|---|
public boolean hasExports(int originalNodeId)
originalNodeId - nodeId of specified NodeInst.
public int getNumExports(int originalNodeId)
originalNodeId - nodeId of specified NodeInst.
public java.util.Iterator<ImmutableExport> getExports(int originalNodeId)
originalNodeId - nodeId of specified NodeInst.
public int searchConnectionByPort(int nodeId,
int chronIndex)
public ImmutableArrayList<ImmutableArcInst> getArcs()
public boolean isWiped(int nodeId)
nodeId - nodeId of specified ImmutableNodeInst
public boolean isHardArc(int arcId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||