#
Junjie
2025-08-02 2c1e3b7b10c0d4afbf09a9151e132f1ee85b9c6f
src/main/java/com/zy/core/thread/TrafficControlThread.java
@@ -4,11 +4,16 @@
import com.zy.common.model.NavigateNode;
import com.zy.core.ThreadHandler;
import com.zy.core.model.TrafficControlDataModel;
import com.zy.core.model.param.OperateTrafficControlParam;
import java.util.List;
public interface TrafficControlThread extends ThreadHandler {
    boolean processApply(TrafficControlDataModel applyData);
    boolean operateTrafficControl(OperateTrafficControlParam param);
    boolean applyTrafficControl(List<NavigateNode> totalNodeList, List<NavigateNode> nodeList, Integer shuttleNo, Integer taskNo);
    boolean trafficReport(List<NavigateNode> nodeList, Integer shuttleNo, Integer taskNo);