Package org.biojava.nbio.structure.ecod
Class EcodInstallation.EcodParser
java.lang.Object
org.biojava.nbio.structure.ecod.EcodInstallation.EcodParser
- Enclosing class:
- EcodInstallation
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String for unclassified F-groupsstatic final String
Deprecated way of indicating there is an assembly.static final String
Indicates a manual representativestatic final String
String for single-domain assembliesstatic final String
Indicates not a manual representative -
Constructor Summary
ConstructorDescriptionEcodParser
(BufferedReader reader) EcodParser
(File file) EcodParser
(Reader reader) EcodParser
(String filename) -
Method Summary
-
Field Details
-
F_UNCLASSIFIED
String for unclassified F-groups- See Also:
-
NOT_DOMAIN_ASSEMBLY
String for single-domain assemblies- See Also:
-
IS_DOMAIN_ASSEMBLY
Deprecated way of indicating there is an assembly. replaced by the assembly id- See Also:
-
IS_REPRESENTATIVE
Indicates a manual representative- See Also:
-
NOT_REPRESENTATIVE
Indicates not a manual representative- See Also:
-
-
Constructor Details
-
EcodParser
- Throws:
IOException
-
EcodParser
- Throws:
IOException
-
EcodParser
- Throws:
IOException
-
EcodParser
- Throws:
IOException
-
-
Method Details
-
getDomains
- Returns:
- a list of all EcodDomains
-
getVersion
- Returns:
- the requestedVersion for this file, or null if none was parsed
-