One partial cedent (derived boolean attribute), one or more FT-literals combined through logical operators.
inherits from
LMWrap
namespace:
lm.tasks.results
Constructor
No constructor available. Objects of this class could not be instantiated from Lua scripts.
Properties List
ID |
Unique identifier (primary key) of the object |
Text |
Textual representation of this partial cedent |
Methods List
Properties
ID
(read-only) : integer
-
Unique identifier (primary key) of the object
Intherited from: LMWrap
Text
(read-only) : string
-
Textual representation of this partial cedent
Methods
findFTLiteral() : FTLiteral
-
Tries to look-up a FTLiteral with a unique property given as parameter. Just one parameter has to be specified. Returns
nil
if FTLiteral with this property doesn't exists.
Parameters
-
luaTable
- to store named parameters
Optional named parameters
-
nID
: integer
- an ID of the FTLiteral to look-up
-
pAttribute
: Attribute
- the literal should be based on (return the first literal matching the condition)
Returns
getActionStateTypeCode() : integer
-
Returns code of type of action state for Ac4ft-Miner, see ActionStateType codes
Returns
getActionStateTypeKey() : string
-
Returns unique string key of type of action state for Ac4ft-Miner
Returns
getActionStateTypeName() : string
-
Returns string representation of type of action state for Ac4ft-Miner
Returns
getBoolOpTypeCode() : integer
-
Returns code of type of logical operators among literals in this cedent, see BoolOpType codes
Returns
getBoolOpTypeKey() : string
-
Returns unique string key of type of logical operators among literals in this cedent
Returns
getBoolOpTypeName() : string
-
Returns string representation of type of logical operators among literals in this cedent
Returns
getCedentTypeCode() : integer
-
Returns code of type of cedent, see CedentType codes
Returns
getCedentTypeKey() : string
-
Returns unique string key of type of cedent
Returns
getCedentTypeName() : string
-
Returns string representation of type of cedent
Returns
getFTLiteralCount() : integer
-
Returns number of literal in this partial cedent
Returns
getFTPartialCedentSetting() : FTPartialCedentSetting
-
Returns the FTPartialCedentSetting this partial cedent was generated based upon
Returns
getHypothesis() : Hypothesis
-
Returns the Hypothesis this partial cedent belongs to
Returns
getID() : integer
-
Returns unique identifier (primary key) of the object
Intherited from: LMWrap
Returns
getTask() : Task
-
Returns the Task this partial cedent belongs to
Returns
prepareFTLiteralArray() : luaTable
-
Returns array of FTLiterals (partial cedents in this cedent)
Returns