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

Packages that use UncertainParameterType
org.vrprep.model.instance   
 

Uses of UncertainParameterType in org.vrprep.model.instance
 

Fields in org.vrprep.model.instance declared as UncertainParameterType
protected  UncertainParameterType Instance.Requests.Request.uncertainQuantity
           
protected  UncertainParameterType Instance.Requests.Request.uncertainServiceTime
           
protected  UncertainParameterType Instance.Network.Links.Link.uncertainTravelCost
           
protected  UncertainParameterType Instance.Network.Links.Link.uncertainTravelTime
           
 

Methods in org.vrprep.model.instance that return UncertainParameterType
 UncertainParameterType ObjectFactory.createUncertainParameterType()
          Create an instance of UncertainParameterType
 UncertainParameterType Instance.Requests.Request.getUncertainQuantity()
          Gets the value of the uncertainQuantity property.
 UncertainParameterType Instance.Requests.Request.getUncertainServiceTime()
          Gets the value of the uncertainServiceTime property.
 UncertainParameterType Instance.Network.Links.Link.getUncertainTravelCost()
          Gets the value of the uncertainTravelCost property.
 UncertainParameterType Instance.Network.Links.Link.getUncertainTravelTime()
          Gets the value of the uncertainTravelTime property.
 

Methods in org.vrprep.model.instance with parameters of type UncertainParameterType
 void Instance.Requests.Request.setUncertainQuantity(UncertainParameterType value)
          Sets the value of the uncertainQuantity property.
 void Instance.Requests.Request.setUncertainServiceTime(UncertainParameterType value)
          Sets the value of the uncertainServiceTime property.
 void Instance.Network.Links.Link.setUncertainTravelCost(UncertainParameterType value)
          Sets the value of the uncertainTravelCost property.
 void Instance.Network.Links.Link.setUncertainTravelTime(UncertainParameterType value)
          Sets the value of the uncertainTravelTime property.
 



Copyright © 2014 VRP-REP. All rights reserved.