Uses of Interface
org.geotools.graph.structure.DirectedGraphable
-
Packages that use DirectedGraphable Package Description org.geotools.graph.structure org.geotools.graph.structure.basic org.geotools.graph.structure.line org.geotools.graph.structure.opt -
-
Uses of DirectedGraphable in org.geotools.graph.structure
Subinterfaces of DirectedGraphable in org.geotools.graph.structure Modifier and Type Interface Description interfaceDirectedEdgeRepresents an edge in a directed graph.interfaceDirectedNodeRepresents a node in a directed graph. -
Uses of DirectedGraphable in org.geotools.graph.structure.basic
Classes in org.geotools.graph.structure.basic that implement DirectedGraphable Modifier and Type Class Description classBasicDirectedEdgeBasic implementation of DirectedEdge.classBasicDirectedNodeBasic implementation of DirectedNode. -
Uses of DirectedGraphable in org.geotools.graph.structure.line
Classes in org.geotools.graph.structure.line that implement DirectedGraphable Modifier and Type Class Description classBasicDirectedXYNodeBasic implementation of a directed XYNode extended from BasicDirectedNode.classOptDirectedXYNodeOptimized implementation of XYNode extended from OptDirectedNode. -
Uses of DirectedGraphable in org.geotools.graph.structure.opt
Classes in org.geotools.graph.structure.opt that implement DirectedGraphable Modifier and Type Class Description classOptDirectedEdgeOptimized implementation of DirectedEdge.classOptDirectedNodeOptimized implementation of DirectedNode.
-