Class EDU.auburn.VGJ.algorithm.cgd.Partition
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.algorithm.cgd.Partition
java.lang.Object
|
+----EDU.auburn.VGJ.algorithm.cgd.Partition
- public class Partition
- extends Object
A partition class for CGD.
Here is the source.
-
MATE
-
-
SIBLING
-
-
Partition(int, Set[], Set[], Set[], Set[], int, Set)
-
-
members(int)
-
-
size()
-
-
star(int)
-
-
toString()
-
SIBLING
public final static int SIBLING
MATE
public final static int MATE
Partition
public Partition(int type,
Set child_relation[],
Set parent_relation[],
Set descendent_relation[],
Set ancestor_relation[],
int numNodes_,
Set node_subset)
size
public int size()
star
public Set star(int i)
members
public Set members(int i)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index