Package org.graph4j.clique
Interface MaximalCliqueIterator
- All Superinterfaces:
CliqueIterator
- All Known Implementing Classes:
BronKerboschCliqueIterator
Iterates over all maximal cliques of a graph.
- Author:
- Cristian Frăsinaru
-
Method Summary
Static MethodsMethods inherited from interface org.graph4j.clique.CliqueIterator
getAll, hasNext, next
-
Method Details
-
getInstance
- Parameters:
graph- the input graph.- Returns:
- the default implementation of this interface.
-