Package org.biojava.bio.program.ssbind
Class AnnotationFactory
java.lang.Object
org.biojava.bio.program.ssbind.AnnotationFactory
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotationFactory
public AnnotationFactory()
-
-
Method Details
-
makeAnnotation
makeAnnotationcreates the annotation.- Parameters:
m- aMapof raw data.- Returns:
- an
Annotation.
-