|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.algorithm.clustering.NaiveImplementClique.SubGroup
public class NaiveImplementClique.SubGroup
Helper class for describing sub-groups.
| Field Summary | |
|---|---|
Graph |
g
|
Actor |
max
|
java.util.HashSet<Actor> |
nodes
|
| Constructor Summary | |
|---|---|
NaiveImplementClique.SubGroup()
|
|
| Method Summary | |
|---|---|
NaiveImplementClique.SubGroup |
expand(Actor a)
Generate the next subgroup from this subgroup. |
boolean |
isClique()
Evaluates whether or not this subgroup is a clique or not. |
boolean |
isPresent(Actor a)
Does this subgroup contain the actor or not |
Clique |
makeClique()
If this is a clique, create it from this subgroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Graph g
public Actor max
public java.util.HashSet<Actor> nodes
| Constructor Detail |
|---|
public NaiveImplementClique.SubGroup()
| Method Detail |
|---|
public boolean isClique()
public NaiveImplementClique.SubGroup expand(Actor a)
a - actor to add to this subgroup.
public Clique makeClique()
public boolean isPresent(Actor a)
a - actor to check existance of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||