QueryNodeScalarResult
-
class
cee.ug.
QueryNodeScalarResult
() Query a scalar result for a given node across all states.
Note that the states do not need to be “loaded”, i.e. specified in the model spec.
Only works with node-mapped results.
Constructors
Methods
Constructors
-
QueryNodeScalarResult.
constructor
(model) Arguments: - model (
RemoteModel
) – None
Return type: QueryNodeScalarResult
- model (
Methods
executeQuery
-
QueryNodeScalarResult.
executeQuery
(resultId, nodeIdent, callback) Arguments: - resultId (
number
) – None - nodeIdent (
NodeIdent
) – None - callback (
QueryNodeScalarResultCallback
) – None
Executes the query for the given result and node.
Return type: void - resultId (