Class AbstractConfiguration

  • Direct Known Subclasses:
    Prod, Stage

    public abstract class AbstractConfiguration
    extends Object
    • Constructor Detail

      • AbstractConfiguration

        public AbstractConfiguration()
    • Method Detail

      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getAlgorithmsList

        public String getAlgorithmsList()
      • setAlgorithmsList

        public void setAlgorithmsList​(String algorithmsList)
      • getSoftwareRepo

        public String getSoftwareRepo()
      • setSoftwareRepo

        public void setSoftwareRepo​(String softwareRepo)
      • getGhostRepo

        public String getGhostRepo()
      • setGhostRepo

        public void setGhostRepo​(String ghostRepo)
      • getDepsLinuxCompiled

        public String getDepsLinuxCompiled()
      • setDepsLinuxCompiled

        public void setDepsLinuxCompiled​(String depsLinuxCompiled)
      • getDepsPreInstalled

        public String getDepsPreInstalled()
      • setDepsPreInstalled

        public void setDepsPreInstalled​(String depsPreInstalled)
      • getDepsRBlackbox

        public String getDepsRBlackbox()
      • setDepsRBlackbox

        public void setDepsRBlackbox​(String depsRBlackbox)
      • getDepsR

        public String getDepsR()
      • setDepsR

        public void setDepsR​(String depsR)
      • getDepsJava

        public String getDepsJava()
      • setDepsJava

        public void setDepsJava​(String depsJava)
      • getDepsKnimeWorkflow

        public String getDepsKnimeWorkflow()
      • setDepsKnimeWorkflow

        public void setDepsKnimeWorkflow​(String depsKnimeWorkflow)
      • getDepsKnimeWorkflow4_1

        public String getDepsKnimeWorkflow4_1()
      • setDepsKnimeWorkflow4_1

        public void setDepsKnimeWorkflow4_1​(String depsKnimeWorkflow4_1)
      • getDepsOctave

        public String getDepsOctave()
      • setDepsOctave

        public void setDepsOctave​(String depsOctave)
      • getDepsPython

        public String getDepsPython()
      • setDepsPython

        public void setDepsPython​(String depsPython)
      • getDepsPython3_6

        public String getDepsPython3_6()
      • setDepsPython3_6

        public void setDepsPython3_6​(String depsPython3_6)
      • getDepsWindowsCompiled

        public String getDepsWindowsCompiled()
      • setDepsWindowsCompiled

        public void setDepsWindowsCompiled​(String depsWindowsCompiled)
      • getXMLModel

        public abstract String getXMLModel()
      • getType

        public abstract String getType()