N - node typeE - edge typepublic interface Graph<N,E> extends IndefiniteGraph<N,E>, SimpleGraph<N>
IndefiniteGraph, but with the additional requirement that the set of nodes be
finite.SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>| Modifier and Type | Method and Description |
|---|---|
default Graph<N,E> |
asNormalGraph() |
default VisualizationHelper<N,E> |
getVisualizationHelper() |
adjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, getOutgoingEdges, getTarget, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamgetNodes, iterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliteratordefault VisualizationHelper<N,E> getVisualizationHelper()
getVisualizationHelper in interface SimpleGraph<N>default Graph<N,E> asNormalGraph()
asNormalGraph in interface IndefiniteGraph<N,E>asNormalGraph in interface IndefiniteSimpleGraph<N>asNormalGraph in interface SimpleGraph<N>Copyright © 2019. All rights reserved.