22 #ifndef MSContainerTerminal_h
23 #define MSContainerTerminal_h
74 const std::set<MSContainerStop*> stops);
A collection of stops for containers where containers can be transhiped from one stop to another with...
A lane area vehicles can halt at and load and unload containers.
std::set< MSContainerStop * > myStops
Returns the lane this bus stop is located at.
MSContainerTerminal(const std::string &id, const std::set< MSContainerStop * > stops)
Constructor.
MSContainerTerminal & operator=(const MSContainerTerminal &)
Invalidated assignment operator.
Base class for objects which have an id.
virtual ~MSContainerTerminal()
Destructor.