Uses of Interface
org.graphstream.graph.Structure
| Package | Description |
|---|---|
| org.graphstream.graph | |
| org.graphstream.graph.implementations | |
| org.graphstream.ui.graphicGraph |
-
Uses of Structure in org.graphstream.graph
Subinterfaces of Structure in org.graphstream.graph Modifier and Type Interface Description interfaceGraphAn Interface that advises general purpose methods for handling graphs.Classes in org.graphstream.graph that implement Structure Modifier and Type Class Description classPathPath description. -
Uses of Structure in org.graphstream.graph.implementations
Classes in org.graphstream.graph.implementations that implement Structure Modifier and Type Class Description classAbstractGraphThis class provides a basic implementation ofGraphinterface, to minimize the effort required to implement this interface.classAdjacencyListGraphA lightweight graph class intended to allow the construction of big graphs (millions of elements).classDefaultGraphDefault implementation of graph.classMultiGraphA graph implementation that supports multiple edges between two nodes.classSingleGraphAn implementation of graph that supports only one edge between two nodes. -
Uses of Structure in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement Structure Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.