|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionHandler | |
|---|---|
| logist.plan | Allows to create plans that consist of a sequence of actions. |
| logist.simulation | |
| Uses of ActionHandler in logist.plan |
|---|
| Classes in logist.plan that implement ActionHandler | |
|---|---|
class |
PlanVerifier
A verifier that can check various constraints on Plans. |
| Methods in logist.plan with parameters of type ActionHandler | ||
|---|---|---|
abstract
|
Action.accept(ActionHandler<T> handler)
Performs a pattern matching on the type of task. |
|
|
Action.Move.accept(ActionHandler<T> handler)
|
|
|
Action.Pickup.accept(ActionHandler<T> handler)
|
|
|
Action.Delivery.accept(ActionHandler<T> handler)
|
|
| Uses of ActionHandler in logist.simulation |
|---|
| Classes in logist.simulation that implement ActionHandler | |
|---|---|
class |
VehicleImpl
A vehicle in the pickup and delivery problem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||