Class AnnotationFactory

java.lang.Object
org.biojava.bio.program.ssbind.AnnotationFactory

public class AnnotationFactory extends Object
AnnotationFactory is a utility class for making Annotations from Maps. Shared by the search and homology builders. Now public to allow use by anyone making custom handlers.
Since:
1.2
Author:
Keith James, Thomas Down
  • Constructor Details

  • Method Details

    • makeAnnotation

      public static Annotation makeAnnotation(Map m)
      makeAnnotation creates the annotation.
      Parameters:
      m - a Map of raw data.
      Returns:
      an Annotation.