|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IEdge | |
|---|---|
| jcommon.graph | Contains the standard API for interfacing with the jcommon-graph library. |
| jcommon.graph.impl | Contains implementations for key portions of the API. |
| Uses of IEdge in jcommon.graph |
|---|
| Methods in jcommon.graph that return types with arguments of type IEdge | |
|---|---|
Set<IEdge<TVertex>> |
DirectedAcyclicGraph.getEdges()
|
Set<IEdge<TVertex>> |
IGraph.getEdges()
Retrieves the set of IEdge edges represented by this IGraph. |
| Uses of IEdge in jcommon.graph.impl |
|---|
| Classes in jcommon.graph.impl that implement IEdge | |
|---|---|
class |
Edge<TVertex extends IVertex>
|
| Constructor parameters in jcommon.graph.impl with type arguments of type IEdge | |
|---|---|
AdjacencyList(Set<TVertex> vertices,
Set<IEdge<TVertex>> edges)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||