public interface AnnotationSetterPlugin extends Plugin
AnnotationSet.copyFrom(net.sf.basedb.core.Annotatable, boolean)
Plugin.MainType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotationMessage()
Get a message that explains what the plug-in does with the annotations
it has.
|
ItemQuery<AnnotationType> |
getAnnotationTypes()
Create a query that returns the annotation types that can be used
by the current plug-in.
|
done, getMainType, getPermissions, init, requiresConfiguration, run, supportsConfigurations
ItemQuery<AnnotationType> getAnnotationTypes()
RawDataFlatFileImporter
plug-in can set annotations on the raw bioassay and thus return all annotation types
that can be used on raw bioassays: AnnotationType.getQuery(Item.RAWBIOASSAY)
.java.lang.String getAnnotationMessage()