Interface TransporterSelectionRuleIfc


  • public interface TransporterSelectionRuleIfc
    • Method Detail

      • selectTransporter

        Transporter selectTransporter​(java.util.List<Transporter> list,
                                      QObject request)
        Returns a reference to the next Transporter to be selected from the supplied list. The transporter is not removed from the list.
        Parameters:
        list - The list to be peeked into
        request - The request that needs a transporter
        Returns:
        The FreePathTransporter2D that is next, or null if the list is empty