Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
J
L
M
P
R
S
U
V
G
GAOperators
- Class in
vertexcover
GAOperators()
- Constructor for class vertexcover.
GAOperators
getCity(int)
- Method in class pathfinder.
JMapPanel
getCityColor()
- Method in class pathfinder.
JPFMap
returns color of the city symbol
getCityCoords(int)
- Method in class pathfinder.
JPFMap
returns city coordinates
getCityCount()
- Method in class pathfinder.
JPFMap
getCityDistance(int, int)
- Method in class pathfinder.
JPFMap
returns double distance of given two m_cityList
getCityList()
- Method in class pathfinder.
JPFMap
returns list of m_cityList in the map
getCityNeighbours(int)
- Method in class pathfinder.
JPFMap
returns array of city neighbours
getMinimalVertexCover(JPFMap)
- Method in class vertexcover.
AbstractVCover
Should select minimal number of cities that are necessary to cover all the roads on the map
getMinimalVertexCover(JPFMap)
- Method in class vertexcover.
RandomVCCalculator
Searches minimal number of cities necessary to cover the road graph by means of random mutations
getNearestCity(float, float)
- Method in class pathfinder.
JMapPanel
Returns id of the city that is nearest to given position
getNearestCity(float, float)
- Method in class pathfinder.
JPFMap
Returns id of the city that is nearest to given position
getNearestRoad(float, float)
- Method in class pathfinder.
JMapPanel
Returns id of the cities that are connected by road that is nearest to given position
getNearestRoad(float, float, float)
- Method in class pathfinder.
JPFMap
Returns id of the cities that are connected by road nearest to given position
getNumberOfCitiesUsed(boolean[])
- Static method in class vertexcover.
AbstractVCover
Calculates number of true values in the given array
getNumberOfRoadsCovered(int[], JPFMap)
- Static method in class vertexcover.
AbstractVCover
Calculates number of roads covered by cities from given array
getNumberOfRoadsCovered(boolean[], JPFMap)
- Static method in class vertexcover.
AbstractVCover
Calculates number of roads covered by cities defined by given array of boolean values (true = city is selected to cover the roads, false = the city is not selected)
getPathColor()
- Method in class pathfinder.
JPFMap
gets path highlight color
getRoadList()
- Method in class pathfinder.
JPFMap
returns list of m_roadList in the map
getRoadSpeed(int, int)
- Method in class pathfinder.
JPFMap
returns road type (=max. allowed speed) between two m_cityList
gui
- package gui
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
J
L
M
P
R
S
U
V