V - the graph vertex typeE - the graph edge typepublic class BronKerboschCliqueFinder<V,E> extends Object
| Constructor and Description | 
|---|
| BronKerboschCliqueFinder(Graph<V,E> graph)Creates a new clique finder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Set<V>> | getAllMaximalCliques()Finds all maximal cliques of the graph. | 
| Collection<Set<V>> | getBiggestMaximalCliques()Finds the biggest maximal cliques of the graph. | 
public Collection<Set<V>> getAllMaximalCliques()
public Collection<Set<V>> getBiggestMaximalCliques()
Copyright © 2016. All rights reserved.