public interface ImmutableGraph<V extends Vertex,E extends Edge> extends GraphInfo
Modifier and Type | Method and Description |
---|---|
GenericGraph |
asGenericGraph() |
Collection<E> |
getConnectingEdges(V eachVertex) |
Focus |
getDefaultFocus() |
E |
getEdge(String id) |
List<String> |
getEdgeIds() |
List<E> |
getEdges() |
Collection<V> |
getNeighbors(V eachVertex) |
V |
getVertex(String id) |
List<String> |
getVertexIds() |
List<V> |
getVertices() |
ImmutableGraph<V,E> |
getView(Collection<V> verticesInFocus,
int szl) |
List<E> |
resolveEdges(Collection<String> edgeIds) |
V |
resolveVertex(VertexRef vertexRef) |
List<V> |
resolveVertices(Collection<String> vertexIds) |
List<V> |
resolveVertices(NodeRef nodeRef) |
getDescription, getLabel, getNamespace
ImmutableGraph<V,E> getView(Collection<V> verticesInFocus, int szl)
List<V> resolveVertices(Collection<String> vertexIds)
List<E> resolveEdges(Collection<String> edgeIds)
Collection<V> getNeighbors(V eachVertex)
Collection<E> getConnectingEdges(V eachVertex)
Focus getDefaultFocus()
GenericGraph asGenericGraph()
Copyright © 2021. All rights reserved.