Class RouteGetEdges
- java.lang.Object
-
- org.eclipse.mosaic.fed.sumo.bridge.libsumo.RouteGetEdges
-
- All Implemented Interfaces:
RouteGetEdges
public class RouteGetEdges extends Object implements RouteGetEdges
-
-
Constructor Summary
Constructors Constructor Description RouteGetEdges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
execute(Bridge bridge, String routeId)
This method executes the command with the given arguments and returns a list included edge Id's.
-
-
-
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 interfaceRouteGetEdges
- Parameters:
bridge
- Connection to SUMO.routeId
- Id of the route.- Returns:
- List of edges.
-
-