agl2
Class UndirectedGraphImpl

java.lang.Object
  |
  +--agl2.UndirectedGraphImpl
All Implemented Interfaces:
EdgeGraph, Graph, GraphTag, PropertyGraph, UndirectedGraph, VertexGraph

public class UndirectedGraphImpl
extends java.lang.Object
implements UndirectedGraph

The UndirectedGraphImpl description.


Nested Class Summary
 
Nested classes inherited from class agl2.GraphTag
GraphTag.MapTag, GraphTag.Tag
 
Field Summary
 
Fields inherited from interface agl2.GraphTag
allTags, BIGRAPH, DIGRAPH, EDGE_DATA, EDGE_INDEX, EDGE_WEIGHT, GRAPH_ACYLIC, GRAPH_NAME, GRAPH_ROOT, GRAPH_TRAITS, MULTIGRAPH, OBJECT_VERTEX, UNGRAPH, VERTEX_COLOR, VERTEX_DATA, VERTEX_DISTANCE, VERTEX_EDGEMAP, VERTEX_INDEX
 
Constructor Summary
UndirectedGraphImpl()
          The default constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface agl2.UndirectedGraph
getIncidentEdges, getIncidentVertices
 
Methods inherited from interface agl2.VertexGraph
getAdjacentVertices
 
Methods inherited from interface agl2.Graph
getEdges, getVertices
 
Methods inherited from interface agl2.EdgeGraph
getAdjacentEdges, getEdge
 
Methods inherited from interface agl2.PropertyGraph
getProperty, putProperty
 

Constructor Detail

UndirectedGraphImpl

public UndirectedGraphImpl()
The default constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a string representation of this UndirectedGraphImpl