Class BioModelRelease
- java.lang.Object
-
- de.unirostock.sems.ModelCrawler.databases.BioModelsDb.BioModelRelease
-
- All Implemented Interfaces:
Comparable<BioModelRelease>
public class BioModelRelease extends Object implements Comparable<BioModelRelease>
-
-
Constructor Summary
Constructors Constructor Description BioModelRelease(String releaseName, String ftpDirectory, Date releaseDate)
BioModelRelease(String releaseName, String ftpDirectory, Date releaseDate, File archivFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(BioModelRelease model)
boolean
equals(Object obj)
File
getArchivFile()
File
getContentDir()
String
getFtpDirectory()
Set<String>
getModelList()
File
getModelPath(String fileId)
Date
getReleaseDate()
String
getReleaseName()
int
hashCode()
boolean
isDownloaded()
boolean
isExtracted()
boolean
setArchivFile(File archivFile)
boolean
setContentDir(File contentDir, Map<String,File> modelMap)
String
toString()
-
-
-
Method Detail
-
getReleaseName
public String getReleaseName()
-
getReleaseDate
public Date getReleaseDate()
-
getArchivFile
public File getArchivFile()
-
setArchivFile
public boolean setArchivFile(File archivFile)
-
getFtpDirectory
public String getFtpDirectory()
-
getContentDir
public File getContentDir()
-
isDownloaded
public boolean isDownloaded()
-
isExtracted
public boolean isExtracted()
-
compareTo
public int compareTo(BioModelRelease model)
- Specified by:
compareTo
in interfaceComparable<BioModelRelease>
-
-