Interface AnnotationProvider
- All Known Implementing Classes:
AbstractAnnotationProvider
public interface AnnotationProvider
- Author:
- klukas
-
Method Summary
Modifier and Type Method Description JButton
getButton(ExperimentInterface md, ExperimentDataInfoPane resultPane)
String
getTitle()
LinkedHashMap<String,LinkedHashSet<String>>
processWorkload(ArrayList<String> workload)
boolean
requestUserData(ExperimentInterface expdata)
-
Method Details
-
getTitle
String getTitle() -
processWorkload
-
requestUserData
-
getButton
-