Uses of Class
tuffy.ground.partition.Bucket

Packages that use Bucket
tuffy.infer Provides MLN inference algorithms. 
 

Uses of Bucket in tuffy.infer
 

Fields in tuffy.infer declared as Bucket
private  Bucket InferBucket.bucket
           
 

Fields in tuffy.infer with type parameters of type Bucket
(package private)  java.util.HashMap<Component,java.util.ArrayList<Bucket>> InferPartitioned.partBuckets
           
(package private)  java.util.ArrayList<Bucket> InferPartitioned.wholeBuckets
           
 

Constructors in tuffy.infer with parameters of type Bucket
InferBucket(Bucket bucket)