| | |
| | | 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); |