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
A
- active - Variable in class com.algo.structure.controlpoints.ControlPoint
- add(int, List<Double>, Map<Integer, Integer>) - Method in class com.algo.models.SingleSourceShortestPathModel
- addControlPoint(Vector2D, Vector2D) - Method in class com.algo.structure.Edge
-
The clickPosition determines where the edge was initially clicked to add the control point.
- addEdge(int, int) - Method in class com.algo.structure.Structure
- addEdge(E) - Method in class com.algo.structure.Structure
-
Add an edge to the structure.
- addEdge(E, V, V) - Method in class com.algo.structure.Structure
- addEdge(V, V) - Method in class com.algo.structure.Structure
- addEdge(V, V, int) - Method in class com.algo.structure.Structure
- addEdge(V, V, int, Configuration) - Method in class com.algo.structure.Structure
- addEdge(V, V, Configuration) - Method in class com.algo.structure.Structure
- addEdges(Collection<E>) - Method in class com.algo.structure.Structure
-
Adds a set of edges to the structure if their ends are contained in the structure.
- addVertex() - Method in class com.algo.structure.Structure
- addVertex(Configuration) - Method in class com.algo.structure.Structure
-
Adds a vertex to the structure.
- addVertex(Configuration, int) - Method in class com.algo.structure.Structure
-
Adds a vertex to the structure, and uses the given id, given it is it is stil available.
- addVertex(String) - Method in class com.algo.structure.Structure
-
Creates a new vertex with the given label and adds it to the structure.
- addVertex(String, Configuration) - Method in class com.algo.structure.Structure
- addVertex(V) - Method in class com.algo.structure.Structure
-
Deprecated.
- addVertices(Collection<V>) - Method in class com.algo.structure.Structure
-
Adds a set of vertices to the structure.
- adjacent(V, V) - Method in class com.algo.structure.Structure
- AlgorithmDescription - Annotation Type in com.algo.annotations
- AlgorithmParameters - Class in com.algo.config
- AlgorithmParameters() - Constructor for class com.algo.config.AlgorithmParameters
- AlgorithmsRunner - Class in com.algo.algorithms
- AlgorithmsRunner() - Constructor for class com.algo.algorithms.AlgorithmsRunner
- AlgorithmsRunner.AlgorithmsEnum - Enum in com.algo.algorithms
- alignHorizontallyFirst(LinkedHashSet<Object>) - Method in class com.algo.structure.Structure
-
Aligns all selected vertices along the y coordinate of the first selected element
- alignHorizontallyMean(LinkedHashSet<Object>) - Method in class com.algo.structure.Structure
-
Aligns all selected vertices along their y coordinate
- alignVerticallyMean(LinkedHashSet<Object>) - Method in class com.algo.structure.Structure
- AllPairShortestPathExport - Class in com.algo.export
- AllPairShortestPathExport(Structure) - Constructor for class com.algo.export.AllPairShortestPathExport
- angle - Variable in class com.algo.rendering.shapes.SizeBox
- annotate(Object, String) - Method in class com.algo.structure.Highlights
-
Annotates the given vertex or edge with the given string.
- appendChild(boolean[], Collection<Vertex>) - Method in class com.algo.export.GraphTraversalExport
- appendChild(Integer[][], Integer[][], int) - Method in class com.algo.export.AllPairShortestPathExport
- appendChildIteration(Set<String>[][]) - Method in class com.algo.export.CYKAlgorithmsExport
- appendEncodingTrees(String, String) - Method in class com.algo.export.CYKAlgorithmsExport
- arrow(Vector2D, Vector2D, Arrow, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
- arrow(Vector2D, Vector2D, Arrow, double, GralogColor, double) - Method in class com.algo.rendering.GralogGraphicsContext
- Arrow - Class in com.algo.rendering
-
All public static arrows should have their pointer at the origin and their maximum x-length should be 1, so that scaling the arrow across all types becomes consistent.
- Arrow(double[], double[], int, double, Arrow.LineFlag) - Constructor for class com.algo.rendering.Arrow
- Arrow.LineFlag - Enum in com.algo.rendering
- arrowHeadAngle - Variable in class com.algo.structure.Edge
- arrowHeadLength - Variable in class com.algo.structure.Edge
- arrowType - Variable in class com.algo.structure.Edge
- availableColors() - Static method in class com.algo.rendering.GralogColor
All Classes All Packages