Module: commands/transporter

Transporter commands module.

Version:
  • v1
Source:

Members


<static> commandHandlers

Handlers for transporter commands.

Source:

<static> objectToPredicateConverters

Create predicates for objects of type = "Transporter"

Source:

<static> planHandlers

Plan handler to allow other modules to use transporter._movePlate as a planning action.

Source:

Methods


<inner> makeMoveLidFromContainerToSiteParams()

Take the parsed parameters passed to transporter.moveLidFromContainerToSite and create the parameter list for the task moveLidFromContainerToSite in makeMoveLidFromContainerToSiteMethod(). If any of the following parameters are not specified, then they will also be a part of the created parameters: agent, equipment, program

Source:

<inner> makeMoveLidFromSiteToContainerParams()

Take the parsed parameters passed to transporter.moveLidFromSiteToContainer and create the parameter list for the task moveLidFromSiteToContainer in makeMoveLidFromSiteToContainerMethod(). If any of the following parameters are not specified, then they will also be a part of the created parameters: agent, equipment, program

Source:

<inner> moveLidFromContainerToSite()

Transport a lid from a container to a destination site.

Source:

<inner> moveLidFromSiteToContainer()

Transport a lid from an origin site to a container.

Source: