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 LifeScienceIdentifier getLSID()
Format
The 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()
Format
public ParserListener getParserListener(TagValueListener listener)
Format
getParserListener
in interface Format
listener
- a TagValueListener that all events should be passed onto