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

G

g - Variable in class com.algo.rendering.GralogColor
 
generate(AlgorithmParameters) - Method in class com.algo.generator.Cycle
 
generate(AlgorithmParameters) - Method in class com.algo.generator.CylindricalGrid
 
generate(AlgorithmParameters) - Method in class com.algo.generator.Generator
 
generate(AlgorithmParameters) - Method in class com.algo.generator.Grid
 
generate(AlgorithmParameters) - Method in class com.algo.generator.Path
 
generate(AlgorithmParameters) - Method in class com.algo.generator.RandomGraph
 
generate(AlgorithmParameters) - Method in class com.algo.generator.Wheel
 
generateEncodingTrees(Grammar, String, String, int, int, Set<String>[][], List<CYKAlgorithm.BTreeNode>) - Static method in class com.algo.algorithms.cfg.CYKAlgorithm
 
Generator - Class in com.algo.generator
 
Generator() - Constructor for class com.algo.generator.Generator
 
GeneratorDescription - Annotation Type in com.algo.generator
 
GeneratorManager - Class in com.algo.generator
 
get(int) - Method in class com.algo.rendering.Vector2D
 
get(int) - Method in class com.algo.structure.EdgeIntermediatePoint
 
getAdjacentVertices() - Method in class com.algo.structure.Vertex
Deprecated.
getAnnotation(Object) - Method in class com.algo.structure.Highlights
Returns the string annotation for the given vertex or edge.
getBadSuffix() - Method in exception com.algo.parser.ParseError
 
getBoolean(Class, String, boolean) - Static method in class com.algo.config.Preferences
 
getBoolean(String, boolean) - Static method in class com.algo.config.Preferences
 
getColor(Class, String, GralogColor) - Static method in class com.algo.config.Preferences
 
getColor(String, GralogColor) - Static method in class com.algo.config.Preferences
 
getControlPointCount() - Method in class com.algo.structure.Edge
 
getCoordinates() - Method in class com.algo.structure.Vertex
 
getDegree() - Method in class com.algo.structure.Vertex
 
getDescription() - Method in class com.algo.export.ExportFilter
 
getDescription() - Method in class com.algo.generator.Generator
 
getDescription() - Method in class com.algo.structure.Structure
 
getDistances() - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
getDouble(Class, String, double) - Static method in class com.algo.config.Preferences
 
getDouble(String, double) - Static method in class com.algo.config.Preferences
 
getEdgeByEndVertices(Vertex, Vertex) - Method in class com.algo.structure.Structure
 
getEdgeById(int) - Method in class com.algo.structure.Structure
 
getEdgeByVertexIds(int, int) - Method in class com.algo.structure.Structure
preliminary method (to be updated with edge id's) for removing an edge very inefficient
getEdgeByVertexIdsAndId(int, int, int) - Method in class com.algo.structure.Structure
Deprecated.
getEdgeNames(Structure, ExportFilterParameters) - Method in class com.algo.export.ExportFilter
 
getEdgeNames(Structure, ExportFilterParameters) - Method in class com.algo.export.GralogTrivialGraphFormatExport
 
getEdgeNames(Structure, ExportFilterParameters) - Method in class com.algo.export.TrivialGraphFormatExport
 
getEdgePoint(double, Vector2D) - Method in class com.algo.rendering.shapes.Cycle
 
getEdgePoint(double, Vector2D) - Method in class com.algo.rendering.shapes.Diamond
 
getEdgePoint(double, Vector2D) - Method in class com.algo.rendering.shapes.Ellipse
 
getEdgePoint(double, Vector2D) - Method in class com.algo.rendering.shapes.Rectangle
 
getEdgePoint(double, Vector2D) - Method in class com.algo.rendering.shapes.RenderingShape
Calculates the (closest) point X on the edge of the shape so that (X-center) has an euler angle of alpha.
getEdges() - Method in class com.algo.structure.Structure
 
getEdgesT() - Method in class com.algo.structure.Structure
 
getEdgeType() - Method in class com.algo.structure.Edge
 
getErrorIndex() - Method in exception com.algo.parser.ParseError
 
getExplanation() - Method in class com.algo.config.StringAlgorithmParameter
 
getExplanations() - Method in class com.algo.config.StringAlgorithmParametersList
 
getExportFilterDescription(Class<?>, String) - Static method in class com.algo.export.ExportFilterManager
 
getExportFilters(Class<?>) - Static method in class com.algo.export.ExportFilterManager
 
getFile(String, String) - Static method in class com.algo.config.Preferences
Returns the file with filename from the preferences file with key == key.
getFileReference() - Method in class com.algo.structure.Structure
 
getFilteredByType(Class<?>) - Method in class com.algo.structure.Highlights
 
getGeneratorClasses() - Static method in class com.algo.generator.GeneratorManager
 
getGeneratorDescription(String) - Static method in class com.algo.generator.GeneratorManager
 
getGoodPrefix() - Method in exception com.algo.parser.ParseError
 
getGraph(String) - Static method in class com.algo.structure.StructureUtils
 
getGraphFromFile(String) - Static method in class com.algo.structure.StructureUtils
 
getId() - Method in class com.algo.structure.Edge
 
getId() - Method in class com.algo.structure.Vertex
 
getIncidentEdges() - Method in class com.algo.structure.Vertex
 
getIncomingEdges() - Method in class com.algo.structure.Vertex
 
getIncomingNeighbours() - Method in class com.algo.structure.Vertex
 
getInDegree() - Method in class com.algo.structure.Vertex
 
getInput(Scanner, OptionsEnum[]) - Method in class com.algo.Runner
 
getInputString() - Method in exception com.algo.parser.ParseError
 
getInteger(Class, String, int) - Static method in class com.algo.config.Preferences
 
getInteger(String, int) - Static method in class com.algo.config.Preferences
 
getIntersection(Vector2D, Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Cycle
 
getIntersection(Vector2D, Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Diamond
 
getIntersection(Vector2D, Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Ellipse
 
getIntersection(Vector2D, Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.Rectangle
 
getIntersection(Vector2D, Vector2D, Vector2D) - Method in class com.algo.rendering.shapes.RenderingShape
Calculates the point of intersection between a line and the shape (Basically a RayCast)
getLabel() - Method in class com.algo.config.StringAlgorithmParameter
 
getLabels() - Method in class com.algo.config.StringAlgorithmParametersList
 
getNeighbours() - Method in class com.algo.structure.Vertex
 
getOffset() - Method in class com.algo.structure.Edge
 
getOrdinal() - Method in enum com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
 
getOrdinal() - Method in enum com.algo.algorithms.graph.shortestpath.ShortestPathRunner.ShortestPathEnum
 
getOrdinal() - Method in enum com.algo.algorithms.graph.traversal.GraphTraversalRunner.TraversalEnum
 
getOrdinal() - Method in interface com.algo.algorithms.OptionsEnum
 
getOrdinal() - Method in enum com.algo.MainRunner.MainWindowOptions
 
getOutDegree() - Method in class com.algo.structure.Vertex
 
getOutgoingEdges() - Method in class com.algo.structure.Vertex
 
getOutgoingNeighbours() - Method in class com.algo.structure.Vertex
 
getParameters() - Method in class com.algo.generator.Cycle
 
getParameters() - Method in class com.algo.generator.CylindricalGrid
 
getParameters() - Method in class com.algo.generator.Generator
 
getParameters() - Method in class com.algo.generator.Grid
 
getParameters() - Method in class com.algo.generator.Path
 
getParameters() - Method in class com.algo.generator.RandomGraph
 
getParameters() - Method in class com.algo.generator.Wheel
 
getParameters(Structure) - Method in class com.algo.export.ExportFilter
 
getPosition() - Method in class com.algo.structure.controlpoints.ControlPoint
 
getPredecessor() - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
getProductionRules() - Method in class com.algo.algorithms.cfg.Grammar
 
getProperties() - Static method in class com.algo.config.Preferences
 
getQueuedElement() - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
getRadius() - Method in class com.algo.structure.Vertex
 
getRandomEdge() - Method in class com.algo.structure.Structure
 
getRandomGraph(boolean, boolean) - Static method in class com.algo.structure.StructureUtils
 
getRandomVertex() - Method in class com.algo.structure.Structure
 
getSelection() - Method in class com.algo.structure.Highlights
 
getShortestPaths() - Method in class com.algo.models.SingleSourceShortestPathModel
 
getSource() - Method in class com.algo.structure.Edge
 
getStart() - Method in class com.algo.algorithms.cfg.Grammar
 
getStartingPointSource() - Method in class com.algo.structure.Edge
 
getStartingPointTarget() - Method in class com.algo.structure.Edge
 
getString(Class, String, String) - Static method in class com.algo.config.Preferences
 
getString(String, String) - Static method in class com.algo.config.Preferences
 
getStructureClasses() - Static method in class com.algo.structure.StructureManager
 
getStructureDescription(String) - Static method in class com.algo.structure.StructureManager
 
getStyle() - Method in enum com.algo.rendering.GralogTikStyles
 
getTarget() - Method in class com.algo.structure.Edge
 
getTerminals() - Method in class com.algo.algorithms.cfg.Grammar
 
getText() - Method in enum com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
 
getText() - Method in enum com.algo.algorithms.graph.shortestpath.ShortestPathRunner.ShortestPathEnum
 
getText() - Method in enum com.algo.algorithms.graph.traversal.GraphTraversalRunner.TraversalEnum
 
getText() - Method in interface com.algo.algorithms.OptionsEnum
 
getText() - Method in enum com.algo.MainRunner.MainWindowOptions
 
getValue() - Method in enum com.algo.rendering.GralogColor.Color
 
getValue(GralogColor.Color) - Method in class com.algo.rendering.GralogColor
 
getValue(String, Function<String, T>, T) - Method in class com.algo.config.Configuration
Returns an object from the configuration dictionary.
getVariables() - Method in class com.algo.algorithms.cfg.Grammar
 
getVectorAtAngle(double, double) - Static method in class com.algo.rendering.Vector2D
Returns a vector for a given angle and length.
getVertexById(int) - Method in class com.algo.structure.Structure
Find the vertex with a given ID.
getVertexList() - Method in class com.algo.models.SingleSourceShortestPathModel
 
getVertexNames(Structure, ExportFilterParameters) - Method in class com.algo.export.ExportFilter
 
getVertexNames(Structure, ExportFilterParameters) - Method in class com.algo.export.GralogTrivialGraphFormatExport
 
getVertexNames(Structure, ExportFilterParameters) - Method in class com.algo.export.TrivialGraphFormatExport
 
getVertices() - Method in class com.algo.structure.Structure
 
getVerticesT() - Method in class com.algo.structure.Structure
 
getX() - Method in class com.algo.rendering.Vector2D
 
getX() - Method in class com.algo.structure.EdgeIntermediatePoint
 
getY() - Method in class com.algo.rendering.Vector2D
 
getY() - Method in class com.algo.structure.EdgeIntermediatePoint
 
GralogColor - Class in com.algo.rendering
 
GralogColor(int) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor(int, int, int) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor(short, short, short) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor(GralogColor) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor(GralogColor.Color) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor(String) - Constructor for class com.algo.rendering.GralogColor
 
GralogColor.Color - Enum in com.algo.rendering
 
GralogGraphicsContext - Class in com.algo.rendering
This class offers abstract drawing and drawing utility methods.
GralogGraphicsContext() - Constructor for class com.algo.rendering.GralogGraphicsContext
 
GralogGraphicsContext.Bezier - Class in com.algo.rendering
 
GralogGraphicsContext.LineType - Enum in com.algo.rendering
 
GralogGraphicsContext.Loop - Class in com.algo.rendering
 
gralogPipify() - Method in class com.algo.structure.Edge
 
gralogPipify() - Method in class com.algo.structure.Vertex
 
GralogTikStyles - Enum in com.algo.rendering
 
GralogTrivialGraphFormatExport - Class in com.algo.export
 
GralogTrivialGraphFormatExport() - Constructor for class com.algo.export.GralogTrivialGraphFormatExport
 
Grammar - Class in com.algo.algorithms.cfg
 
Grammar() - Constructor for class com.algo.algorithms.cfg.Grammar
 
Grammar(String) - Constructor for class com.algo.algorithms.cfg.Grammar
 
Grammar(String, Set<String>, Set<String>, Map<String, Set<String>>) - Constructor for class com.algo.algorithms.cfg.Grammar
 
GRAPH_ALGORITHMS - com.algo.algorithms.AlgorithmsRunner.AlgorithmsEnum
 
GraphAlgorithmsRunner - Class in com.algo.algorithms.graph
 
GraphAlgorithmsRunner() - Constructor for class com.algo.algorithms.graph.GraphAlgorithmsRunner
 
GraphOperations - Class in com.algo.structure
 
GraphTraversalExport - Class in com.algo.export
 
GraphTraversalExport(String, Structure) - Constructor for class com.algo.export.GraphTraversalExport
 
GraphTraversalRunner - Class in com.algo.algorithms.graph.traversal
 
GraphTraversalRunner() - Constructor for class com.algo.algorithms.graph.traversal.GraphTraversalRunner
 
GraphTraversalRunner.TraversalEnum - Enum in com.algo.algorithms.graph.traversal
 
GRAY - com.algo.rendering.GralogColor.Color
 
GRAY - Static variable in class com.algo.rendering.GralogColor
 
GREEN - com.algo.rendering.GralogColor.Color
 
GREEN - Static variable in class com.algo.rendering.GralogColor
 
Grid - Class in com.algo.generator
 
Grid() - Constructor for class com.algo.generator.Grid
 
GridParameters - Class in com.algo.config
 
GridParameters(List<String>) - Constructor for class com.algo.config.GridParameters
 
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