agl2
Interface BidirectedGraph

All Superinterfaces:
DirectedGraph, EdgeGraph, Graph, GraphTag, PropertyGraph, VertexGraph
All Known Implementing Classes:
Bigraph

public interface BidirectedGraph
extends DirectedGraph

The BidirectedGraph 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
 
Method Summary
 java.util.Set getAdjacentInEdges(java.lang.Object v)
           
 java.util.Set getAdjacentInVertices(java.lang.Object v)
           
 
Methods inherited from interface agl2.DirectedGraph
getAdjacentOutEdges, getAdjacentOutVertices, getRoot
 
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

getAdjacentInEdges

public java.util.Set getAdjacentInEdges(java.lang.Object v)

getAdjacentInVertices

public java.util.Set getAdjacentInVertices(java.lang.Object v)