Uses of Class
org.vrprep.model.solution.Stop

Packages that use Stop
org.vrprep.model.solution   
 

Uses of Stop in org.vrprep.model.solution
 

Subclasses of Stop in org.vrprep.model.solution
 class Service
          Java class for anonymous complex type.
static class Solution.Routes.Route.Events.StopAtDepot
          Java class for anonymous complex type.
 

Fields in org.vrprep.model.solution declared as Stop
protected  Stop Solution.Routes.Route.Events._break
           
protected  Stop Solution.Routes.Route.Events.detach
           
protected  Stop Solution.Routes.Route.Events.recharge
           
 

Methods in org.vrprep.model.solution that return Stop
 Stop ObjectFactory.createStop()
          Create an instance of Stop
 Stop Solution.Routes.Route.Events.getBreak()
          Gets the value of the break property.
 Stop Solution.Routes.Route.Events.getDetach()
          Gets the value of the detach property.
 Stop Solution.Routes.Route.Events.getRecharge()
          Gets the value of the recharge property.
 

Methods in org.vrprep.model.solution with parameters of type Stop
 void Solution.Routes.Route.Events.setBreak(Stop value)
          Sets the value of the break property.
 void Solution.Routes.Route.Events.setDetach(Stop value)
          Sets the value of the detach property.
 void Solution.Routes.Route.Events.setRecharge(Stop value)
          Sets the value of the recharge property.
 



Copyright © 2014 VRP-REP. All rights reserved.