30 TransportOrderStep(std::string name, std::unordered_map<std::string, std::string> parameters,
33 const std::string &getName()
const;
34 const std::unordered_map<std::string, std::string> &getParameters()
const;
37 SERIALIZE(name_, parameters_, location_);
41 std::unordered_map<std::string, std::string> parameters_;