| Constructor and Description | 
|---|
Embl()  | 
| Modifier and Type | Method and Description | 
|---|---|
LifeScienceIdentifier | 
getLSID()
Retrieve the LSID associated with this format. 
 | 
ParserListener | 
getParserListener(TagValueListener listener)
Retrieve a ParserListener pair for the format that will pass all events
 on to a listener. 
 | 
AnnotationType | 
getType()
Get the AnnotationType that constrains the events that will be fired. 
 | 
public Embl()
public LifeScienceIdentifier getLSID()
FormatThe OBDA recomends taht file formats have identifiers assopciated with them. This allows the format to be specified unambiguously across different projects and groups. Idealy, a format LSID should conform to the odda formats specification.
public AnnotationType getType()
Formatpublic ParserListener getParserListener(TagValueListener listener)
FormatgetParserListener in interface Formatlistener - a TagValueListener that all events should be passed ontoCopyright © 2020 BioJava. All rights reserved.