Uses of Interface
org.graphstream.graph.Structure

Packages that use Structure
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
 interface Graph
          An Interface that advises general purpose methods for handling graphs.
 

Classes in org.graphstream.graph that implement Structure
 class Path
          Path description.
 

Uses of Structure in org.graphstream.graph.implementations
 

Classes in org.graphstream.graph.implementations that implement Structure
 class AbstractGraph
           This class provides a basic implementation of Graph interface, to minimize the effort required to implement this interface.
 class AdjacencyListGraph
           A lightweight graph class intended to allow the construction of big graphs (millions of elements).
 class DefaultGraph
          Default implementation of graph.
 class MultiGraph
          A graph implementation that supports multiple edges between two nodes.
 class SingleGraph
          An 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
 class GraphicGraph
          Graph representation used in display classes.
 



Copyright © 2013. All Rights Reserved.