Package org.biojava.bio.program.tagvalue
Class Formats
java.lang.Object
org.biojava.bio.program.tagvalue.Formats
This is intended as a repository for tag-value and AnnotationType information
about common file formats. Each format should have an annotaiton type
defined as <FormatName>_TYPE and a method
create<FormatName>ParserListener(ParserListener listener) that together
give you everything needed to parse and represent the format.
- Author:
- Matthew Pocock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationType
static final AnnotationType
static final AnnotationType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final ParserListener
createEmblParserListener
(TagValueListener listener) static final ParserListener
-
Field Details
-
EMBL_TYPE
-
EMBL_GENBANK_FEATURE_TABLE_TYPE
-
SWISSPROT_TYPE
-
-
Constructor Details
-
Formats
public Formats()
-
-
Method Details
-
createEmblParserListener
-
createSwissprotParserListener
-