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
C
- check(String) - Method in class com.algo.parser.DoubleSyntaxChecker
- check(String) - Method in class com.algo.parser.IntSyntaxChecker
- check(String) - Method in class com.algo.parser.SyntaxChecker
-
Performs a syntax check on the given string.
- circle(double, double, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
- circle(Vector2D, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
- clear() - Static method in class com.algo.export.ExportFilterManager
-
Removes all registered filters.
- clear() - Static method in class com.algo.plugins.PluginManager
-
Removes all registered classes.
- clear() - Method in class com.algo.structure.Structure
-
Clear the structure.
- clearAnnotations() - Method in class com.algo.structure.Highlights
-
Removes all annotations from all vertices and all edges.
- clearSelection() - Method in class com.algo.structure.Highlights
- closestPointOnLine(double, double, double, double, double, double) - Static method in class com.algo.rendering.Vector2D
- Col2Parameters - Class in com.algo.config
- Col2Parameters() - Constructor for class com.algo.config.Col2Parameters
- collapse(Structure) - Method in class com.algo.structure.Edge
- collapseEdges(Set<Object>) - Method in class com.algo.structure.Structure
-
Collapses edges or, when every single edge in the selection is already collapsed, inflates every set of edges.
- color - Variable in class com.algo.structure.Edge
- com.algo - package com.algo
- com.algo.algorithms - package com.algo.algorithms
- com.algo.algorithms.cfg - package com.algo.algorithms.cfg
- com.algo.algorithms.graph - package com.algo.algorithms.graph
- com.algo.algorithms.graph.shortestpath - package com.algo.algorithms.graph.shortestpath
- com.algo.algorithms.graph.traversal - package com.algo.algorithms.graph.traversal
- com.algo.annotations - package com.algo.annotations
- com.algo.config - package com.algo.config
- com.algo.export - package com.algo.export
- com.algo.generator - package com.algo.generator
- com.algo.models - package com.algo.models
- com.algo.parser - package com.algo.parser
- com.algo.plugins - package com.algo.plugins
- com.algo.rendering - package com.algo.rendering
- com.algo.rendering.shapes - package com.algo.rendering.shapes
- com.algo.structure - package com.algo.structure
- com.algo.structure.controlpoints - package com.algo.structure.controlpoints
- com.algo.utility - package com.algo.utility
- Configuration - Class in com.algo.config
- Configuration() - Constructor for class com.algo.config.Configuration
- Configuration(Configuration) - Constructor for class com.algo.config.Configuration
- Configuration(Properties) - Constructor for class com.algo.config.Configuration
- containsCoordinate(double, double) - Method in class com.algo.structure.controlpoints.ControlPoint
- containsCoordinate(double, double) - Method in class com.algo.structure.EdgeIntermediatePoint
- containsCoordinate(double, double) - Method in class com.algo.structure.Vertex
- containsCoordinate(Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Cycle
- containsCoordinate(Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Diamond
- containsCoordinate(Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Ellipse
- containsCoordinate(Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Rectangle
- containsCoordinate(Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.RenderingShape
-
Returns true if the given vector is overlapping with this shape
- containsVertex(Vertex) - Method in class com.algo.structure.Edge
- ControlPoint - Class in com.algo.structure.controlpoints
- ControlPoint() - Constructor for class com.algo.structure.controlpoints.ControlPoint
- ControlPoint(Vector2D, Edge) - Constructor for class com.algo.structure.controlpoints.ControlPoint
- controlPoints - Variable in class com.algo.structure.Edge
- coordinates - Variable in class com.algo.structure.EdgeIntermediatePoint
- copy(Object) - Static method in class com.algo.utility.DeepCopy
-
Returns a copy of the object, or null if the object cannot be serialized.
- copy(V) - Method in class com.algo.structure.Vertex
-
Copies a vertex information from a given vertex object.
- count - Variable in class com.algo.rendering.Arrow
- create(double) - Static method in class com.algo.rendering.shapes.Cycle
- create(double, double) - Static method in class com.algo.rendering.shapes.Ellipse
- createEdge(int, Configuration) - Method in class com.algo.structure.Structure
-
Creates an edge without adding it to the graph.
- createEdge(Configuration) - Method in class com.algo.structure.DirectedGraph
- createEdge(Configuration) - Method in class com.algo.structure.UndirectedGraph
- createEdge(V, V) - Method in class com.algo.structure.Structure
-
Deprecated.
- createVertex() - Method in class com.algo.structure.DirectedGraph
- createVertex() - Method in class com.algo.structure.Structure
-
Creates a new vertex instance without adding it to the structure.
- createVertex() - Method in class com.algo.structure.UndirectedGraph
- createVertex(Configuration) - Method in class com.algo.structure.DirectedGraph
- createVertex(Configuration) - Method in class com.algo.structure.Structure
-
Creates a new vertex instance without adding it to the structure.
- createVertex(Configuration) - Method in class com.algo.structure.UndirectedGraph
- ctrl1 - Variable in class com.algo.rendering.GralogGraphicsContext.Bezier
- ctrl2 - Variable in class com.algo.rendering.GralogGraphicsContext.Bezier
- CYAN - com.algo.rendering.GralogColor.Color
- CYAN - Static variable in class com.algo.rendering.GralogColor
- Cycle - Class in com.algo.generator
- Cycle - Class in com.algo.rendering.shapes
- Cycle() - Constructor for class com.algo.generator.Cycle
- Cycle(SizeBox) - Constructor for class com.algo.rendering.shapes.Cycle
- CycleParameters - Class in com.algo.config
- CycleParameters(List<String>) - Constructor for class com.algo.config.CycleParameters
- CYK - com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
- CYKAlgorithm - Class in com.algo.algorithms.cfg
- CYKAlgorithm() - Constructor for class com.algo.algorithms.cfg.CYKAlgorithm
- CYKAlgorithmsExport - Class in com.algo.export
- CYKAlgorithmsExport(Grammar) - Constructor for class com.algo.export.CYKAlgorithmsExport
- CylindricalGrid - Class in com.algo.generator
- CylindricalGrid() - Constructor for class com.algo.generator.CylindricalGrid
All Classes All Packages