Class BreadthFirstGraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>>

  • Type Parameters:
    PT - is the type of node in the graph
    ST - is the type of edge in the graph
    All Implemented Interfaces:
    GraphCourseModel<ST,​PT>

    public class BreadthFirstGraphCourseModel<ST extends GraphSegment<ST,​PT>,​PT extends GraphPoint<PT,​ST>>
    extends Object
    implements GraphCourseModel<ST,​PT>
    This class permits to implement a breadth-first algorithm to make a course inside a graph.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:42
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathgraph