public class ConnectionCache
extends java.lang.Object
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().