public class AnnotationFactory extends Object
AnnotationFactory
is a utility class for making
Annotation
s from Map
s. Shared by the
search and homology builders. Now public to allow use by anyone
making custom handlers.Constructor and Description |
---|
AnnotationFactory() |
public AnnotationFactory()
public static Annotation makeAnnotation(Map m)
makeAnnotation
creates the annotation.m
- a Map
of raw data.Annotation
.Copyright © 2014 BioJava. All rights reserved.