FTQuantifierSetting
FTQuantifierSetting()luaTable - to store named parameters
pTaskFT : TaskFT - to which this quantifier setting belongs
nFTQuantifierTypeCode : integer - FTQuantifierType code to define this quantifier type
nCompareTypeCode : integer - CompareType code to define relation between interest measure and threshold value
nFTQuantifierValueTypeCode : integer - FTQuantifierValueType code describing threshold value units
dThresholdValue : float - universal threshold value (will be assigned to the proper parameter for the given quantifier type)
nOrder : integer - position of the quantifier in the list of quantifiers of its task
| GenerationHintFlag | If there are available hints from the last task run |
| GenerationHintValueMax | Hint from the last task run - the highest found interest measure for this quantifier |
| GenerationHintValueMin | Hint from the last task run - the lowest found interest measure for this quantifier |
| ID | Unique identifier (primary key) of the object |
| Note | Additional note to this partial cedent |
| Order | Order-index of this partial cedent in array of partial cedent of its TaskFT |
| ParamAlpha | Value of the Alpha-parameter |
| ParamBASECEILAbs | Absolute value threshold for BASE and CEIL quantifiers |
| ParamBASECEILRel | Relative value threshold for BASE and CEIL quantifiers |
| ParamBASECEILRelativeFlag | Legacy parameter for BASE and CEIL quantifiers to set relative value of threshold |
| ParamBeta | Value of the Beta-parameter |
| ParamDelta | Value of the Delta-parameter |
| ParamP | Value of the p-parameter, used mainly in implicational quantifiers |
| ThresholdValue | Universal threshold value (alias for ParamP, ParamAlpha... used in partical types of quantifiers) |
| canDel () | Returns true if the object could be deleted (is not used) |
| getCompareTypeCode () | Returns code of comparation type for threshold value of aggregational quantifiers, see CompareType codes |
| getCompareTypeKey () | Returns unique string key of comparation type for threshold value of aggregational quantifiers |
| getCompareTypeName () | Returns string representation of comparation type for threshold value of aggregational quantifiers |
| getFTQuantifierTypeCode () | Returns code of quantifier type for this quantifier, see FTQuantifierType codes |
| getFTQuantifierTypeKey () | Returns unique string key of quantifier type for this quantifier |
| getFTQuantifierTypeName () | Returns string representation of quantifier type for this quantifier |
| getFTQuantifierValueTypeCode () | Returns code of absolute/relative type threshold value of aggregational quantifiers, see FTQuantifierValueType codes |
| getFTQuantifierValueTypeKey () | Returns unique string key of absolute/relative type threshold value of aggregational quantifiers |
| getFTQuantifierValueTypeName () | Returns string representation of absolute/relative type threshold value of aggregational quantifiers |
| getGenerationHintValueMax () | Returns the value of GenerationHintValueMax property |
| getGenerationHintValueMin () | Returns the value of GenerationHintValueMin property |
| getID () | Returns unique identifier (primary key) of the object |
| getNote () | Returns the value of Note property |
| getOrder () | Returns the value of Order property |
| getParamAlpha () | Returns the value of ParamAlpha property |
| getParamBASECEILAbs () | Returns the value of ParamBASECEILAbs property |
| getParamBASECEILRel () | Returns the value of ParamBASECEILRel property |
| getParamBeta () | Returns the value of ParamBeta property |
| getParamDelta () | Returns the value of ParamDelta property |
| getParamP () | Returns the value of ParamP property |
| getTaskFT () | Returns the TaskFT, the task this quantifier setting belongs to |
| getThresholdValue () | Returns the value of ThresholdValue property |
| isGenerationHintFlag () | Returns the value of GenerationHintFlag property |
| isParamBASECEILRelativeFlag () | Returns the value of ParamBASECEILRelativeFlag property |
| onAdd () | Store the newly created object into metabase |
| onDel () | Delete the object from metabase (fails if canDel returns false) |
| onUpdate () | Save changes made to the object into metabase |
| setCompareTypeCode () | Sets code of comparation type for threshold value of aggregational quantifiers, see CompareType codes |
| setFTQuantifierTypeCode () | Sets code of quantifier type for this quantifier, see FTQuantifierType codes |
| setFTQuantifierValueTypeCode () | Sets code of absolute/relative type threshold value of aggregational quantifiers, see FTQuantifierValueType codes |
| setNote () | Sets the value of Note property |
| setOrder () | Sets the value of Order property |
| setParamAlpha () | Sets the value of ParamAlpha property |
| setParamBASECEILAbs () | Sets the value of ParamBASECEILAbs property |
| setParamBASECEILRel () | Sets the value of ParamBASECEILRel property |
| setParamBASECEILRelativeFlag () | Sets the value of ParamBASECEILRelativeFlag property |
| setParamBeta () | Sets the value of ParamBeta property |
| setParamDelta () | Sets the value of ParamDelta property |
| setParamP () | Sets the value of ParamP property |
| setThresholdValue () | Sets the value of ThresholdValue property |
GenerationHintFlag (read-only) : booleanGenerationHintValueMax (read-only) : floatGenerationHintValueMin (read-only) : floatID (read-only) : integerNote : stringOrder : integerParamAlpha : floatParamBASECEILAbs : floatParamBASECEILRel : floatParamBASECEILRelativeFlag : booleanParamBeta : floatParamDelta : floatParamP : floatThresholdValue : floatcanDel() : booleanbooleangetCompareTypeCode() : integerintegergetCompareTypeKey() : stringstringgetCompareTypeName() : stringstringgetFTQuantifierTypeCode() : integerintegergetFTQuantifierTypeKey() : stringstringgetFTQuantifierTypeName() : stringstringgetFTQuantifierValueTypeCode() : integerintegergetFTQuantifierValueTypeKey() : stringstringgetFTQuantifierValueTypeName() : stringstringgetGenerationHintValueMax() : floatfloatgetGenerationHintValueMin() : floatfloatgetID() : integerintegergetNote() : stringstringgetOrder() : integerintegergetParamAlpha() : floatfloatgetParamBASECEILAbs() : floatfloatgetParamBASECEILRel() : floatfloatgetParamBeta() : floatfloatgetParamDelta() : floatfloatgetParamP() : floatfloatgetTaskFT() : TaskFTgetThresholdValue() : floatfloatisGenerationHintFlag() : booleanbooleanisParamBASECEILRelativeFlag() : booleanbooleanonAdd()onDel()onUpdate()setCompareTypeCode( integer )integersetFTQuantifierTypeCode( integer )integersetFTQuantifierValueTypeCode( integer )integersetNote( string )stringsetOrder( integer )integersetParamAlpha( float )floatsetParamBASECEILAbs( float )floatsetParamBASECEILRel( float )floatsetParamBASECEILRelativeFlag( boolean )booleansetParamBeta( float )floatsetParamDelta( float )floatsetParamP( float )floatsetThresholdValue( float )float