1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
graphhopper-jsprit/doc/index-files/index-16.html
Stefan Schroeder 0730c465dc relax api
2013-10-09 15:17:55 +02:00

409 lines
35 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_51) on Wed Oct 09 15:10:22 CEST 2013 -->
<TITLE>
S-Index
</TITLE>
<META NAME="date" CONTENT="2013-10-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="S-Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-15.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-16.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="../algorithms/acceptors/SchrimpfAcceptance.html" title="class in algorithms.acceptors"><B>SchrimpfAcceptance</B></A> - Class in <A HREF="../algorithms/acceptors/package-summary.html">algorithms.acceptors</A><DD>&nbsp;<DT><A HREF="../algorithms/acceptors/SchrimpfAcceptance.html#SchrimpfAcceptance(int, double, int)"><B>SchrimpfAcceptance(int, double, int)</B></A> -
Constructor for class algorithms.acceptors.<A HREF="../algorithms/acceptors/SchrimpfAcceptance.html" title="class in algorithms.acceptors">SchrimpfAcceptance</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/SchrimpfFactory.html" title="class in algorithms"><B>SchrimpfFactory</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>Factory that creates the <A HREF="../basics/VehicleRoutingAlgorithm.html" title="class in basics"><CODE>VehicleRoutingAlgorithm</CODE></A> as proposed by Schrimpf et al., 2000 with the following parameters:<DT><A HREF="../algorithms/SchrimpfFactory.html#SchrimpfFactory()"><B>SchrimpfFactory()</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/SchrimpfFactory.html" title="class in algorithms">SchrimpfFactory</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingAlgorithm.html#searchSolutions()"><B>searchSolutions()</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingAlgorithm.html" title="class in basics">VehicleRoutingAlgorithm</A>
<DD>Runs the vehicle routing algorithm and returns a number of generated solutions.
<DT><A HREF="../basics/algo/SearchStrategy.html" title="class in basics.algo"><B>SearchStrategy</B></A> - Class in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../basics/algo/SearchStrategy.html#SearchStrategy(algorithms.selectors.SolutionSelector, algorithms.acceptors.SolutionAcceptor)"><B>SearchStrategy(SolutionSelector, SolutionAcceptor)</B></A> -
Constructor for class basics.algo.<A HREF="../basics/algo/SearchStrategy.html" title="class in basics.algo">SearchStrategy</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/SearchStrategy.DiscoveredSolution.html" title="class in basics.algo"><B>SearchStrategy.DiscoveredSolution</B></A> - Class in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../basics/algo/SearchStrategy.DiscoveredSolution.html#SearchStrategy.DiscoveredSolution(basics.VehicleRoutingProblemSolution, boolean, java.lang.String)"><B>SearchStrategy.DiscoveredSolution(VehicleRoutingProblemSolution, boolean, String)</B></A> -
Constructor for class basics.algo.<A HREF="../basics/algo/SearchStrategy.DiscoveredSolution.html" title="class in basics.algo">SearchStrategy.DiscoveredSolution</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/SearchStrategyListener.html" title="interface in basics.algo"><B>SearchStrategyListener</B></A> - Interface in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../basics/algo/SearchStrategyManager.html" title="class in basics.algo"><B>SearchStrategyManager</B></A> - Class in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../basics/algo/SearchStrategyManager.html#SearchStrategyManager()"><B>SearchStrategyManager()</B></A> -
Constructor for class basics.algo.<A HREF="../basics/algo/SearchStrategyManager.html" title="class in basics.algo">SearchStrategyManager</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/SearchStrategyModule.html" title="interface in basics.algo"><B>SearchStrategyModule</B></A> - Interface in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../basics/algo/SearchStrategyModuleListener.html" title="interface in basics.algo"><B>SearchStrategyModuleListener</B></A> - Interface in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;<DT><A HREF="../algorithms/selectors/SelectBest.html" title="class in algorithms.selectors"><B>SelectBest</B></A> - Class in <A HREF="../algorithms/selectors/package-summary.html">algorithms.selectors</A><DD>&nbsp;<DT><A HREF="../algorithms/selectors/SelectBest.html#SelectBest()"><B>SelectBest()</B></A> -
Constructor for class algorithms.selectors.<A HREF="../algorithms/selectors/SelectBest.html" title="class in algorithms.selectors">SelectBest</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/VehicleRoutingAlgorithmListeners.html#selectedStrategy(java.lang.String, basics.VehicleRoutingProblem, java.util.Collection)"><B>selectedStrategy(String, VehicleRoutingProblem, Collection&lt;VehicleRoutingProblemSolution&gt;)</B></A> -
Method in class basics.algo.<A HREF="../basics/algo/VehicleRoutingAlgorithmListeners.html" title="class in basics.algo">VehicleRoutingAlgorithmListeners</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/selectors/SelectRandomly.html" title="class in algorithms.selectors"><B>SelectRandomly</B></A> - Class in <A HREF="../algorithms/selectors/package-summary.html">algorithms.selectors</A><DD>&nbsp;<DT><A HREF="../algorithms/selectors/SelectRandomly.html#SelectRandomly()"><B>SelectRandomly()</B></A> -
Constructor for class algorithms.selectors.<A HREF="../algorithms/selectors/SelectRandomly.html" title="class in algorithms.selectors">SelectRandomly</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/selectors/SelectBest.html#selectSolution(java.util.Collection)"><B>selectSolution(Collection&lt;VehicleRoutingProblemSolution&gt;)</B></A> -
Method in class algorithms.selectors.<A HREF="../algorithms/selectors/SelectBest.html" title="class in algorithms.selectors">SelectBest</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/selectors/SelectRandomly.html#selectSolution(java.util.Collection)"><B>selectSolution(Collection&lt;VehicleRoutingProblemSolution&gt;)</B></A> -
Method in class algorithms.selectors.<A HREF="../algorithms/selectors/SelectRandomly.html" title="class in algorithms.selectors">SelectRandomly</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/selectors/SolutionSelector.html#selectSolution(java.util.Collection)"><B>selectSolution(Collection&lt;VehicleRoutingProblemSolution&gt;)</B></A> -
Method in interface algorithms.selectors.<A HREF="../algorithms/selectors/SolutionSelector.html" title="interface in algorithms.selectors">SolutionSelector</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/TourActivities.html#servesJob(basics.Job)"><B>servesJob(Job)</B></A> -
Method in class basics.route.<A HREF="../basics/route/TourActivities.html" title="class in basics.route">TourActivities</A>
<DD>&nbsp;
<DT><A HREF="../basics/Service.html" title="class in basics"><B>Service</B></A> - Class in <A HREF="../basics/package-summary.html">basics</A><DD>&nbsp;<DT><A HREF="../basics/Service.Builder.html" title="class in basics"><B>Service.Builder</B></A> - Class in <A HREF="../basics/package-summary.html">basics</A><DD>&nbsp;<DT><A HREF="../basics/route/ServiceActivity.html" title="class in basics.route"><B>ServiceActivity</B></A> - Class in <A HREF="../basics/route/package-summary.html">basics.route</A><DD>&nbsp;<DT><A HREF="../basics/VehicleRoutingProblem.Builder.html#setActivityCosts(basics.costs.VehicleRoutingActivityCosts)"><B>setActivityCosts(VehicleRoutingActivityCosts)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblem.Builder.html" title="class in basics">VehicleRoutingProblem.Builder</A>
<DD>Sets the activityCostFunction that considers also activities on a vehicle-route.
<DT><A HREF="../basics/route/DeliveryActivity.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/DeliveryActivity.html" title="class in basics.route">DeliveryActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/PickupActivity.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/PickupActivity.html" title="class in basics.route">PickupActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/ServiceActivity.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/ServiceActivity.html" title="class in basics.route">ServiceActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/TourActivity.html#setArrTime(double)"><B>setArrTime(double)</B></A> -
Method in interface basics.route.<A HREF="../basics/route/TourActivity.html" title="interface in basics.route">TourActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/Service.Builder.html#setCoord(util.Coordinate)"><B>setCoord(Coordinate)</B></A> -
Method in class basics.<A HREF="../basics/Service.Builder.html" title="class in basics">Service.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setCoordinate(util.Coordinate)"><B>setCoordinate(Coordinate)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setCoordinate(util.Coordinate)"><B>setCoordinate(Coordinate)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingProblemSolution.html#setCost(double)"><B>setCost(double)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblemSolution.html" title="class in basics">VehicleRoutingProblemSolution</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleTypeImpl.Builder.html#setCostPerDistance(double)"><B>setCostPerDistance(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleTypeImpl.Builder.html" title="class in basics.route">VehicleTypeImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleTypeImpl.Builder.html#setCostPerTime(double)"><B>setCostPerTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleTypeImpl.Builder.html" title="class in basics.route">VehicleTypeImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/NeighborhoodThresholdInitialiser.html#setCrowFlySpeed(int)"><B>setCrowFlySpeed(int)</B></A> -
Method in class algorithms.<A HREF="../algorithms/NeighborhoodThresholdInitialiser.html" title="class in algorithms">NeighborhoodThresholdInitialiser</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleRoute.html#setDepartureTime(double)"><B>setDepartureTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleRoute.html" title="class in basics.route">VehicleRoute</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleRoute.Builder.html#setDriver(basics.route.Driver)"><B>setDriver(Driver)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleRoute.Builder.html" title="class in basics.route">VehicleRoute.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/DriverImpl.html#setEarliestStart(double)"><B>setEarliestStart(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/DriverImpl.html" title="class in basics.route">DriverImpl</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleImpl.Builder.html#setEarliestStart(double)"><B>setEarliestStart(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleImpl.Builder.html" title="class in basics.route">VehicleImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/DeliveryActivity.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/DeliveryActivity.html" title="class in basics.route">DeliveryActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/PickupActivity.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/PickupActivity.html" title="class in basics.route">PickupActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/ServiceActivity.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/ServiceActivity.html" title="class in basics.route">ServiceActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/TourActivity.html#setEndTime(double)"><B>setEndTime(double)</B></A> -
Method in interface basics.route.<A HREF="../basics/route/TourActivity.html" title="interface in basics.route">TourActivity</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleTypeImpl.Builder.html#setFixedCost(double)"><B>setFixedCost(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleTypeImpl.Builder.html" title="class in basics.route">VehicleTypeImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingProblem.Builder.html#setFleetComposition(basics.VehicleRoutingProblem.FleetComposition)"><B>setFleetComposition(VehicleRoutingProblem.FleetComposition)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblem.Builder.html" title="class in basics">VehicleRoutingProblem.Builder</A>
<DD>Sets the fleetComposition.
<DT><A HREF="../algorithms/BestInsertionBuilder.html#setFleetManager(algorithms.VehicleFleetManager)"><B>setFleetManager(VehicleFleetManager)</B></A> -
Method in class algorithms.<A HREF="../algorithms/BestInsertionBuilder.html" title="class in algorithms">BestInsertionBuilder</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingProblem.Builder.html#setFleetSize(basics.VehicleRoutingProblem.FleetSize)"><B>setFleetSize(VehicleRoutingProblem.FleetSize)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblem.Builder.html" title="class in basics">VehicleRoutingProblem.Builder</A>
<DD>Sets the type of fleetSize.
<DT><A HREF="../algorithms/BestInsertionInitialSolutionFactory.html#setGenerateAsMuchAsRoutesAsVehiclesExist(boolean)"><B>setGenerateAsMuchAsRoutesAsVehiclesExist(boolean)</B></A> -
Method in class algorithms.<A HREF="../algorithms/BestInsertionInitialSolutionFactory.html" title="class in algorithms">BestInsertionInitialSolutionFactory</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/DriverImpl.html#setHomeLocation(java.lang.String)"><B>setHomeLocation(String)</B></A> -
Method in class basics.route.<A HREF="../basics/route/DriverImpl.html" title="class in basics.route">DriverImpl</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleImpl.Builder.html#setLatestArrival(double)"><B>setLatestArrival(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleImpl.Builder.html" title="class in basics.route">VehicleImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/DriverImpl.html#setLatestEnd(double)"><B>setLatestEnd(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/DriverImpl.html" title="class in basics.route">DriverImpl</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/BestInsertionBuilder.html#setLocalLevel()"><B>setLocalLevel()</B></A> -
Method in class algorithms.<A HREF="../algorithms/BestInsertionBuilder.html" title="class in algorithms">BestInsertionBuilder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleImpl.Builder.html#setLocationCoord(util.Coordinate)"><B>setLocationCoord(Coordinate)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleImpl.Builder.html" title="class in basics.route">VehicleImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setLocationId(java.lang.String)"><B>setLocationId(String)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setLocationId(java.lang.String)"><B>setLocationId(String)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleImpl.Builder.html#setLocationId(java.lang.String)"><B>setLocationId(String)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleImpl.Builder.html" title="class in basics.route">VehicleImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/Service.Builder.html#setLocationId(java.lang.String)"><B>setLocationId(String)</B></A> -
Method in class basics.<A HREF="../basics/Service.Builder.html" title="class in basics">Service.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleTypeImpl.Builder.html#setMaxVelocity(double)"><B>setMaxVelocity(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleTypeImpl.Builder.html" title="class in basics.route">VehicleTypeImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/SearchStrategy.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class basics.algo.<A HREF="../basics/algo/SearchStrategy.html" title="class in basics.algo">SearchStrategy</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingProblem.Builder.html#setNeighborhood(util.Neighborhood)"><B>setNeighborhood(Neighborhood)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblem.Builder.html" title="class in basics">VehicleRoutingProblem.Builder</A>
<DD>Sets the neighborhood.
<DT><A HREF="../basics/VehicleRoutingAlgorithm.html#setNuOfIterations(int)"><B>setNuOfIterations(int)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingAlgorithm.html" title="class in basics">VehicleRoutingAlgorithm</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingAlgorithm.html#setPrematureAlgorithmBreaker(basics.algo.PrematureAlgorithmBreaker)"><B>setPrematureAlgorithmBreaker(PrematureAlgorithmBreaker)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingAlgorithm.html" title="class in basics">VehicleRoutingAlgorithm</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingAlgorithm.html#setPrematureBreak(int)"><B>setPrematureBreak(int)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingAlgorithm.html" title="class in basics">VehicleRoutingAlgorithm</A>
<DD>Sets premature break.
<DT><A HREF="../algorithms/selectors/SelectRandomly.html#setRandom(java.util.Random)"><B>setRandom(Random)</B></A> -
Method in class algorithms.selectors.<A HREF="../algorithms/selectors/SelectRandomly.html" title="class in algorithms.selectors">SelectRandomly</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/SearchStrategyManager.html#setRandom(java.util.Random)"><B>setRandom(Random)</B></A> -
Method in class basics.algo.<A HREF="../basics/algo/SearchStrategyManager.html" title="class in basics.algo">SearchStrategyManager</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/NeighborhoodThresholdInitialiser.html#setRoutingAlgorithmFactory(basics.algo.VehicleRoutingAlgorithmFactory)"><B>setRoutingAlgorithmFactory(VehicleRoutingAlgorithmFactory)</B></A> -
Method in class algorithms.<A HREF="../algorithms/NeighborhoodThresholdInitialiser.html" title="class in algorithms">NeighborhoodThresholdInitialiser</A>
<DD>&nbsp;
<DT><A HREF="../basics/VehicleRoutingProblem.Builder.html#setRoutingCost(basics.costs.VehicleRoutingTransportCosts)"><B>setRoutingCost(VehicleRoutingTransportCosts)</B></A> -
Method in class basics.<A HREF="../basics/VehicleRoutingProblem.Builder.html" title="class in basics">VehicleRoutingProblem.Builder</A>
<DD>Sets routing costs.
<DT><A HREF="../basics/io/AlgorithmConfigXmlReader.html#setSchemaValidation(boolean)"><B>setSchemaValidation(boolean)</B></A> -
Method in class basics.io.<A HREF="../basics/io/AlgorithmConfigXmlReader.html" title="class in basics.io">AlgorithmConfigXmlReader</A>
<DD>&nbsp;
<DT><A HREF="../basics/io/VrpXMLReader.html#setSchemaValidation(boolean)"><B>setSchemaValidation(boolean)</B></A> -
Method in class basics.io.<A HREF="../basics/io/VrpXMLReader.html" title="class in basics.io">VrpXMLReader</A>
<DD>&nbsp;
<DT><A HREF="../util/RandomNumberGeneration.html#setSeed(long)"><B>setSeed(long)</B></A> -
Static method in class util.<A HREF="../util/RandomNumberGeneration.html" title="class in util">RandomNumberGeneration</A>
<DD>&nbsp;
<DT><A HREF="../basics/io/VrpXMLReader.html#setServiceBuilderFactory(basics.io.VrpXMLReader.ServiceBuilderFactory)"><B>setServiceBuilderFactory(VrpXMLReader.ServiceBuilderFactory)</B></A> -
Method in class basics.io.<A HREF="../basics/io/VrpXMLReader.html" title="class in basics.io">VrpXMLReader</A>
<DD>&nbsp;
<DT><A HREF="../basics/Service.Builder.html#setServiceTime(double)"><B>setServiceTime(double)</B></A> -
Method in class basics.<A HREF="../basics/Service.Builder.html" title="class in basics">Service.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setTheoreticalEarliestOperationStartTime(double)"><B>setTheoreticalEarliestOperationStartTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setTheoreticalEarliestOperationStartTime(double)"><B>setTheoreticalEarliestOperationStartTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/End.html#setTheoreticalLatestOperationStartTime(double)"><B>setTheoreticalLatestOperationStartTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/End.html" title="class in basics.route">End</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html#setTheoreticalLatestOperationStartTime(double)"><B>setTheoreticalLatestOperationStartTime(double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../util/NeighborhoodImpl.html#setThreshold(double)"><B>setThreshold(double)</B></A> -
Method in class util.<A HREF="../util/NeighborhoodImpl.html" title="class in util">NeighborhoodImpl</A>
<DD>&nbsp;
<DT><A HREF="../basics/Service.Builder.html#setTimeWindow(basics.route.TimeWindow)"><B>setTimeWindow(TimeWindow)</B></A> -
Method in class basics.<A HREF="../basics/Service.Builder.html" title="class in basics">Service.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/io/VrpXMLReader.html#setTourActivityFactory(basics.route.TourActivityFactory)"><B>setTourActivityFactory(TourActivityFactory)</B></A> -
Method in class basics.io.<A HREF="../basics/io/VrpXMLReader.html" title="class in basics.io">VrpXMLReader</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleImpl.Builder.html#setType(basics.route.VehicleType)"><B>setType(VehicleType)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleImpl.Builder.html" title="class in basics.route">VehicleImpl.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleRoute.Builder.html#setVehicle(basics.route.Vehicle)"><B>setVehicle(Vehicle)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleRoute.Builder.html" title="class in basics.route">VehicleRoute.Builder</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleRoute.html#setVehicle(basics.route.Vehicle, double)"><B>setVehicle(Vehicle, double)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleRoute.html" title="class in basics.route">VehicleRoute</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/VehicleRoute.html#setVehicleRouteCostCalculator(basics.route.VehicleRouteCostCalculator)"><B>setVehicleRouteCostCalculator(VehicleRouteCostCalculator)</B></A> -
Method in class basics.route.<A HREF="../basics/route/VehicleRoute.html" title="class in basics.route">VehicleRoute</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/acceptors/SolutionAcceptor.html" title="interface in algorithms.acceptors"><B>SolutionAcceptor</B></A> - Interface in <A HREF="../algorithms/acceptors/package-summary.html">algorithms.acceptors</A><DD>Acceptor that decides whether the newSolution is accepted or not.<DT><A HREF="../util/Solutions.html" title="class in util"><B>Solutions</B></A> - Class in <A HREF="../util/package-summary.html">util</A><DD>&nbsp;<DT><A HREF="../util/Solutions.html#Solutions()"><B>Solutions()</B></A> -
Constructor for class util.<A HREF="../util/Solutions.html" title="class in util">Solutions</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/selectors/SolutionSelector.html" title="interface in algorithms.selectors"><B>SolutionSelector</B></A> - Interface in <A HREF="../algorithms/selectors/package-summary.html">algorithms.selectors</A><DD>&nbsp;<DT><A HREF="../util/CrowFlyCosts.html#speed"><B>speed</B></A> -
Variable in class util.<A HREF="../util/CrowFlyCosts.html" title="class in util">CrowFlyCosts</A>
<DD>&nbsp;
<DT><A HREF="../util/ManhattanCosts.html#speed"><B>speed</B></A> -
Variable in class util.<A HREF="../util/ManhattanCosts.html" title="class in util">ManhattanCosts</A>
<DD>&nbsp;
<DT><A HREF="../basics/route/Start.html" title="class in basics.route"><B>Start</B></A> - Class in <A HREF="../basics/route/package-summary.html">basics.route</A><DD>&nbsp;<DT><A HREF="../basics/route/Start.html#Start(java.lang.String, double, double)"><B>Start(String, double, double)</B></A> -
Constructor for class basics.route.<A HREF="../basics/route/Start.html" title="class in basics.route">Start</A>
<DD>&nbsp;
<DT><A HREF="../util/StopWatch.html#start()"><B>start()</B></A> -
Method in class util.<A HREF="../util/StopWatch.html" title="class in util">StopWatch</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/StateIdFactory.html" title="class in algorithms"><B>StateIdFactory</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateIdFactory.html#StateIdFactory()"><B>StateIdFactory()</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/StateIdFactory.html" title="class in algorithms">StateIdFactory</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/StateManager.html" title="interface in algorithms"><B>StateManager</B></A> - Interface in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateManager.State.html" title="interface in algorithms"><B>StateManager.State</B></A> - Interface in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateManager.StateId.html" title="interface in algorithms"><B>StateManager.StateId</B></A> - Interface in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateManagerImpl.html" title="class in algorithms"><B>StateManagerImpl</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateManagerImpl.html#StateManagerImpl()"><B>StateManagerImpl()</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/StateManagerImpl.html" title="class in algorithms">StateManagerImpl</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/StateManagerImpl.StateImpl.html" title="class in algorithms"><B>StateManagerImpl.StateImpl</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateManagerImpl.StateImpl.html#StateManagerImpl.StateImpl(double)"><B>StateManagerImpl.StateImpl(double)</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/StateManagerImpl.StateImpl.html" title="class in algorithms">StateManagerImpl.StateImpl</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/StateUpdates.html" title="class in algorithms"><B>StateUpdates</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateUpdates.html#StateUpdates()"><B>StateUpdates()</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/StateUpdates.html" title="class in algorithms">StateUpdates</A>
<DD>&nbsp;
<DT><A HREF="../algorithms/StateUpdates.UpdateStates.html" title="class in algorithms"><B>StateUpdates.UpdateStates</B></A> - Class in <A HREF="../algorithms/package-summary.html">algorithms</A><DD>&nbsp;<DT><A HREF="../algorithms/StateUpdates.UpdateStates.html#StateUpdates.UpdateStates(algorithms.StateManagerImpl, basics.costs.VehicleRoutingTransportCosts, basics.costs.VehicleRoutingActivityCosts)"><B>StateUpdates.UpdateStates(StateManagerImpl, VehicleRoutingTransportCosts, VehicleRoutingActivityCosts)</B></A> -
Constructor for class algorithms.<A HREF="../algorithms/StateUpdates.UpdateStates.html" title="class in algorithms">StateUpdates.UpdateStates</A>
<DD>&nbsp;
<DT><A HREF="../util/StopWatch.html#stop()"><B>stop()</B></A> -
Method in class util.<A HREF="../util/StopWatch.html" title="class in util">StopWatch</A>
<DD>&nbsp;
<DT><A HREF="../util/StopWatch.html" title="class in util"><B>StopWatch</B></A> - Class in <A HREF="../util/package-summary.html">util</A><DD>&nbsp;<DT><A HREF="../util/StopWatch.html#StopWatch()"><B>StopWatch()</B></A> -
Constructor for class util.<A HREF="../util/StopWatch.html" title="class in util">StopWatch</A>
<DD>&nbsp;
<DT><A HREF="../basics/algo/StrategySelectedListener.html" title="interface in basics.algo"><B>StrategySelectedListener</B></A> - Interface in <A HREF="../basics/algo/package-summary.html">basics.algo</A><DD>&nbsp;</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-15.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-16.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <HR>
</BODY>
</HTML>