Package | Description |
---|---|
org.mathIT.graphs |
Provides classes representing mathematical graphs and its vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
SocialNetwork
This class represents a social network as a |
Modifier and Type | Method and Description |
---|---|
static WeightedGraph<SimpleVertex> |
WeightedGraph.create(JTable jTable)
Creates a graph from the weight matrix specified by the input table.
|
static WeightedGraph<SimpleVertex> |
WeightedGraph.createWeightedGraph(double[][] weight)
Creates a graph from the specified weight matrix.
|
static WeightedGraph<SimpleVertex> |
WeightedGraph.createWeightedGraphFromCSVFile()
Creates a weighted graph from a CSV file selected by a file chooser dialog.
|