- GBFSTest1() - Method in class Algorithm.GreedySearchTest
-
GBFS test 1.
- generateEmptyGraph() - Static method in class GraphGenerator.Engine
-
Generate empty graph.
- generateGraph() - Static method in class GraphGenerator.Engine
-
Generate graph.
- generateGraphTest() - Method in class GraphGenerator.EngineTest
-
Generate graph test.
- get() - Method in class GraphGenerator.EdgeFactory
-
- get() - Method in class GraphGenerator.VertexFactory
-
- getAnimationDelay() - Static method in class App.Settings
-
Gets the animation delay.
- getClosedV() - Method in class Algorithm.SearchAlgorithm
-
Gets the closed V.
- getClosedV() - Static method in class Frame.Frame
-
Gets the closed V.
- getClusteringExponent() - Static method in class App.Settings
-
Gets the clustering exponent.
- getCol_count() - Static method in class App.Settings
-
Gets the col count.
- getControlsHelp() - Static method in class Frame.Help
-
Gets the controls help.
- getEdgeLabelSize() - Static method in class App.Settings
-
Gets the edge label size.
- getEvolve() - Static method in class App.Settings
-
Gets the evolve.
- getExecutionTime() - Method in class Algorithm.SearchAlgorithm
-
Gets the execution time.
- getF() - Method in class GraphGenerator.Vertex
-
Gets the f.
- getG() - Method in class GraphGenerator.Vertex
-
Gets the g.
- getGGA() - Static method in class App.Settings
-
Gets the gga.
- getGoal() - Static method in class Visualization.Visualization
-
Gets the goal.
- getGraph() - Method in class CommonGraphs.GridGraph
-
Gets the graph.
- getGraph() - Static method in class GraphGenerator.Engine
-
Gets the graph.
- getGraphGeneratingHelp() - Static method in class Frame.Help
-
Gets the graph generating help.
- getGridGraphColumns() - Static method in class App.Settings
-
Gets the grid graph columns.
- getGridGraphDistX() - Static method in class App.Settings
-
Gets the grid graph dist X.
- getGridGraphDistY() - Static method in class App.Settings
-
Gets the grid graph dist Y.
- getGridGraphRows() - Static method in class App.Settings
-
Gets the grid graph rows.
- getH() - Method in class GraphGenerator.Vertex
-
Gets the h.
- getHideEdgeLabels() - Static method in class App.Settings
-
Gets the hide edge labels.
- getHideExpandedVertices() - Static method in class App.Settings
-
Gets the hide expanded vertices.
- getID() - Method in class GraphGenerator.Vertex
-
Gets the id.
- getInit_vertices() - Static method in class App.Settings
-
Gets the inits the vertices.
- getLayout() - Method in class CommonGraphs.GridGraph
-
Gets the layout.
- getLayout() - Static method in class Visualization.Visualization
-
Gets the layout.
- getLoadedGraph() - Method in class App.SaveLoad
-
Gets the loaded graph.
- getLoadedLayout() - Method in class App.SaveLoad
-
Gets the loaded layout.
- getNumEdges() - Static method in class App.Settings
-
Gets the num edges.
- getNumEdgesToAttach() - Static method in class App.Settings
-
Gets the num edges to attach.
- getNumVertices() - Static method in class App.Settings
-
Gets the num vertices.
- getPathCost() - Method in class Algorithm.SearchAlgorithm
-
Gets the path cost.
- getPrevious() - Method in class GraphGenerator.Vertex
-
Gets the previous.
- getR() - Static method in class App.Settings
-
Gets the r.
- getResultE() - Method in class Algorithm.SearchAlgorithm
-
Gets the result E.
- getResultE() - Static method in class Frame.Frame
-
Gets the result E.
- getResultUnit() - Static method in class App.Settings
-
Gets the result unit.
- getResultV() - Method in class Algorithm.SearchAlgorithm
-
Gets the result V.
- getResultV() - Static method in class Frame.Frame
-
Gets the result V.
- getRow_count() - Static method in class App.Settings
-
Gets the row count.
- getSeed() - Static method in class App.Settings
-
Gets the seed.
- getStart() - Static method in class Visualization.Visualization
-
Gets the start.
- getStringID() - Method in class GraphGenerator.Edge
-
Gets the string ID.
- getVertexX(Vertex) - Static method in class Visualization.Visualization
-
Gets the vertex X.
- getVertexY(Vertex) - Static method in class Visualization.Visualization
-
Gets the vertex Y.
- getVerticesCount() - Static method in class Frame.Frame
-
Gets the vertices count.
- getVerticesCount() - Static method in class GraphGenerator.Engine
-
Gets the vertices count.
- getVisualization() - Static method in class Frame.Frame
-
Gets the visualization.
- getVisualizationViewer() - Method in class Visualization.Visualization
-
Gets the visualization viewer.
- getWeight() - Method in class GraphGenerator.Edge
-
Gets the weight.
- GGSettings - Class in Frame
-
The Class GGSettings.
- GGSettings() - Constructor for class Frame.GGSettings
-
Create the application.
- GGSettings.MyInputVerifier - Class in Frame
-
The Class MyInputVerifier.
- GraphGenerator - package GraphGenerator
-
- GreedySearch - Class in Algorithm
-
The Class GreedySearch.
- GreedySearch(Graph<Vertex, Edge>) - Constructor for class Algorithm.GreedySearch
-
Instantiates a new greedy search.
- GreedySearchTest - Class in Algorithm
-
The Class GreedySearchTest.
- GreedySearchTest() - Constructor for class Algorithm.GreedySearchTest
-
- GridGraph - Class in CommonGraphs
-
The Class GridGraph.
- GridGraph(int, int) - Constructor for class CommonGraphs.GridGraph
-
Instantiates a new grid graph.
- GridGraphSettings - Class in Frame
-
The Class GridGraphSettings.
- GridGraphSettings() - Constructor for class Frame.GridGraphSettings
-
Create the application.
- GridGraphSettings.MyInputVerifier - Class in Frame
-
The Class MyInputVerifier.