Package annotation

Class AnnotationList

java.lang.Object
annotation.AnnotationList

public class AnnotationList extends Object
  • Constructor Details

    • AnnotationList

      public AnnotationList()
  • Method Details

    • addAnnotationType

      public boolean addAnnotationType(DataAnnotationType<?> annotationType)
      Add a data annotation type to the list
      Parameters:
      annotationType - annotation type
      Returns:
      true unless there was a code conflict.
    • findTypeFromCode

      public DataAnnotationType<?> findTypeFromCode(String code)
      Get a specified annotation type from it's code.
      Parameters:
      code - 4 character code identifying the annotation
      Returns:
      DataannotationType or null
    • findAnnotators

      public ArrayList<DataAnnotationType> findAnnotators(PamDataBlock pamDataBlock)
      Find additional annotators that are annotating this particular datablock.
      Parameters:
      pamDataBlock -