Uses of Package
logist.topology

Packages that use logist.topology
logist   
logist.behavior   
logist.config   
logist.history   
logist.plan Allows to create plans that consist of a sequence of actions. 
logist.simulation   
logist.task Provides task generation, task distribution and task sets. 
logist.topology The topology of the Pickup and Delivery problem 
 

Classes in logist.topology used by logist
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
 

Classes in logist.topology used by logist.behavior
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
 

Classes in logist.topology used by logist.config
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
 

Classes in logist.topology used by logist.history
Topology.City
           This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...
 

Classes in logist.topology used by logist.plan
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
Topology.City
           This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...
 

Classes in logist.topology used by logist.simulation
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
Topology.City
           This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...
 

Classes in logist.topology used by logist.task
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
Topology.City
           This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...
 

Classes in logist.topology used by logist.topology
Topology
          The Topology encapsulates the cities and routes in the Pickup and Delivery problem.
Topology.City
           This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...