public class PublixHelpers
extends java.lang.Object
| Constructor and Description | 
|---|
PublixHelpers()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
componentDone(ComponentResult componentResult)
True if ComponentResult's state is in FINISHED or ABORTED or FAIL or
 RELOADED. 
 | 
static boolean | 
didStudyAlready(Worker worker,
               Study study)
Checks if the worker ever did this study (independent of the study
 result's state). 
 | 
static boolean | 
finishedStudyAlready(Worker worker,
                    Study study)
Checks if the worker finished this study already at least once. 
 | 
static boolean | 
isPreviewWorker(Worker worker)  | 
static boolean | 
studyDone(StudyResult studyResult)
True if StudyResult's state is in FINISHED or ABORTED or FAIL. 
 | 
public static boolean finishedStudyAlready(Worker worker, Study study)
public static boolean didStudyAlready(Worker worker, Study study)
public static boolean studyDone(StudyResult studyResult)
public static boolean componentDone(ComponentResult componentResult)
public static boolean isPreviewWorker(Worker worker)