All Packages Class Hierarchy This Package Previous Next Index
Class relaaja.netlayout.VGJ.Partition
java.lang.Object
|
+----relaaja.netlayout.VGJ.Partition
- public class Partition
- extends Object
A partition class for CGD.
Here is the source.
-
allNodes_
-
-
equivTestSet_
-
-
MATE
-
-
sets_
-
-
SIBLING
-
-
star_
-
-
type_
-
-
Partition(int, Set[], Set[], Set[], Set[], int, Set)
-
-
members(int)
-
-
size()
-
-
star(int)
-
-
toString()
-
sets_
private int sets_
allNodes_
private Set allNodes_[]
equivTestSet_
private Set equivTestSet_[]
star_
private Set star_[]
type_
private int type_
SIBLING
public static final int SIBLING
MATE
public static final 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