-
Notifications
You must be signed in to change notification settings - Fork 3
socr.view interface
This is the view object where all the UI rendering takes place. socr.view object uses the singleton pattern just like the model and controller.
This method populates the sampleList on the right hand side. This methods calls for the data from the model object.
start
is the random sample number from where to start the list that will be displayed. Size
tells the number of random samples in a single page (its set to 500 samples/page).
Creates interactive pagination for the sample List.
x
is the random sample number from where to start and y
contains the number of random samples in a single page (its set to 500 samples/page).
Disables step,run and show buttons.
Enables step,run and show buttons.
Clears all canvas and div. Resetting the view of the whole App.
start
- start sample number. end
- stop sample number
description :
It generates all the samples in the List.
updates the counter value in the sample List.
updates the Slider value in the sample List.
Create the slider in the sample list to select the range of random samples that the user wants to see.
called for replacing the controller view with data driven controls.
animates the resample generation process....input is the resample datapoints array indexes.
Dot plot tab in the accordion is populated by this call. call invoked when "infer" button pressed in the controller tile. sestting
is the object which contains the variable type and other details.
Called when the 'step button' or 'run button' is pressed in the controller tile. Call is made in appController.js to the simulation info the last tab of the accordion.
Called from the index.html page for the welcome black page view. Called whenever the window is resized!
temporarily disabled. Purpose of this method was to load the simulation based generated data to be loaded onto the excel sheet for the user to choose the data to use for the analysis.