Uses of Class
marg.model.ModuleVariable

Packages that use ModuleVariable
marg.gui   
marg.gui.dialogs   
marg.model   
 

Uses of ModuleVariable in marg.gui
 

Methods in marg.gui with parameters of type ModuleVariable
 void VariableTree.updateVarTreeStructure(ModuleVariable var)
           
 

Uses of ModuleVariable in marg.gui.dialogs
 

Constructors in marg.gui.dialogs with parameters of type ModuleVariable
MonitorVariableDialog(java.awt.Frame parent, boolean modal, ModuleVariable modVar)
           
 

Uses of ModuleVariable in marg.model
 

Fields in marg.model declared as ModuleVariable
 ModuleVariable XMLParsedData.variable
           
 

Methods in marg.model that return ModuleVariable
 ModuleVariable MonitoredVariable.getModuleVar()
           
 ModuleVariable StatusVariable.getModuleVar()
           
 

Constructors in marg.model with parameters of type ModuleVariable
MonitoredVariable(ModuleVariable var, java.lang.String presentation)
           
StatusVariable(ModuleVariable var)
           
StatusVariable(ModuleVariable var, ValueLimit limit)