Package classycle.graph
package classycle.graph
-
ClassDescriptionA subclass of
Vertex
with the following additional properties: A flag indicating whether this vertex belongs to the graph or not.Interface of any general set of attributes aVertex
may have.Attributes of a graph.Abstract class for all algorithms based on deep search first.Calculates for each vertex the longest walk.Class searching for all (or only the shortest) paths between classes of a start set and classes of a final set.A strong component is a subgraph of a directed graph where every two vertices are mutually reachable.Analyser of a directed graph for finding its strong components.A processor which extracts the strong components of a directed graph.The base class for any type of vertex in a directed graph.Interface of classes which determine whether aVertex
fulfills a condition or not.