CustomerControl
Customer와 관련된 기능을 담당하는 컨트롤
GetVisitableCustomers
정의
방문하지 않은 Customer 중에서 방문가능한 Customer들을 설정합니다.
매개 변수
Type
Description
Dictionary<Int, VehicleStateInfo>
각 Vehicle들의 정보를 가지고 있는 객체입니다.
반환
Type
Description
Default
Dictionary<Int, VehicleStateInfo>
각 Vehicle들의 정보를 가지고 있는 객체입니다. (방문가능한 Customer 정보 포함)
예제 (Default Logic)
Last updated