Used in conjunction with operator>> and the route() methods to make connections that conduct channel routing. This class is usually not directly constructed by the user.
operator>>
Constructs a RouteConnector with no number of channels information, so the maximum possible will be used.
Constructs a RouteConnector that will route numChannels from the input to the output ChannelRouterNode .
Returns the output ChannelRouterNode .
Returns the channel index to start routing input channels from.
Returns the channel index to route input channels to.
Returns the number of channels to route in the connection.