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.


Variable Index

 o allNodes_
 o equivTestSet_
 o MATE
 o sets_
 o SIBLING
 o star_
 o type_

Constructor Index

 o Partition(int, Set[], Set[], Set[], Set[], int, Set)

Method Index

 o members(int)
 o size()
 o star(int)
 o toString()

Variables

 o sets_
 private int sets_
 o allNodes_
 private Set allNodes_[]
 o equivTestSet_
 private Set equivTestSet_[]
 o star_
 private Set star_[]
 o type_
 private int type_
 o SIBLING
 public static final int SIBLING
 o MATE
 public static final int MATE

Constructors

 o Partition
 public Partition(int type,
                  Set child_relation[],
                  Set parent_relation[],
                  Set descendent_relation[],
                  Set ancestor_relation[],
                  int numNodes_,
                  Set node_subset)

Methods

 o size
 public int size()
 o star
 public Set star(int i)
 o members
 public Set members(int i)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index