Single View Design: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Maria No edit summary |
imported>Maria No edit summary |
||
Line 18: | Line 18: | ||
On double click each element is opened in an editor. | On double click each element is opened in an editor. | ||
===The Filters=== | |||
The following filters are available in the navigator: | |||
*A filter that hides discharged proof obligations. | |||
*A filter that hides all proof obligations that don't contain a given string in their name. | |||
[[Category:Work in progress]] | [[Category:Work in progress]] |
Revision as of 15:41, 22 September 2008
Purpose
The Purpose of the Single View Design is to present everything in a single view in Rodin.
Specification
The navigator presents all projects and their contents. The users can choose between to ways how the machines and contexts will be presented:
- A simple structure where all machines and contexts are presented on the same level
- A complex structure where the machines and contexts are presented as a tree. Thus dependencies between machines and contexts (like refines or sees) are made visible.
The Actions
The following actions are available in the navigator:
- Projects: Delete, Rename, Copy
- Machines: Delete, Rename, Refine, Prove interactively
- Contexts: Delete, Extend, Prove interactively
- Proof Obligations: Retry Auto Provers, Recalculate Auto Status
- Globally: New Project, New Component
On double click each element is opened in an editor.
The Filters
The following filters are available in the navigator:
- A filter that hides discharged proof obligations.
- A filter that hides all proof obligations that don't contain a given string in their name.