agl2
Interface BidirectedGraph
- All Superinterfaces:
- DirectedGraph, EdgeGraph, Graph, GraphTag, PropertyGraph, VertexGraph
- All Known Implementing Classes:
- Bigraph
- public interface BidirectedGraph
- extends DirectedGraph
The BidirectedGraph
description.
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 |
getAdjacentInEdges
public java.util.Set getAdjacentInEdges(java.lang.Object v)
getAdjacentInVertices
public java.util.Set getAdjacentInVertices(java.lang.Object v)