Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/DeveloperDoc.html')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/DeveloperDoc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/DeveloperDoc.html b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/DeveloperDoc.html
new file mode 100644
index 00000000000..52149b36ae7
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/DeveloperDoc.html
@@ -0,0 +1 @@
+<html><link rel="stylesheet" href="default.css" type="text/css"><H1>Creation of a new Papyrus Wizard Framework</H1><P>The aim of this plugin is to improve the creation wizard of a new UML project or model. <BR/>For example a generic UML Diagram should not be stuck with a specified category <BR/> <BR/></P><H2>Requirements</H2><P>- Root Element Choice (id=Req001): <BR/> The wizard shall allow the user to specify the root element e.g. Package or Model</P><P>- Root Model Element Name (id=Req002): <BR/> Papyrus wizard shall enable to specify the name of the root element of the created model.</P><P>- Sash Editor Mode (id=req003): <BR/> Should be able to chose between legacy or "1.0" mode to serialize the sash model.</P><P>- Template Models (id=Req004): <BR/> Papyrus model creation wizard shall enable to load multiple template models. Currently, Papyrus model creation wizzard enable to load only template model even if checkboxes allow you to pick several.</P><P>- Profiled Model (id=Req005): <BR/> Papyrus model creation wizard shall select profiles to apply to the created model.</P><P>- Layout Requirement (id=req006): <BR/> The layout of wizard page when selecting the the diagram should be similar to the layout used in oep.infra.natable.comon.wizards.CreateNattableFromCatalogWizard.java</P><P>- Generic Model (id=req007): <BR/> Papyrus model creation wizard should to create a generic Ecore model.</P><P>- Customizable Wizard (id=req008): <BR/> The wizard should be easily customizable </P><P>- Project creation di name (id=req009): <BR/> the wizard shall allow to choose the name of the di/uml/notation files when we create a new project </P><P>- Diagram Name (id=req010): <BR/> Diagram name should be grayed out if any diagram are not selected</P><H2>Use Cases</H2><P align="middle"><img src="imgDOC/UseCaseDiagram.png" alt=UseCaseDiagram ></P><P align="middle">UseCaseDiagram</P><H3>Create new Profiled UML Project/Model</H3><P>A user create a new UML Project or Model with a profiled applied </P><H3>Create a new Generic Model</H3><P>A user should be able to create an Ecore Model</P><H3>Create a new UML Project/Model</H3><P>A user should be able to create a standard UML Project/Model</P><H3>Creation of UML Model/Project Test</H3><H2>Design</H2><P align="middle"><img src="imgDOC/Component_Diagram.png" alt=Component Diagram ></P><P align="middle">Component Diagram</P></html> \ No newline at end of file

Back to the top