Package org.biojava.bio.program.ssbind
Class AnnotationFactory
- java.lang.Object
-
- org.biojava.bio.program.ssbind.AnnotationFactory
-
public class AnnotationFactory extends Object
AnnotationFactoryis a utility class for makingAnnotations fromMaps. 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 Constructor Description AnnotationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationmakeAnnotation(Map m)makeAnnotationcreates the annotation.
-
-
-
Constructor Detail
-
AnnotationFactory
public AnnotationFactory()
-
-
Method Detail
-
makeAnnotation
public static Annotation makeAnnotation(Map m)
makeAnnotationcreates the annotation.- Parameters:
m- aMapof raw data.- Returns:
- an
Annotation.
-
-