Uses of Class
tuffy.infer.DataMover

Packages that use DataMover
tuffy.infer Provides MLN inference algorithms. 
tuffy.main Entrances to Tuffy. 
 

Uses of DataMover in tuffy.infer
 

Fields in tuffy.infer declared as DataMover
(package private)  DataMover InferPartitioned.dmover
           
 

Methods in tuffy.infer with parameters of type DataMover
 void InferBucket.flushAtomStates(DataMover dmover, java.lang.String relAtoms)
           
 

Constructors in tuffy.infer with parameters of type DataMover
InferPartitioned(Grounding g, DataMover dmover)
           
 

Uses of DataMover in tuffy.main
 

Fields in tuffy.main declared as DataMover
protected  DataMover Infer.dmover