INNER CODE UNIT · Java

getAlgorithm

sanger-pathogens/Artemis · src/main/java/org/gmod/schema/analysis/Analysis.java:138

    public String getAlgorithm() {
        return this.algorithm;
    }
    
    /* (non-Javadoc)
     * @see org.genedb.db.jpa.AnalysisI#setAlgorithm(java.lang.String)
     */
    public void setAlgorithm(String algorithm) {
        this.algorithm = algorithm;
    }
    

    /* (non-Javadoc)
     * @see org.genedb.db.jpa.AnalysisI#getSourcename()
     */
    public String getSourceName() {
        return this.sourceName;
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…