Difference between pages "Prover Diagrams" and "Providing help for your plug-in (How to extend Rodin Tutorial)"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Andy
 
imported>Pascal
 
Line 1: Line 1:
<h1>Entity Relationship Diagrams for the Prover</h1>
+
{{Navigation|Previous= [['''FIXME'''|Extending the Proof Obligation Generator]]|Next=[['''FIXME'''|Extending the structured editor]] | Up= [[Plug-in_Tutorial|How to extend Rodin Tutorial (Index)]]}}
  
These diagrams describe the relationships between classes/interfaces - in terms of access to information in related classes. The diagrams are not fully descriptive like a UML class diagram, but contain sufficient information to begin to understand the structural relationships within the RODIN proof tool. The diagrams were produced as an aid to visualising these relationships in order to better understand the structure.
+
=== Introduction ===
  
<gallery>
+
=== Extending the Extension Point ===
Image:ProofStatus.png|Proof Status Diagram
+
Each plug-in that contributes help files shall extend the <tt>org.eclipse.help.toc</tt> extension point and create the TOC files that describe the table of contents for the help and the topic interleaving.
Image:ProofTree.png|Proof Tree Diagram
+
 
Image:UserSupportDiag.png|UserSupport Diagram
+
=== Option 1: Writing the Help Files ===
</gallery>
+
 
 +
=== Option 2: Generating the Help Files ===
 +
 
 +
 
 +
 
 +
{{Navigation|Previous= [['''FIXME'''|Extending the Proof Obligation Generator]]|Next= [['''FIXME'''|Extending the structured editor]] | Up= [[Plug-in_Tutorial|How to extend Rodin Tutorial (Index)]]}}
 +
 
 +
[[Category:Developer documentation|*Index]]
 +
[[Category:Rodin Platform|*Index]]
 +
[[Category:Tutorial|*Index]]

Revision as of 09:06, 23 August 2010

Introduction

Extending the Extension Point

Each plug-in that contributes help files shall extend the org.eclipse.help.toc extension point and create the TOC files that describe the table of contents for the help and the topic interleaving.

Option 1: Writing the Help Files

Option 2: Generating the Help Files