Uses of Class
infer.Partition

Packages that use Partition
infer Provides MLN inference algorithms. 
 

Uses of Partition in infer
 

Fields in infer with type parameters of type Partition
 java.util.ArrayList<Partition> Component.parts
           
 

Methods in infer that return Partition
 Partition PartMap.getPartitionByID(int pid)
           
 

Methods in infer with parameters of type Partition
 void MZone.addPart(Partition p)
          Add a partition to this zone.
 int Partition.compareTo(Partition c)
           
 

Constructor parameters in infer with type arguments of type Partition
MZone(RDB db, PartMap pmap, Component comp, java.util.ArrayList<Partition> parts)
          Construct a memory zone to hold a number of partitions in a certain component.