Uses of Class
marg.model.ValueLimit

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

Uses of ValueLimit in marg.gui.dialogs
 

Methods in marg.gui.dialogs that return ValueLimit
 ValueLimit AddStatusLimitDialog.getValueLimit()
           
 

Uses of ValueLimit in marg.model
 

Methods in marg.model that return ValueLimit
 ValueLimit StatusVariable.getLimit()
           
 

Methods in marg.model with parameters of type ValueLimit
 void StatusVariable.setLimit(ValueLimit limit)
           
 

Constructors in marg.model with parameters of type ValueLimit
StatusVariable(ModuleVariable var, ValueLimit limit)