Class RouteGetEdges

    • Constructor Detail

      • RouteGetEdges

        public RouteGetEdges()
    • Method Detail

      • execute

        public List<String> execute​(Bridge bridge,
                                    String routeId)
        Description copied from interface: RouteGetEdges
        This method executes the command with the given arguments and returns a list included edge Id's.
        Specified by:
        execute in interface RouteGetEdges
        Parameters:
        bridge - Connection to SUMO.
        routeId - Id of the route.
        Returns:
        List of edges.