ca.uwaterloo.cs.ql.fb
Class Partition

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.Partition

public class Partition
extends java.lang.Object

Patition a binary relation into a collection of subgraphs.


Constructor Summary
Partition()
           
 
Method Summary
 int countPartitions(EdgeSet rel)
           
 EdgeSet[] getPartitions(EdgeSet rel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Partition

public Partition()
Method Detail

countPartitions

public int countPartitions(EdgeSet rel)

getPartitions

public EdgeSet[] getPartitions(EdgeSet rel)