public WiringState(Node node, Inlet inlet)
 {
     this.node  = node;
     this.inlet = inlet;
 }