|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.flag.router.ConnectionCache
public class ConnectionCache
Object to allow efficient queries of the form: "Does PortInst have any ArcInst connected?" Note that this doesn't work right yet because PortInsts can't be compared using ==. Maybe PortInst should overload equals() and hashcode().
Constructor Summary | |
---|---|
ConnectionCache(NodeInst ni)
|
Method Summary | |
---|---|
boolean |
hasConnections(PortInst pi)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionCache(NodeInst ni)
Method Detail |
---|
public boolean hasConnections(PortInst pi)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |