Uses of Class
org.graph4j.util.Walk
Packages that use Walk
Package
Description
Utility classes, such as apecialized collection for vertices and edges.
-
Uses of Walk in org.graph4j.util
Subclasses of Walk in org.graph4j.utilModifier and TypeClassDescriptionclassA circuit is a trail whose last vertex is connected to the first one.classA cycle is a closed path, meaning that the last vertex of the path is connected to the first one.classA path is a trail with no duplicate vertices.classA trail is a walk with no repeated edge.