Package org.biojava.nbio.structure.ecod
Class EcodInstallation.EcodParser
java.lang.Object
org.biojava.nbio.structure.ecod.EcodInstallation.EcodParser
- Enclosing class:
 - EcodInstallation
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringString for unclassified F-groupsstatic final StringDeprecated way of indicating there is an assembly.static final StringIndicates a manual representativestatic final StringString for single-domain assembliesstatic final StringIndicates not a manual representative - 
Constructor Summary
ConstructorsConstructorDescriptionEcodParser(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
 
 
 -