Skip to content

Runtime View

haup_ca edited this page Oct 27, 2016 · 2 revisions

Init Visualization

The webpage needs to be initalized by the controler in the server-side when the user opens it. In order to do this, the controller gets the filteres and menu items calling the Webservice and renders the JSP page with. It initializes all the Javascript components throw main.js (by calling the webservice) afterwards.

RuntimeViewInit

Changing Query

When the user applieds or removes a filter (selecting a property, search a a string, remove a current parameter, …​) the current query changes. So the KnoledgeFinder reads the response recived from the Index and shows it to the user.

RuntimeViewQuery

Changing Data Exploration

Without changing the query, the user can modificate (p.e. Hide/Show buttons) which properties should be shown in the exploration.

RuntimeViewGraph

Changing Results

Without changing the query, the user can modificate the table of results (reordering the list, changing the current page, …​), which implies KnoweldgeFinder has to read the new documents and get their properties.

RuntimeViewResults
Clone this wiki locally