Package es.imim.DISGENET.gui
Class GuiParameters<PostTranslational_Modification,Altered_Expression>
java.lang.Object
es.imim.DISGENET.gui.GuiParameters<PostTranslational_Modification,Altered_Expression>
this class handles all the settings from the gui panel and is
used to hand them over to the functions that create the networks
- Author:
- michael
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEl()
getLowEi()
boolean
boolean
boolean
void
setActiveTab
(String activeTab) void
setAssociationType
(String associationType) void
setDiseaseClass
(String diseaseClass) void
setDisSearchText
(String disSearchText) void
void
setEmptyNet
(boolean emptyNet) void
setGenSearchText
(String genSearchText) void
void
setHighScore
(String highScore) void
void
setLowScore
(String lowScore) void
setNetBuildInterrupted
(boolean netBuildInterrupted) void
setNetworkName
(String networkName) void
setProteinClass
(String proteinClass) void
void
setVarGeneDisNetwork
(boolean varGeneDisNetwork) void
setVarSearchText
(String varSearchText)
-
Constructor Details
-
GuiParameters
public GuiParameters()
-
-
Method Details
-
getActiveTab
-
setActiveTab
-
getNetworkName
-
setNetworkName
-
getGenSearchText
-
setGenSearchText
-
getDisSearchText
-
setDisSearchText
-
getSource
-
setSource
-
getAssociationType
-
setAssociationType
-
getDiseaseClass
-
getProteinClass
-
setProteinClass
-
setDiseaseClass
-
getLowScore
-
setLowScore
-
getHighScore
-
setHighScore
-
getLowEi
-
setLowEi
-
getHighEi
-
setHighEi
-
getEl
-
setEl
-
getVarSearchText
-
setVarSearchText
-
setNetBuildInterrupted
public void setNetBuildInterrupted(boolean netBuildInterrupted) -
isNetBuildInterrupted
public boolean isNetBuildInterrupted() -
setEmptyNet
public void setEmptyNet(boolean emptyNet) -
isEmptyNet
public boolean isEmptyNet() -
isVarGeneDisNetwork
public boolean isVarGeneDisNetwork() -
setVarGeneDisNetwork
public void setVarGeneDisNetwork(boolean varGeneDisNetwork)
-