Uses of Class
org.eclipse.mosaic.lib.objects.agent.AgentRoute.Leg
Packages that use AgentRoute.Leg
-
Uses of AgentRoute.Leg in org.eclipse.mosaic.fed.application.app.api
Methods in org.eclipse.mosaic.fed.application.app.api with parameters of type AgentRoute.LegModifier and TypeMethodDescriptionvoid
AgentApplication.onLegChanged
(AgentRoute.Leg finishedLeg, AgentRoute.Leg nextLeg) Is called after onAgentUpdated, if a new leg has been started and/or the previous leg has been finished -
Uses of AgentRoute.Leg in org.eclipse.mosaic.lib.objects.agent
Subclasses of AgentRoute.Leg in org.eclipse.mosaic.lib.objects.agentModifier and TypeClassDescriptionstatic class
static class
static class
static class
Methods in org.eclipse.mosaic.lib.objects.agent that return AgentRoute.LegModifier and TypeMethodDescriptionAgentData.getCurrentLeg()
Returns the currentAgentRoute.Leg
of the agent, which determines the route and mode of transport of a part of the agents' journey.Methods in org.eclipse.mosaic.lib.objects.agent that return types with arguments of type AgentRoute.LegConstructors in org.eclipse.mosaic.lib.objects.agent with parameters of type AgentRoute.LegModifierConstructorDescriptionAgentData
(long time, String name, GeoPoint position, String assignedVehicle, AgentRoute.Leg currentLeg, AgentData.TripStatus status) Creates a new agent data object.Constructor parameters in org.eclipse.mosaic.lib.objects.agent with type arguments of type AgentRoute.Leg