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.util
    Modifier and Type
    Class
    Description
    class 
    A circuit is a trail whose last vertex is connected to the first one.
    class 
    A cycle is a closed path, meaning that the last vertex of the path is connected to the first one.
    class 
    A path is a trail with no duplicate vertices.
    class 
    A trail is a walk with no repeated edge.