diff options
Diffstat (limited to 'js/Threshold/GENERAL_f.js')
-rw-r--r-- | js/Threshold/GENERAL_f.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Threshold/GENERAL_f.js b/js/Threshold/GENERAL_f.js index 14bf576d..b3d38232 100644 --- a/js/Threshold/GENERAL_f.js +++ b/js/Threshold/GENERAL_f.js @@ -22,6 +22,11 @@ function GENERAL_f() { return this.x; } GENERAL_f.prototype.get = function GENERAL_f() { + var options = { + in1:["Input size",this.in1], + out:["Number of event output",this.out], + } + return options; } GENERAL_f.prototype.set = function GENERAL_f() { this.in1 = parseFloat((arguments[0]["in1"])) |