Uses of Interface
org.graph4j.clique.CliqueIterator
Packages that use CliqueIterator
Package
Description
Clique related algorithms, such as enumerating all maximal cliques of a graph.
-
Uses of CliqueIterator in org.graph4j.clique
Subinterfaces of CliqueIterator in org.graph4j.cliqueModifier and TypeInterfaceDescriptioninterfaceIterates over all maximal cliques of a graph.Classes in org.graph4j.clique that implement CliqueIteratorModifier and TypeClassDescriptionclassIterates over all cliques in a graph in a BFS manner.classDeprecated.classIterates over all the maximal cliques of a graph.classIterates over all cliques in a graph in a DFS manner.Methods in org.graph4j.clique that return CliqueIterator