public class BLAST_Database extends File
Modifier and Type | Field and Description |
---|---|
protected static XMLName |
XML_DESCRIPTION_ATT |
protected static XMLName |
XML_DIR_ATT |
protected static XMLName |
XML_NAME |
protected static XMLName |
XML_NAME_ATT |
protected static XMLName |
XML_SEQ_TYPE_ATT |
pathSeparator, pathSeparatorChar, separator, separatorChar
Constructor and Description |
---|
BLAST_Database(File inParentDir,
String inName) |
BLAST_Database(String inName) |
BLAST_Database(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getNumSequences() |
BioSequenceType |
getSeqType() |
BLAST_Database |
setDescription(String inValue) |
BLAST_Database |
setSeqType(BioSequenceType inValue) |
XMLTag |
toXMLTag() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
protected static XMLName XML_NAME_ATT
protected static XMLName XML_SEQ_TYPE_ATT
protected static XMLName XML_DIR_ATT
protected static XMLName XML_DESCRIPTION_ATT
public BLAST_Database(String inName)
public BLAST_Database(File inParentDir, String inName)
public BLAST_Database(XMLTag inXMLTag)
public BLAST_Database setSeqType(BioSequenceType inValue)
public BioSequenceType getSeqType()
public BLAST_Database setDescription(String inValue)
public String getDescription()
public Integer getNumSequences()