agl2
Interface UndirectedGraph

All Superinterfaces:
EdgeGraph, Graph, GraphTag, PropertyGraph, VertexGraph
All Known Implementing Classes:
UndirectedGraphImpl, Ungraph

public interface UndirectedGraph
extends VertexGraph, EdgeGraph, PropertyGraph

The UndirectedGraph is an interface tag


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
 
Method Summary
 java.util.Set getIncidentEdges(java.lang.Object o)
           
 java.util.Set getIncidentVertices(java.lang.Object o)
           
 
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
 

Method Detail

getIncidentVertices

public java.util.Set getIncidentVertices(java.lang.Object o)

getIncidentEdges

public java.util.Set getIncidentEdges(java.lang.Object o)