Uses of Class
tuffy.ground.partition.Partition

Packages that use Partition
tuffy.ground.partition Data structures and algorithms for MRF partitioning. 
 

Uses of Partition in tuffy.ground.partition
 

Fields in tuffy.ground.partition with type parameters of type Partition
private  java.util.HashMap<java.lang.Integer,Partition> PartitionScheme.partMap
           
 java.util.ArrayList<Partition> Component.parts
           
private  java.util.HashSet<Partition> Bucket.parts
           
 

Methods in tuffy.ground.partition that return Partition
 Partition PartitionScheme.getPartitionByID(int pid)
           
 

Methods in tuffy.ground.partition that return types with arguments of type Partition
 java.util.Set<Partition> Bucket.getPartitions()
           
 

Methods in tuffy.ground.partition with parameters of type Partition
 void Bucket.addPart(Partition p)
          Add a partition to this bucket.
 int Partition.compareTo(Partition c)