Uses of Class
net.clackrouter.router.graph.RouterWire

Packages that use RouterWire
net.clackrouter.component.base Provides the base objects for supporting components within a Clack Router. 
 

Uses of RouterWire in net.clackrouter.component.base
 

Methods in net.clackrouter.component.base that return RouterWire
 RouterWire ClackPort.getListeningWire()
          Get RouterWire that is connected to this port (used for RouterWire highlighting).
 

Methods in net.clackrouter.component.base with parameters of type RouterWire
 void ClackPort.setListeningWire(RouterWire w)
          Set RouterWire that is connected to this port (used for RouterWire highlighting).