Package org.biojava.bio.program.ssbind
Class AnnotationFactory
java.lang.Object
org.biojava.bio.program.ssbind.AnnotationFactory
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.- Since:
- 1.2
- Author:
- Keith James, Thomas Down
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotationFactory
public AnnotationFactory()
-
-
Method Details
-
makeAnnotation
makeAnnotation
creates the annotation.- Parameters:
m
- aMap
of raw data.- Returns:
- an
Annotation
.
-