A C E G I L M O R S T

A

add_Est(String, String, int) - Method in class Carta
add_Est adds an est to a map
add_Link(String, String, int) - Method in class Carta
add_Link adds a link to a map

C

Carta - class Carta.
 
Carta() - Constructor for class Carta
 
closed - Variable in class Search
 
costbetween(String, String) - Method in class Carta
costbetween returns cost between 2 cities
current_node - Variable in class Search
 

E

estbetween(String, String) - Method in class Carta
estbetween returns est cost between 2 cities
estRemCost - Variable in class Search_State
 
estsFromFile(String) - Method in class Carta
estsFromFile reads estimates from file

G

get_city1() - Method in class Maplink
 
get_city2() - Method in class Maplink
 
get_cost() - Method in class Maplink
 
get_Ests(String) - Method in class Carta
get_Ests returns all ests to/from a given city
get_Links(String) - Method in class Carta
get_Links returns all links to/from a given city
get_Parent() - Method in class Search_Node
accessor for parent
get_State() - Method in class Search_Node
accessor for state
get_Successors(Search) - Method in class Map_State
 
get_Successors(Search) - Method in class Search_Node
get_Successors for this node A* - adds estremcost to node
getAllEsts() - Method in class Carta
 
getAllLinks() - Method in class Carta
 
getCities() - Method in class Carta
 
getCity() - Method in class Map_State
 
getestRemCost() - Method in class Search_Node
accessor for estremcost for A*
getestRemCost() - Method in class Search_State
 
getestTotalCost() - Method in class Search_Node
accessor for esttotalcost for A*
getglobalCost() - Method in class Search_Node
acccessor for globalcost
getGoal() - Method in class Map_Search
 
getlocalCost() - Method in class Search_Node
accessor for localcost
getlocalCost() - Method in class Search_State
accessor for local cost
getMap() - Method in class Map_Search
 
goalP(Search) - Method in class Map_State
 
goalP(Search) - Method in class Search_Node
goalP takes a Search_Node & returns true if it's a goal

I

init_node - Variable in class Search
 

L

localCost - Variable in class Search_State
 

M

main(String[]) - Static method in class Run_Map_Search
 
Map_Search - class Map_Search.
 
Map_Search(Carta, String) - Constructor for class Map_Search
 
Map_State - class Map_State.
 
Map_State(String, int, int) - Constructor for class Map_State
 
mapFromFile(String) - Method in class Carta
mapFromFile reads a map from file
Maplink - class Maplink.
Maplink.java A link in a map Created: Mon Dec 4 16:38:17 2000
Maplink(String, String, int) - Constructor for class Maplink
 

O

old_node - Variable in class Search
 
open - Variable in class Search
 

R

Run_Map_Search - class Run_Map_Search.
 
Run_Map_Search() - Constructor for class Run_Map_Search
 
run_Search(Search_State, String) - Method in class Search
run a search

S

same_State(Search_Node) - Method in class Search_Node
same_State - does another node have same state as this one?
same_State(Search_State) - Method in class Map_State
 
scr - Variable in class Search
 
Search - class Search.
 
Search_Node - class Search_Node.
 
Search_Node(Search_State, int, int) - Constructor for class Search_Node
constructor
Search_State - class Search_State.
 
Search_State() - Constructor for class Search_State
 
Search() - Constructor for class Search
 
set_Parent(Search_Node) - Method in class Search_Node
mutator for parent
setestRemCost(int) - Method in class Search_Node
mutator for estremcost for A*
setestTotalCost(int) - Method in class Search_Node
mutator for esttotalcost for A*
setglobalCost(int) - Method in class Search_Node
mutator for globalcost
setlocalCost(int) - Method in class Search_Node
mutator for localcost
successor_nodes - Variable in class Search
 

T

toString() - Method in class Carta
 
toString() - Method in class Map_State
 
toString() - Method in class Maplink
 
toString() - Method in class Search_Node
 

A C E G I L M O R S T