A B C D E F G H I L M N O P Q R S T V W _

A

activeNodes - Variable in class openlist.examples.WeightedDirectedGraph
a LinkedList of the active nodes during execution of Dijkstra's algorithm This list will be initialized as a clone of nodes, and retired nodes removed from it.
analyze() - Method in class openlist.examples.WeightedDirectedGraph
analyze conducts Dijkstra's algorithm
append(OpenList<Type>) - Method in class openlist.OpenList
Append the argument to this list, creating a new list.
append(OpenList<Type>, OpenList<Type>) - Static method in class openlist.OpenList
Append the second list to the head, by creating a new list with the elements of the head copied.
append(Type) - Method in class openlist.OpenListBuffer
Append one item to an OpenListBuffer.
apply(Type) - Method in interface openlist.Function1arg
Apply this function
apply(Type, Type) - Method in interface openlist.Function2arg
Apply this function
apply(Type) - Method in class openlist.OpenList.Neutralizer
 
apply(Object, Object) - Method in class openlist.util.DoubleMultiplier
Multipliy the arguments together
apply(Object) - Method in class openlist.util.DoubleSquareRooter
Apply this SquareRooter to an argument.
apply(Object) - Method in class openlist.util.IntegerScaler
Apply this Scaler to an argument.
apply(Object) - Method in class openlist.util.IntegerSquarer
Apply this Squarer to an argument.
arcs - Variable in class openlist.examples.WeightedDirectedGraph.Node
the list of out-going Arcs from this Node
assoc(Type) - Method in class openlist.OpenList
Assuming this OpenList is an association list (list of non-empty lists), where the head elements are "key" values, search to find the head list that equals a given key.
assoc(Object, OpenList<OpenList<Object>>) - Static method in class openlist.OpenList
Search the second argument for an element, which must be a list, the head element of which is equal to key.

A B C D E F G H I L M N O P Q R S T V W _