Uses of Class
org.insa.graphs.model.GraphStatistics
-
Packages that use GraphStatistics Package Description org.insa.graphs.model -
-
Uses of GraphStatistics in org.insa.graphs.model
Fields in org.insa.graphs.model declared as GraphStatistics Modifier and Type Field Description private GraphStatistics
Graph. graphStatistics
Methods in org.insa.graphs.model that return GraphStatistics Modifier and Type Method Description GraphStatistics
Graph. getGraphInformation()
Constructors in org.insa.graphs.model with parameters of type GraphStatistics Constructor Description Graph(java.lang.String mapId, java.lang.String mapName, java.util.List<Node> nodes, GraphStatistics graphStatistics)
Create a new graph with the given ID, name, nodes and information.
-