|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmocgraph.analysis.Analysis
mapss.dif.graph.AllCliquesAnalysis
public class AllCliquesAnalysis
Finding all cliques in a graph.
The returned collection cannot be modified when the client uses the default strategy.
Constructor Summary | |
---|---|
AllCliquesAnalysis(AllCliquesAnalyzer analyzer)
Construct an instance of this class using a given analyzer. |
Method Summary | |
---|---|
java.util.Collection |
cliques()
Return the collection of all cliques. |
java.util.Collection |
maximalCliques()
Return the maximal cliques. |
java.lang.String |
toString()
Return a description of the analysis and the associated analyzer. |
boolean |
validAnalyzerInterface(mocgraph.analysis.analyzer.Analyzer analyzer)
Check if a given analyzer is compatible with this analysis. |
Methods inherited from class mocgraph.analysis.Analysis |
---|
analyzer, changeAnalyzer, graph, valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AllCliquesAnalysis(AllCliquesAnalyzer analyzer)
analyzer
- The given analyzer.Method Detail |
---|
public java.util.Collection cliques()
public java.util.Collection maximalCliques()
cliques()
public java.lang.String toString()
toString
in class mocgraph.analysis.Analysis
public boolean validAnalyzerInterface(mocgraph.analysis.analyzer.Analyzer analyzer)
validAnalyzerInterface
in class mocgraph.analysis.Analysis
analyzer
- The given analyzer.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |