Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
W
X
Y
T
Task
- Class in
logist.task
A task represents the unit of work in the pick up and delivery problem.
Task(int, Topology.City, Topology.City, long, int)
- Constructor for class logist.task.
Task
For system use only.
TaskDistribution
- Interface in
logist.task
The probability, reward and weight distributions of
Task
s.
TaskSet
- Class in
logist.task
A specialized Set implementation for use with
Task
objects.
toLongString()
- Method in class logist.plan.
Action.Delivery
toLongString()
- Method in class logist.plan.
Action.Move
toLongString()
- Method in class logist.plan.
Action.Pickup
toLongString()
- Method in class logist.plan.
Action
Shows tasks with full details rather than just the id.
Topology
- Class in
logist.topology
The
Topology
encapsulates the cities and routes in the Pickup and Delivery problem.
Topology.Builder
- Class in
logist.topology
A builder class to facilitate the construction of a topology.
Topology.Builder()
- Constructor for class logist.topology.
Topology.Builder
Topology.City
- Class in
logist.topology
This class provides the following shortcut to iterate over all neighbors of this city: for (City neighbor : myCity) ...
TopologyException
- Exception in
logist.topology
An exception that is thrown if the topology is not valid.
TopologyException(String)
- Constructor for exception logist.topology.
TopologyException
toString()
- Method in class logist.agent.
AgentImpl
toString()
- Method in class logist.config.
XMLTag
toString()
- Method in class logist.plan.
Action.Delivery
toString()
- Method in class logist.plan.
Action.Move
toString()
- Method in class logist.plan.
Action.Pickup
toString()
- Method in exception logist.plan.
IllegalPlanException
A string that describes the problem.
toString()
- Method in class logist.plan.
Plan
toString()
- Method in class logist.task.
Task
toString()
- Method in class logist.task.
TaskSet
toString()
- Method in class logist.topology.
Topology.City
toString()
- Method in class logist.topology.
Topology
totalDistance()
- Method in class logist.plan.
Plan
Computes the total distance (in km) of this plan
totalDistanceUnits()
- Method in class logist.plan.
Plan
Computes the total distance (in units) of this plan
type()
- Method in class logist.agent.
AgentImpl
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
W
X
Y