サマリー
Enumeration of input types for the WasteCollection solver.
プロパティ
プロパティ | 説明 | データ タイプ |
Stops (読み取り専用) | The stops that will be used as input for the waste collection analysis. A stop is the location where a customer's waste will be collected. Although you can use a separate stop for every household, internally the solver aggregates all the stops along each street edge and requires that they be collected by the same route. Consequently, you can use a single stop for each street edge instead. | Object |
Depots (読み取り専用) | The depots that will be used as input for the waste collection analysis. A depot is a location that a vehicle departs from at the beginning of its workday and returns to at the end of the workday. | Object |
Routes (読み取り専用) | The routes that will be used as input for the waste collection analysis. A route defines vehicle and driver characteristics. The waste collection solver tries to minimize the number of routes used instead of distributing the work evenly among all provided routes. | Object |
Renewals (読み取り専用) | The renewals that will be used as input for the waste collection analysis. A renewal is the location where the vehicle can be emptied during the day such as a landfill, recycling center, or transfer station. | Object |
RouteRenewals (読み取り専用) | The route renewals that will be used as input for the waste collection analysis. Route renewals pairs the routes with the renewal locations they visit. | Object |
RenewalVisits (読み取り専用) | The renewal visits that will be used as input for the waste collection analysis. Although ordinarily used as an output, the RenewalVisits class can be used as input to indicate the sequence a renewal will be visited by the route when fully specifying the assignment and sequencing. To fully define a route's sequence of stops and renewals, set the AssignmentRule field in the Stops class to 1 (Preserve route and relative sequence) and set a value for the RouteName, RenewalName, and Sequence fields for rows in the RenewalVisits class. A maximum of three renewal visits per route is supported. | Object |
PointBarriers (読み取り専用) | Point barriers that temporarily restrict traversal across or add impedance to points on the network. | Object |
LineBarriers (読み取り専用) | Line barriers that temporarily restrict traversal across a line. | Object |
PolygonBarriers (読み取り専用) | Polygon barriers that temporarily restrict traversal or scale impedance on the parts of the network they cover. | Object |