Package | Description |
---|---|
org.ginsim.core.graph |
Define the main Graph interfaces, and a GraphManager to handle graph types
|
org.ginsim.core.graph.backend |
Implementation of the graph backend.
|
Modifier and Type | Method and Description |
---|---|
EdgeViewInfo<V,E> |
GraphBackend.ensureEdgeViewInfo(E edge)
Get raw view information for an edge, create it if needed.
|
EdgeViewInfo<V,E> |
GraphBackend.getEdgeViewInfo(E edge)
Get raw view information for an edge.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeViewInfoImpl<V,E extends Edge<V>> |
Modifier and Type | Method and Description |
---|---|
EdgeViewInfo<V,E> |
JgraphtBackendImpl.ensureEdgeViewInfo(E edge) |
EdgeViewInfo<V,E> |
JgraphtBackendImpl.getEdgeViewInfo(E edge) |
Copyright © 2005–2020. All rights reserved.