Uses of Class
org.vrprep.model.instance.TimeDependentParameterType

Packages that use TimeDependentParameterType
org.vrprep.model.instance   
 

Uses of TimeDependentParameterType in org.vrprep.model.instance
 

Fields in org.vrprep.model.instance declared as TimeDependentParameterType
protected  TimeDependentParameterType Instance.Requests.Request.tdQuantity
           
protected  TimeDependentParameterType Instance.Requests.Request.tdServiceTime
           
 

Fields in org.vrprep.model.instance with type parameters of type TimeDependentParameterType
protected  List<TimeDependentParameterType> Instance.Network.Links.Link.tdTravelCost
           
protected  List<TimeDependentParameterType> Instance.Network.Links.Link.tdTravelTime
           
 

Methods in org.vrprep.model.instance that return TimeDependentParameterType
 TimeDependentParameterType ObjectFactory.createTimeDependentParameterType()
          Create an instance of TimeDependentParameterType
 TimeDependentParameterType Instance.Requests.Request.getTdQuantity()
          Gets the value of the tdQuantity property.
 TimeDependentParameterType Instance.Requests.Request.getTdServiceTime()
          Gets the value of the tdServiceTime property.
 

Methods in org.vrprep.model.instance that return types with arguments of type TimeDependentParameterType
 List<TimeDependentParameterType> Instance.Network.Links.Link.getTdTravelCost()
          Gets the value of the tdTravelCost property.
 List<TimeDependentParameterType> Instance.Network.Links.Link.getTdTravelTime()
          Gets the value of the tdTravelTime property.
 

Methods in org.vrprep.model.instance with parameters of type TimeDependentParameterType
 void Instance.Requests.Request.setTdQuantity(TimeDependentParameterType value)
          Sets the value of the tdQuantity property.
 void Instance.Requests.Request.setTdServiceTime(TimeDependentParameterType value)
          Sets the value of the tdServiceTime property.
 



Copyright © 2014 VRP-REP. All rights reserved.