- generateGraph() - Method in class controllers.Application
-
REST API endpoint for generating a phrase net
- get(int, int) - Method in class utils.Matrix
-
- get() - Static method in class utils.MostCommonWords
-
- getColumn(int) - Method in class utils.Matrix
-
- getElements() - Method in class graph.GraphNode
-
- getInDegree() - Method in class graph.GraphNode
-
- getOccurence() - Method in class graph.GraphNode
-
- getOutDegree() - Method in class graph.GraphNode
-
- getRow(int) - Method in class utils.Matrix
-
- getText() - Method in class controllers.Application
-
REST API endpoint for fetching a text from a website for testing purposes
- graph - package graph
-
- Graph - Class in graph
-
Class for storing a graph
Created by lprost on 3/7/16.
- Graph(Set<String>, Graph.Selection) - Constructor for class graph.Graph
-
- Graph.Selection - Enum in graph
-
- GraphBuilder - Class in graph
-
Class for creating a phrase net based on the input.
- GraphBuilder(String, int, String) - Constructor for class graph.GraphBuilder
-
- GraphDataObject - Class in graph
-
POJO for Phrase Net graph.
- GraphDataObject() - Constructor for class graph.GraphDataObject
-
- GraphDataObject.LinkDataObject - Class in graph
-
- GraphDataObject.NodeDataObject - Class in graph
-
- GraphDataObject.NodeDataObject.ElementDataObject - Class in graph
-
- GraphLink - Class in graph
-
Created by lprost on 3/27/16.
- GraphLink() - Constructor for class graph.GraphLink
-
- GraphLink(int) - Constructor for class graph.GraphLink
-
- GraphNode - Class in graph
-
Created by lprost on 3/7/16.
- GraphNode(String, Graph.Selection) - Constructor for class graph.GraphNode
-