Uses of Package
classycle.graph
-
Packages that use classycle.graph Package Description classycle classycle.dependency classycle.graph classycle.renderer -
Classes in classycle.graph used by classycle Class Description AtomicVertex A subclass ofVertex
with the following additional properties: A flag indicating whether this vertex belongs to the graph or not.Attributes Interface of any general set of attributes aVertex
may have.GraphProcessor Abstract class for all algorithms based on deep search first.NameAttributes StrongComponent A strong component is a subgraph of a directed graph where every two vertices are mutually reachable.Vertex The base class for any type of vertex in a directed graph. -
Classes in classycle.graph used by classycle.dependency Class Description AtomicVertex A subclass ofVertex
with the following additional properties: A flag indicating whether this vertex belongs to the graph or not.StrongComponent A strong component is a subgraph of a directed graph where every two vertices are mutually reachable.Vertex The base class for any type of vertex in a directed graph.VertexCondition Interface of classes which determine whether aVertex
fulfills a condition or not. -
Classes in classycle.graph used by classycle.graph Class Description AtomicVertex A subclass ofVertex
with the following additional properties: A flag indicating whether this vertex belongs to the graph or not.Attributes Interface of any general set of attributes aVertex
may have.GraphProcessor Abstract class for all algorithms based on deep search first.StrongComponent A strong component is a subgraph of a directed graph where every two vertices are mutually reachable.Vertex The base class for any type of vertex in a directed graph.VertexCondition Interface of classes which determine whether aVertex
fulfills a condition or not. -
Classes in classycle.graph used by classycle.renderer Class Description AtomicVertex A subclass ofVertex
with the following additional properties: A flag indicating whether this vertex belongs to the graph or not.StrongComponent A strong component is a subgraph of a directed graph where every two vertices are mutually reachable.