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

R

rankVertex(int) - Method in interface datastructures.graph.IGraph
Returns the number of arcs with the vertex u as origin
readGraph(String) - Static method in class datastructures.graph.GraphTools
Read a file that contains the information to generate a graph this file must have the next structure true/false, depending on if the graph is directed or not true/false, depending on if the graph is weighted or not number of vertices number of edges the rest of the file must contains the edges, one in each line with the next structure: vertex origin ; destination vertex
readVertices(String) - Static method in class datastructures.graph.Vertices
Reads the information of a file to create a list of vertex with this information
removeTop() - Method in interface datastructures.stack.IStack
Removes the element on the top of the stack
A B C D E G H I K L M N O P Q R S T V