Class AnalysisSetting
An AnalysisSetting is a complete set of analysis parameters.
- hrm\setting\base\Setting
- hrm\setting\AnalysisSetting
Direct known subclasses
Methods summary
public
|
|
public static
string
|
|
public static
string
|
#
sharedTable( )
Returns the name of the database table in which the list of shared Setting names are stored. |
public static
string
|
#
parameterTable( )
Returns the name of the database table in which all the Parameters for the Settings stored in the table specified in table(). |
public static
string
|
|
public
boolean
|
#
checkPostedAnalysisParameters( array $postedParameters )
Checks that the posted analysis Parameters are all defined and valid. |
public
integer
|
|
public
string
|
#
displayString( integer $numberOfChannels = 0, string|null $micrType = NULL )
Displays the setting as a text containing Parameter names and their values. |
public static
array
|
|
public static
array
|
Methods inherited from hrm\setting\base\Setting
__clone()
,
beDefault()
,
copyParameterFrom()
,
isDefault()
,
load()
,
message()
,
name()
,
owner()
,
parameter()
,
parameterNames()
,
resetDefault()
,
save()
,
set()
,
setName()
,
setNumberOfChannels()
,
setOwner()
,
shareWith()