Interface AnnotationSetterPlugin

    • Method Detail

      • getAnnotationTypes

        ItemQuery<AnnotationType> getAnnotationTypes()
        Create a query that returns the annotation types that can be used by the current plug-in. For example the 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).
        Returns:
        A query returning annotation types, or null if the current setup doesn't allow any annotations
      • getAnnotationMessage

        String getAnnotationMessage()
        Get a message that explains what the plug-in does with the annotations it has.
        Returns:
        A message or null