public class AnnotationFactory
extends java.lang.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() |
Modifier and Type | Method and Description |
---|---|
static Annotation |
makeAnnotation(java.util.Map m)
makeAnnotation creates the annotation. |
public static Annotation makeAnnotation(java.util.Map m)
makeAnnotation
creates the annotation.m
- a Map
of raw data.Annotation
.