Class AnnotationsSorter

java.lang.Object
de.uni_halle.informatik.biodata.mp.annotation.AnnotationsSorter

public class AnnotationsSorter extends Object
  • Constructor Details

    • AnnotationsSorter

      public AnnotationsSorter()
  • Method Details

    • groupAndSortAnnotations

      public void groupAndSortAnnotations(org.sbml.jsbml.SBase sbase)
      Recursively goes through all annotations in the given SBase and alphabetically sort annotations after grouping them by CVTerm.Qualifier.
      Parameters:
      sbase - : SBase to start the merging process at, corresponding to an instance of SBMLDocument here, though also used to pass current SBase during recursion