A B C D E F G H I L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- value() - Method in annotation type com.algo.annotations.MyAnnotation
- valueOf(String) - Static method in enum com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.algorithms.graph.shortestpath.ShortestPathRunner.ShortestPathEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.algorithms.graph.traversal.GraphTraversalRunner.TraversalEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.algorithms.OptionsEnum.Options
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.MainRunner.MainWindowOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.rendering.Arrow.LineFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.rendering.GralogColor.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.rendering.GralogGraphicsContext.LineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.rendering.GralogTikStyles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.algo.structure.Edge.EdgeType
-
Returns the enum constant of this type with the specified name.
- valueOfStyle(String) - Static method in enum com.algo.rendering.GralogTikStyles
- values() - Static method in enum com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.algorithms.graph.shortestpath.ShortestPathRunner.ShortestPathEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.algorithms.graph.traversal.GraphTraversalRunner.TraversalEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.algorithms.OptionsEnum.Options
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.MainRunner.MainWindowOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.rendering.Arrow.LineFlag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.rendering.GralogColor.Color
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.rendering.GralogGraphicsContext.LineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.rendering.GralogTikStyles
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.algo.structure.Edge.EdgeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vector2D - Class in com.algo.rendering
-
A 2-dimensional immutable vector.
- Vector2D(double, double) - Constructor for class com.algo.rendering.Vector2D
- Vector2D(Vector2D) - Constructor for class com.algo.rendering.Vector2D
- Vertex - Class in com.algo.structure
-
A vertex with a circle shape.
- Vertex() - Constructor for class com.algo.structure.Vertex
- Vertex(Configuration) - Constructor for class com.algo.structure.Vertex
- VERTEX_ID - Static variable in class com.algo.utility.StringConverterCollection
- vertexIdHoles - Variable in class com.algo.structure.Structure
- vertexToInteger - Variable in class com.algo.structure.VertexToInteger
- VertexToInteger - Class in com.algo.structure
-
Wrap class needed in MainWindow to accept the result of StronglyConnectedComponents for the case distinction.
- VertexToInteger(HashMap<Vertex, Integer>) - Constructor for class com.algo.structure.VertexToInteger
- VertexToInteger(HashMap<Vertex, Integer>, boolean) - Constructor for class com.algo.structure.VertexToInteger
All Classes All Packages