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