This page (revision-21) was last changed on 21-Oct-2017 12:32 by Albrecht Striffler

This page was created on 26-Oct-2012 10:15 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
21 21-Oct-2017 12:32 19 KB Albrecht Striffler to previous

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 changed one line
The functionalities described on this page are only available using a commercial extension.
The functionalities described on this page are only available using a commercial extension. Please contact info@denkbares.com for more information.
At line 5 removed one line
Expressions allows to use mathematical formulas to be used in d3web knowledge bases. In every formula you may access existing questions and their values, as well as predefined constants. The results of those formulas may be used to assign it to an existing question or as a precondition in a rule.
At line 6 added 2 lines
Expressions allow to use mathematical formulas to be used in d3web knowledge bases. In every formula you may access existing questions and their values, as well as predefined constants. The results of those formulas may be used to assign it to an existing question (e.g. in a rule action) or as a condition in a rule.
At line 18 added one line
At line 23 changed one line
IF eval( gradient( measurement[-10s,0s] ) > 1 )
IF eval(gradient(measurement[-10s, 0s]) > 1)
At line 25 changed one line
/%
%
At line 33 changed 2 lines
THEN myGradient = eval( gradient( measurement[-10s,0s] ) )
/%
THEN myGradient = eval(gradient(measurement[-10s, 0s]) )
%
At line 55 added one line
At line 64 changed one line
// use other constants is NOT ALLOWED!!! --> error signaled
// using other constants is NOT ALLOWED!!! --> error signaled
At line 71 added one line
At line 77 added one line
At line 83 added one line
At line 112 added one line
At line 115 added one line
At line 141 added one line
At line 162 added one line
At line 173 added one line
At line 180 added one line
At line 227 added one line
At line 271 added 2 lines
Below you see all functions that come with the TimeDB plugin by default. If you need additional functionality that is not covered by the provided functions, you might consider defining your own specialized function using Javascript. See __[Doc Javascript Functions]__ for more info.