org.vrprep.model.instance
Class TimeDependentParameterType

java.lang.Object
  extended by org.vrprep.model.instance.TimeDependentParameterType

public class TimeDependentParameterType
extends Object

Defines a parameter which value is time-dependent (e.g., travel time or service time)

Java class for time_dependent_parameter_type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="time_dependent_parameter_type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  int end
           
protected  int start
           
protected  double value
           
 
Constructor Summary
TimeDependentParameterType()
           
 
Method Summary
 int getEnd()
          Gets the value of the end property.
 int getStart()
          Gets the value of the start property.
 double getValue()
          Gets the value of the value property.
 void setEnd(int value)
          Sets the value of the end property.
 void setStart(int value)
          Sets the value of the start property.
 void setValue(double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

start

protected int start

end

protected int end
Constructor Detail

TimeDependentParameterType

public TimeDependentParameterType()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getStart

public int getStart()
Gets the value of the start property.


setStart

public void setStart(int value)
Sets the value of the start property.


getEnd

public int getEnd()
Gets the value of the end property.


setEnd

public void setEnd(int value)
Sets the value of the end property.



Copyright © 2014 VRP-REP. All rights reserved.