#
Junjie
6 天以前 c97e67b2b569bf9845acbe6a088b7a2b0f8d6a11
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);