Uses of Class
org.goplanit.graph.directed.DirectedVertexImpl.EdgeSegmentIterable
-
Packages that use DirectedVertexImpl.EdgeSegmentIterable Package Description org.goplanit.graph.directed -
-
Uses of DirectedVertexImpl.EdgeSegmentIterable in org.goplanit.graph.directed
Fields in org.goplanit.graph.directed declared as DirectedVertexImpl.EdgeSegmentIterable Modifier and Type Field Description protected DirectedVertexImpl.EdgeSegmentIterable<E>DirectedVertexImpl. entryEdgeSegmentsEntry edge segments iterable connected to this vertexprotected DirectedVertexImpl.EdgeSegmentIterable<E>DirectedVertexImpl. exitEdgeSegmentsExit edge segments which connect to this vertexMethods in org.goplanit.graph.directed that return DirectedVertexImpl.EdgeSegmentIterable Modifier and Type Method Description DirectedVertexImpl.EdgeSegmentIterable<ESI>DirectedVertexImpl.EdgeSegmentIterable. shallowClone()shallow copy
-