public static class EcodInstallation.EcodParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
F_UNCLASSIFIED
String for unclassified F-groups
|
static String |
IS_DOMAIN_ASSEMBLY
Deprecated way of indicating there is an assembly. replaced by the assembly id
|
static String |
IS_REPRESENTATIVE
Indicates a manual representative
|
static String |
NOT_DOMAIN_ASSEMBLY
String for single-domain assemblies
|
static String |
NOT_REPRESENTATIVE
Indicates not a manual representative
|
| Constructor and Description |
|---|
EcodParser(BufferedReader reader) |
EcodParser(File file) |
EcodParser(Reader reader) |
EcodParser(String filename) |
| Modifier and Type | Method and Description |
|---|---|
List<EcodDomain> |
getDomains() |
String |
getVersion() |
public static final String F_UNCLASSIFIED
public static final String NOT_DOMAIN_ASSEMBLY
public static final String IS_DOMAIN_ASSEMBLY
public static final String IS_REPRESENTATIVE
public static final String NOT_REPRESENTATIVE
public EcodParser(String filename) throws IOException
IOExceptionpublic EcodParser(File file) throws IOException
IOExceptionpublic EcodParser(Reader reader) throws IOException
IOExceptionpublic EcodParser(BufferedReader reader) throws IOException
IOExceptionpublic List<EcodDomain> getDomains()
public String getVersion()
Copyright © 2000–2019 BioJava. All rights reserved.