TP6 partiel
This commit is contained in:
parent
e1419fa6ab
commit
a694800345
|
@ -20,3 +20,458 @@ java.io.IOException: '/fr/n7/simplepdl/toHTML/main/toHTML.emtl' not found
|
|||
|
||||
!ENTRY org.eclipse.jdt.core 4 969 2021-10-09 22:03:20.166
|
||||
!MESSAGE fr.n7.petrinet.toTINA.ui does not exist
|
||||
|
||||
!ENTRY org.eclipse.ui 4 0 2021-10-09 22:13:54.733
|
||||
!MESSAGE Unhandled event loop exception
|
||||
!STACK 0
|
||||
java.lang.NullPointerException
|
||||
at org.eclipse.ui.internal.PartSite.getKeyBindingService(PartSite.java:549)
|
||||
at org.eclipse.ui.part.MultiPageEditorPart.deactivateSite(MultiPageEditorPart.java:869)
|
||||
at org.eclipse.ui.part.MultiPageEditorPart.dispose(MultiPageEditorPart.java:482)
|
||||
at org.eclipse.sirius.editor.editorPlugin.SiriusEditor.dispose(SiriusEditor.java:1342)
|
||||
at org.eclipse.sirius.editor.tools.internal.presentation.CustomSiriusEditor.dispose(CustomSiriusEditor.java:465)
|
||||
at org.eclipse.sirius.editor.editorPlugin.SiriusEditor$3$1.run(SiriusEditor.java:423)
|
||||
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
|
||||
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
|
||||
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4988)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4510)
|
||||
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:166)
|
||||
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:368)
|
||||
at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:324)
|
||||
at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:636)
|
||||
at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:148)
|
||||
at org.eclipse.ltk.ui.refactoring.resource.DeleteResourcesWizard$DeleteResourcesRefactoringConfigurationPage.performFinish(DeleteResourcesWizard.java:284)
|
||||
at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:710)
|
||||
at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:450)
|
||||
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:468)
|
||||
at org.eclipse.jface.dialogs.Dialog.lambda$0(Dialog.java:619)
|
||||
at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:84)
|
||||
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252)
|
||||
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
|
||||
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
|
||||
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5013)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4507)
|
||||
at org.eclipse.jface.window.Window.runEventLoop(Window.java:823)
|
||||
at org.eclipse.jface.window.Window.open(Window.java:799)
|
||||
at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.lambda$0(RefactoringWizardOpenOperation.java:190)
|
||||
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)
|
||||
at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:209)
|
||||
at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:126)
|
||||
at org.eclipse.ltk.internal.ui.refactoring.actions.DeleteResourcesHandler.execute(DeleteResourcesHandler.java:44)
|
||||
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)
|
||||
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
|
||||
at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
|
||||
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:319)
|
||||
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:253)
|
||||
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
|
||||
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
|
||||
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
|
||||
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
|
||||
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
|
||||
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommandInContext(LegacyHandlerService.java:440)
|
||||
at org.eclipse.ui.internal.ide.actions.LTKLauncher.runCommand(LTKLauncher.java:140)
|
||||
at org.eclipse.ui.internal.ide.actions.LTKLauncher.openDeleteWizard(LTKLauncher.java:57)
|
||||
at org.eclipse.ui.actions.DeleteResourceAction.run(DeleteResourceAction.java:452)
|
||||
at org.eclipse.jdt.internal.ui.refactoring.reorg.DeleteAction.run(DeleteAction.java:196)
|
||||
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)
|
||||
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:252)
|
||||
at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
|
||||
at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:121)
|
||||
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
|
||||
at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
|
||||
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:319)
|
||||
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:253)
|
||||
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
|
||||
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
|
||||
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
|
||||
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
|
||||
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
|
||||
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:308)
|
||||
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:584)
|
||||
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:653)
|
||||
at org.eclipse.e4.ui.bindings.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:75)
|
||||
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
|
||||
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1453)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1436)
|
||||
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1475)
|
||||
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:838)
|
||||
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:4021)
|
||||
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:850)
|
||||
at org.eclipse.swt.widgets.Tree.gtk_key_press_event(Tree.java:2294)
|
||||
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2326)
|
||||
at org.eclipse.swt.widgets.Control.windowProc(Control.java:6795)
|
||||
at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4206)
|
||||
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5979)
|
||||
at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(Native Method)
|
||||
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1517)
|
||||
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Native Method)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4505)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
|
||||
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
|
||||
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
|
||||
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
|
||||
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
|
||||
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
|
||||
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
|
||||
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
|
||||
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
||||
|
||||
!ENTRY org.eclipse.acceleo.parser 4 0 2021-10-09 22:23:58.397
|
||||
!MESSAGE Compilation error for expression [name/] : Unrecognized variable: (name)
|
||||
|
||||
!ENTRY org.eclipse.acceleo.parser 4 0 2021-10-09 22:23:58.406
|
||||
!MESSAGE Compilation error for expression [name/] : Unrecognized variable: (name)
|
||||
|
||||
!ENTRY org.eclipse.acceleo.parser 4 0 2021-10-09 22:23:58.413
|
||||
!MESSAGE Compilation error for expression [name/] : Unrecognized variable: (name)
|
||||
|
||||
!ENTRY org.eclipse.acceleo.parser 4 0 2021-10-09 22:23:58.420
|
||||
!MESSAGE Compilation error for expression [name/] : Unrecognized variable: (name)
|
||||
|
||||
!ENTRY org.eclipse.acceleo.parser 4 0 2021-10-09 22:23:58.427
|
||||
!MESSAGE Compilation error for expression [name/] : Unrecognized variable: (name)
|
||||
|
||||
!ENTRY org.eclipse.jface 4 2 2021-10-09 22:41:40.936
|
||||
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
|
||||
!STACK 0
|
||||
java.lang.NullPointerException
|
||||
at simplepdl.provider.RequestItemProvider.getText(RequestItemProvider.java:133)
|
||||
at org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.getText(AdapterFactoryLabelProvider.java:424)
|
||||
at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getText(WrappedViewerLabelProvider.java:99)
|
||||
at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:148)
|
||||
at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:144)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:959)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:126)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1037)
|
||||
at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:427)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2111)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:853)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:831)
|
||||
at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:604)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:779)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:1690)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2557)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1704)
|
||||
at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:3029)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1660)
|
||||
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1084)
|
||||
at simplepdl.presentation.SimplepdlEditor$5.run(SimplepdlEditor.java:773)
|
||||
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
|
||||
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
|
||||
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4988)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4510)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
|
||||
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
|
||||
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
|
||||
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
|
||||
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
|
||||
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
|
||||
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
|
||||
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
|
||||
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
||||
|
||||
!ENTRY org.eclipse.jface 4 2 2021-10-09 22:41:40.988
|
||||
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
|
||||
!STACK 0
|
||||
java.lang.NullPointerException
|
||||
at simplepdl.provider.RequestItemProvider.getText(RequestItemProvider.java:133)
|
||||
at org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getText(AdapterFactoryItemDelegator.java:84)
|
||||
at simplepdl.presentation.SimplepdlEditor.setStatusLineManager(SimplepdlEditor.java:1711)
|
||||
at simplepdl.presentation.SimplepdlEditor.setSelection(SimplepdlEditor.java:1690)
|
||||
at simplepdl.presentation.SimplepdlEditor$6.selectionChanged(SimplepdlEditor.java:886)
|
||||
at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:151)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
|
||||
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:148)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1662)
|
||||
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1084)
|
||||
at simplepdl.presentation.SimplepdlEditor$5.run(SimplepdlEditor.java:773)
|
||||
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
|
||||
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
|
||||
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4988)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4510)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
|
||||
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
|
||||
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
|
||||
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
|
||||
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
|
||||
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
|
||||
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
|
||||
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
|
||||
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
||||
|
||||
!ENTRY org.eclipse.jface 4 2 2021-10-09 22:42:00.253
|
||||
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
|
||||
!STACK 0
|
||||
java.lang.NullPointerException
|
||||
at simplepdl.provider.RequestItemProvider.getText(RequestItemProvider.java:133)
|
||||
at org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getText(AdapterFactoryItemDelegator.java:84)
|
||||
at simplepdl.presentation.SimplepdlEditor.setStatusLineManager(SimplepdlEditor.java:1711)
|
||||
at simplepdl.presentation.SimplepdlEditor.setSelection(SimplepdlEditor.java:1690)
|
||||
at simplepdl.presentation.SimplepdlEditor$6.selectionChanged(SimplepdlEditor.java:886)
|
||||
at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:151)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)
|
||||
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:148)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
|
||||
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1178)
|
||||
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1207)
|
||||
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
|
||||
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:237)
|
||||
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:402)
|
||||
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
|
||||
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
|
||||
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:5013)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4507)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
|
||||
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
|
||||
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
|
||||
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
|
||||
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
|
||||
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
|
||||
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
|
||||
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
|
||||
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
||||
|
||||
!ENTRY org.eclipse.ui.workbench 4 2 2021-10-09 22:42:03.727
|
||||
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
|
||||
!STACK 0
|
||||
java.lang.NullPointerException
|
||||
at simplepdl.provider.RequestItemProvider.getText(RequestItemProvider.java:133)
|
||||
at org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getText(AdapterFactoryItemDelegator.java:84)
|
||||
at simplepdl.presentation.SimplepdlEditor.setStatusLineManager(SimplepdlEditor.java:1711)
|
||||
at simplepdl.presentation.SimplepdlEditor.setSelection(SimplepdlEditor.java:1690)
|
||||
at simplepdl.presentation.SimplepdlEditor.handleActivate(SimplepdlEditor.java:553)
|
||||
at simplepdl.presentation.SimplepdlEditor$1.partActivated(SimplepdlEditor.java:339)
|
||||
at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:4896)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:4893)
|
||||
at org.eclipse.ui.internal.WorkbenchPage.access$3(WorkbenchPage.java:4878)
|
||||
at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partActivated(WorkbenchPage.java:219)
|
||||
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$2.run(PartServiceImpl.java:249)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.firePartActivated(PartServiceImpl.java:246)
|
||||
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:770)
|
||||
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:679)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer.activate(AbstractPartRenderer.java:97)
|
||||
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.lambda$0(ContributedPartRenderer.java:63)
|
||||
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
|
||||
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5745)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1427)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1453)
|
||||
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1436)
|
||||
at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:2129)
|
||||
at org.eclipse.swt.widgets.Control.gtk_button_press_event(Control.java:3649)
|
||||
at org.eclipse.swt.widgets.Control.gtk_button_press_event(Control.java:3532)
|
||||
at org.eclipse.swt.widgets.Composite.gtk_button_press_event(Composite.java:829)
|
||||
at org.eclipse.swt.widgets.Tree.gtk_button_press_event(Tree.java:2158)
|
||||
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2309)
|
||||
at org.eclipse.swt.widgets.Control.windowProc(Control.java:6795)
|
||||
at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4206)
|
||||
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5979)
|
||||
at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(Native Method)
|
||||
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1517)
|
||||
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Native Method)
|
||||
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4505)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
|
||||
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
|
||||
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
|
||||
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
|
||||
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
|
||||
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:153)
|
||||
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
|
||||
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
|
||||
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
|
||||
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||||
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
|
||||
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
|
||||
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
|
||||
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
|
||||
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
|
||||
|
||||
!ENTRY org.eclipse.sirius 2 0 2021-10-09 22:42:16.170
|
||||
!MESSAGE the following edge mapping source finder expression could not be correctly evaluated : feature:requests
|
||||
!STACK 0
|
||||
org.eclipse.sirius.common.tools.api.interpreter.EvaluationException: Unknown feature name requests
|
||||
at org.eclipse.sirius.common.tools.internal.interpreter.FeatureInterpreter.evaluate(FeatureInterpreter.java:98)
|
||||
at org.eclipse.sirius.tools.internal.interpreter.SessionInterpreter.evaluate(SessionInterpreter.java:179)
|
||||
at org.eclipse.sirius.common.tools.api.interpreter.IInterpreter.evaluateCollection(IInterpreter.java:148)
|
||||
at org.eclipse.sirius.diagram.business.api.query.EdgeMappingQuery.evaluateSourceFinderExpression(EdgeMappingQuery.java:148)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.handleCandidatesFromSemanticTargets(DEdgeSynchronizerHelper.java:203)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeEdgeCandidatesWithDomain(DEdgeSynchronizerHelper.java:129)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeNowEdgeCandidates(DEdgeSynchronizerHelper.java:108)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.computeEdgeCandidates(DDiagramSynchronizer.java:1004)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.createEdgeCandidates(DDiagramSynchronizer.java:1272)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshEdgeMapping(DDiagramSynchronizer.java:1224)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.processEdgeMappingsRefresh(DDiagramSynchronizer.java:481)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshOperation(DDiagramSynchronizer.java:396)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refresh(DDiagramSynchronizer.java:317)
|
||||
at org.eclipse.sirius.diagram.business.internal.dialect.DiagramDialectServices.refresh(DiagramDialectServices.java:240)
|
||||
at org.eclipse.sirius.business.internal.dialect.DialectManagerImpl.refresh(DialectManagerImpl.java:106)
|
||||
at org.eclipse.sirius.business.api.dialect.command.RefreshRepresentationsCommand.doExecute(RefreshRepresentationsCommand.java:124)
|
||||
at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
|
||||
at org.eclipse.emf.common.command.CompoundCommand.execute(CompoundCommand.java:261)
|
||||
at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:119)
|
||||
at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:150)
|
||||
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
|
||||
at org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:208)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
|
||||
at org.eclipse.sirius.tools.api.ui.RefreshEditorsPrecommitListener.notify(RefreshEditorsPrecommitListener.java:260)
|
||||
at org.eclipse.sirius.business.internal.session.danalysis.DAnalysisSessionImpl.notifyListeners(DAnalysisSessionImpl.java:1253)
|
||||
at org.eclipse.sirius.business.internal.session.danalysis.SessionResourcesSynchronizer.reloadResource(SessionResourcesSynchronizer.java:237)
|
||||
at org.eclipse.sirius.business.internal.session.danalysis.SessionResourcesSynchronizer.processAction(SessionResourcesSynchronizer.java:174)
|
||||
at org.eclipse.sirius.business.internal.session.danalysis.SessionResourcesSynchronizer.processActions(SessionResourcesSynchronizer.java:163)
|
||||
at org.eclipse.sirius.business.internal.session.danalysis.SessionResourcesSynchronizer.statusesChanged(SessionResourcesSynchronizer.java:113)
|
||||
at org.eclipse.sirius.common.tools.api.resource.ResourceSetSync.notifyClientsInBatch(ResourceSetSync.java:424)
|
||||
at org.eclipse.sirius.common.tools.api.resource.ResourceSetSync.statusesChanged(ResourceSetSync.java:479)
|
||||
at org.eclipse.sirius.common.tools.internal.resource.ResourceSyncClientNotifier.run(ResourceSyncClientNotifier.java:80)
|
||||
at org.eclipse.sirius.common.tools.internal.resource.EditingSessionWorkspaceListener.resourceChanged(EditingSessionWorkspaceListener.java:63)
|
||||
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:305)
|
||||
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
|
||||
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:295)
|
||||
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:158)
|
||||
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:380)
|
||||
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502)
|
||||
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2306)
|
||||
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2317)
|
||||
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:131)
|
||||
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
|
||||
|
||||
!ENTRY org.eclipse.sirius 2 0 2021-10-09 22:44:35.000
|
||||
!MESSAGE the following edge mapping source finder expression could not be correctly evaluated : feature:requests
|
||||
!STACK 0
|
||||
org.eclipse.sirius.common.tools.api.interpreter.EvaluationException: Unknown feature name requests
|
||||
at org.eclipse.sirius.common.tools.internal.interpreter.FeatureInterpreter.evaluate(FeatureInterpreter.java:98)
|
||||
at org.eclipse.sirius.tools.internal.interpreter.SessionInterpreter.evaluate(SessionInterpreter.java:179)
|
||||
at org.eclipse.sirius.common.tools.api.interpreter.IInterpreter.evaluateCollection(IInterpreter.java:148)
|
||||
at org.eclipse.sirius.diagram.business.api.query.EdgeMappingQuery.evaluateSourceFinderExpression(EdgeMappingQuery.java:148)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.handleCandidatesFromSemanticTargets(DEdgeSynchronizerHelper.java:203)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeEdgeCandidatesWithDomain(DEdgeSynchronizerHelper.java:129)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeNowEdgeCandidates(DEdgeSynchronizerHelper.java:108)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.computeEdgeCandidates(DDiagramSynchronizer.java:1004)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.createEdgeCandidates(DDiagramSynchronizer.java:1272)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshEdgeMapping(DDiagramSynchronizer.java:1224)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.processEdgeMappingsRefresh(DDiagramSynchronizer.java:481)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshOperation(DDiagramSynchronizer.java:396)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refresh(DDiagramSynchronizer.java:317)
|
||||
at org.eclipse.sirius.diagram.business.internal.dialect.DiagramDialectServices.refresh(DiagramDialectServices.java:240)
|
||||
at org.eclipse.sirius.business.internal.dialect.DialectManagerImpl.refresh(DialectManagerImpl.java:106)
|
||||
at org.eclipse.sirius.business.api.dialect.command.RefreshRepresentationsCommand.doExecute(RefreshRepresentationsCommand.java:124)
|
||||
at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
|
||||
at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:119)
|
||||
at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:150)
|
||||
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
|
||||
at org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:208)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl.launchRefresh(DDiagramEditorImpl.java:1480)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl.access$2(DDiagramEditorImpl.java:1451)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl$1.run(DDiagramEditorImpl.java:796)
|
||||
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
||||
|
||||
!ENTRY org.eclipse.sirius 2 0 2021-10-09 23:01:57.687
|
||||
!MESSAGE the following edge mapping source finder expression could not be correctly evaluated : feature:requests
|
||||
!STACK 0
|
||||
org.eclipse.sirius.common.tools.api.interpreter.EvaluationException: Unknown feature name requests
|
||||
at org.eclipse.sirius.common.tools.internal.interpreter.FeatureInterpreter.evaluate(FeatureInterpreter.java:98)
|
||||
at org.eclipse.sirius.tools.internal.interpreter.SessionInterpreter.evaluate(SessionInterpreter.java:179)
|
||||
at org.eclipse.sirius.common.tools.api.interpreter.IInterpreter.evaluateCollection(IInterpreter.java:148)
|
||||
at org.eclipse.sirius.diagram.business.api.query.EdgeMappingQuery.evaluateSourceFinderExpression(EdgeMappingQuery.java:148)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.handleCandidatesFromSemanticTargets(DEdgeSynchronizerHelper.java:203)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeEdgeCandidatesWithDomain(DEdgeSynchronizerHelper.java:129)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DEdgeSynchronizerHelper.computeNowEdgeCandidates(DEdgeSynchronizerHelper.java:108)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.computeEdgeCandidates(DDiagramSynchronizer.java:1004)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.createEdgeCandidates(DDiagramSynchronizer.java:1272)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshEdgeMapping(DDiagramSynchronizer.java:1224)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.processEdgeMappingsRefresh(DDiagramSynchronizer.java:481)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refreshOperation(DDiagramSynchronizer.java:396)
|
||||
at org.eclipse.sirius.diagram.business.internal.sync.DDiagramSynchronizer.refresh(DDiagramSynchronizer.java:317)
|
||||
at org.eclipse.sirius.diagram.business.internal.dialect.DiagramDialectServices.refresh(DiagramDialectServices.java:240)
|
||||
at org.eclipse.sirius.business.internal.dialect.DialectManagerImpl.refresh(DialectManagerImpl.java:106)
|
||||
at org.eclipse.sirius.business.api.dialect.command.RefreshRepresentationsCommand.doExecute(RefreshRepresentationsCommand.java:124)
|
||||
at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
|
||||
at org.eclipse.emf.workspace.EMFCommandOperation.doExecute(EMFCommandOperation.java:119)
|
||||
at org.eclipse.emf.workspace.AbstractEMFOperation.execute(AbstractEMFOperation.java:150)
|
||||
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:496)
|
||||
at org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl.doExecute(WorkspaceCommandStackImpl.java:208)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
|
||||
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl.launchRefresh(DDiagramEditorImpl.java:1480)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl.access$2(DDiagramEditorImpl.java:1451)
|
||||
at org.eclipse.sirius.diagram.ui.tools.internal.editor.DDiagramEditorImpl$1.run(DDiagramEditorImpl.java:796)
|
||||
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
||||
|
|
|
@ -0,0 +1,310 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="31174c6a-f2ea-435b-ae52-dc2841efba41">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" x="485" y="20" width="216" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="45" y="295" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="455" y="297" width="241" height="111"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="865" y="280" width="226" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFQ68ClAEeyDO9z0LI9hnQ" type="2001" element="_iCyOtSlAEeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFQ68ylAEeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_iFQ69ClAEeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFRiAClAEeyDO9z0LI9hnQ" type="3003" element="_iCy1wClAEeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_iFRiASlAEeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFRiAilAEeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_iFQ68SlAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFQ68ilAEeyDO9z0LI9hnQ" x="910" y="20" width="191" height="141"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w8xzsCk-EeyDO9z0LI9hnQ" type="4001" element="_w0bI8Ck-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w8yawCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8yawSk-EeyDO9z0LI9hnQ" x="-17"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0Ck-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0Sk-EeyDO9z0LI9hnQ" x="10" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0ik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0yk-EeyDO9z0LI9hnQ" x="15" y="5"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w8xzsSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w8xzsik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w8xzsyk-EeyDO9z0LI9hnQ" points="[-35, 22, 330, -216]$[-276, 180, 89, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQCk-EeyDO9z0LI9hnQ" id="(0.16203703703703703,0.753968253968254)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQSk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w83TQik-EeyDO9z0LI9hnQ" type="4001" element="_w0eMQyk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TRik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TRyk-EeyDO9z0LI9hnQ" x="-61" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSSk-EeyDO9z0LI9hnQ" x="-5" y="2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSyk-EeyDO9z0LI9hnQ" x="12" y="6"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w83TQyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w83TRCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w83TRSk-EeyDO9z0LI9hnQ" points="[-14, 2, 330, -253]$[-284, 47, 60, -208]$[-327, 197, 17, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836UCk-EeyDO9z0LI9hnQ" id="(0.06481481481481481,0.6190476190476191)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836USk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w836Uik-EeyDO9z0LI9hnQ" type="4001" element="_w0ezVCk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SoCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w836Vik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836Vyk-EeyDO9z0LI9hnQ" x="-8" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w836WCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836WSk-EeyDO9z0LI9hnQ" x="6" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w84hYCk-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84hYSk-EeyDO9z0LI9hnQ" x="4" y="2"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w836Uyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w836VCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w836VSk-EeyDO9z0LI9hnQ" points="[-5, 5, 0, -157]$[-5, 156, 0, -6]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYik-EeyDO9z0LI9hnQ" id="(0.4537037037037037,0.9603174603174603)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYyk-EeyDO9z0LI9hnQ" id="(0.5103734439834025,0.05405405405405406)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w84hZCk-EeyDO9z0LI9hnQ" type="4001" element="_w0faYik-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w84haCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84haSk-EeyDO9z0LI9hnQ" x="-11" y="-2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IcCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IcSk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Icik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Icyk-EeyDO9z0LI9hnQ" x="7" y="1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w84hZSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w84hZik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w84hZyk-EeyDO9z0LI9hnQ" points="[157, 116, -223, -164]$[370, 272, -10, -8]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdCk-EeyDO9z0LI9hnQ" id="(0.046296296296296294,0.07936507936507936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w85Idik-EeyDO9z0LI9hnQ" type="4001" element="_w0faZyk-EeyDO9z0LI9hnQ" source="_No8SoCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ieik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ieyk-EeyDO9z0LI9hnQ" x="-2" y="-20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IfCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IfSk-EeyDO9z0LI9hnQ" x="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ifik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ifyk-EeyDO9z0LI9hnQ" x="4" y="-3"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w85Idyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w85IeCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w85IeSk-EeyDO9z0LI9hnQ" points="[12, -7, -182, 0]$[181, -7, -13, 0]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgCk-EeyDO9z0LI9hnQ" id="(0.950207468879668,0.5945945945945946)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgSk-EeyDO9z0LI9hnQ" id="(0.05752212389380531,0.6031746031746031)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_iFSJEClAEeyDO9z0LI9hnQ" type="4001" element="_iC0q8ClAEeyDO9z0LI9hnQ" source="_iFQ68ClAEeyDO9z0LI9hnQ" target="_No5PUCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJFClAEeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJFSlAEeyDO9z0LI9hnQ" x="-10" y="10"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJFilAEeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJFylAEeyDO9z0LI9hnQ" x="10" y="-9"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJGClAEeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJGSlAEeyDO9z0LI9hnQ" x="12" y="-7"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_iFSJESlAEeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_iFSJEilAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iFSJEylAEeyDO9z0LI9hnQ" points="[-15, 0, 312, -12]$[-319, 11, 8, -1]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwIClAEeyDO9z0LI9hnQ" id="(0.5759162303664922,0.3404255319148936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwISlAEeyDO9z0LI9hnQ" id="(0.9629629629629629,0.47619047619047616)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_iFSwIilAEeyDO9z0LI9hnQ" type="4001" element="_iC0q9SlAEeyDO9z0LI9hnQ" source="_iFQ68ClAEeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwJilAEeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwJylAEeyDO9z0LI9hnQ" x="-10" y="1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwKClAEeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwKSlAEeyDO9z0LI9hnQ" x="10" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwKilAEeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwKylAEeyDO9z0LI9hnQ" x="10" y="-1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_iFSwIylAEeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_iFSwJClAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iFSwJSlAEeyDO9z0LI9hnQ" points="[-4, 30, 38, -308]$[-27, 212, 15, -126]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwLClAEeyDO9z0LI9hnQ" id="(0.5759162303664922,0.3404255319148936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwLSlAEeyDO9z0LI9hnQ" id="(0.5,1.0)"/>
|
||||
</edges>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" outgoingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ _w0ezVCk-EeyDO9z0LI9hnQ _w0faYik-EeyDO9z0LI9hnQ" incomingEdges="_iC0q8ClAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" incomingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" outgoingEdges="_w0faZyk-EeyDO9z0LI9hnQ" incomingEdges="_w0ezVCk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" incomingEdges="_w0faYik-EeyDO9z0LI9hnQ _w0faZyk-EeyDO9z0LI9hnQ _iC0q9SlAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0bI8Ck-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0dlMCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0eMQCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0eMQyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezUCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezUSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0ezVCk-EeyDO9z0LI9hnQ" name="finishToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezVSk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezVik-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faYik-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0faYyk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0faZCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faZyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjrYISk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0gBcCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0gBcSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_iCyOtSlAEeyDO9z0LI9hnQ" name="test guidance" outgoingEdges="_iC0q8ClAEeyDO9z0LI9hnQ _iC0q9SlAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<semanticElements xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Square" uid="_iCy1wClAEeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node" color="252,233,79">
|
||||
<description xmi:type="style:SquareDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_iC0q8ClAEeyDO9z0LI9hnQ" sourceNode="_iCyOtSlAEeyDO9z0LI9hnQ" targetNode="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_iC0q8SlAEeyDO9z0LI9hnQ" lineStyle="dash" size="2" strokeColor="39,76,114">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_iC0q8ilAEeyDO9z0LI9hnQ" labelSize="12"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_iC0q9SlAEeyDO9z0LI9hnQ" sourceNode="_iCyOtSlAEeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_iC0q9ilAEeyDO9z0LI9hnQ" lineStyle="dash" size="2" strokeColor="39,76,114">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_iC0q9ylAEeyDO9z0LI9hnQ" labelSize="12"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl:Guidance">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="ResNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="TransitionNode" domainClass="petrinet::Transition">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="ArcEdge" sourceMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='TransitionNode']" targetMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='PlaceNode']" targetFinderExpression="feature:arcs:target">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,240 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="1274f16d-5c7d-408f-be87-a932725d425a">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" x="485" y="20" width="216" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="45" y="295" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="455" y="297" width="241" height="111"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="865" y="280" width="226" height="126"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w8xzsCk-EeyDO9z0LI9hnQ" type="4001" element="_w0bI8Ck-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w8yawCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8yawSk-EeyDO9z0LI9hnQ" x="-17"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0Ck-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0Sk-EeyDO9z0LI9hnQ" x="10" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0ik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0yk-EeyDO9z0LI9hnQ" x="15" y="5"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w8xzsSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w8xzsik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w8xzsyk-EeyDO9z0LI9hnQ" points="[-35, 22, 330, -216]$[-276, 180, 89, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQCk-EeyDO9z0LI9hnQ" id="(0.16203703703703703,0.753968253968254)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQSk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w83TQik-EeyDO9z0LI9hnQ" type="4001" element="_w0eMQyk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TRik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TRyk-EeyDO9z0LI9hnQ" x="-61" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSSk-EeyDO9z0LI9hnQ" x="-5" y="2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSyk-EeyDO9z0LI9hnQ" x="12" y="6"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w83TQyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w83TRCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w83TRSk-EeyDO9z0LI9hnQ" points="[-14, 2, 330, -253]$[-284, 47, 60, -208]$[-327, 197, 17, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836UCk-EeyDO9z0LI9hnQ" id="(0.06481481481481481,0.6190476190476191)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836USk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w836Uik-EeyDO9z0LI9hnQ" type="4001" element="_w0ezVCk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SoCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w836Vik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836Vyk-EeyDO9z0LI9hnQ" x="-8" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w836WCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836WSk-EeyDO9z0LI9hnQ" x="6" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w84hYCk-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84hYSk-EeyDO9z0LI9hnQ" x="4" y="2"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w836Uyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w836VCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w836VSk-EeyDO9z0LI9hnQ" points="[-5, 5, 0, -157]$[-5, 156, 0, -6]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYik-EeyDO9z0LI9hnQ" id="(0.4537037037037037,0.9603174603174603)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYyk-EeyDO9z0LI9hnQ" id="(0.5103734439834025,0.05405405405405406)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w84hZCk-EeyDO9z0LI9hnQ" type="4001" element="_w0faYik-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w84haCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84haSk-EeyDO9z0LI9hnQ" x="-11" y="-2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IcCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IcSk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Icik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Icyk-EeyDO9z0LI9hnQ" x="7" y="1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w84hZSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w84hZik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w84hZyk-EeyDO9z0LI9hnQ" points="[157, 116, -223, -164]$[370, 272, -10, -8]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdCk-EeyDO9z0LI9hnQ" id="(0.046296296296296294,0.07936507936507936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w85Idik-EeyDO9z0LI9hnQ" type="4001" element="_w0faZyk-EeyDO9z0LI9hnQ" source="_No8SoCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ieik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ieyk-EeyDO9z0LI9hnQ" x="-2" y="-20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IfCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IfSk-EeyDO9z0LI9hnQ" x="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ifik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ifyk-EeyDO9z0LI9hnQ" x="4" y="-3"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w85Idyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w85IeCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w85IeSk-EeyDO9z0LI9hnQ" points="[12, -7, -182, 0]$[181, -7, -13, 0]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgCk-EeyDO9z0LI9hnQ" id="(0.950207468879668,0.5945945945945946)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgSk-EeyDO9z0LI9hnQ" id="(0.05752212389380531,0.6031746031746031)"/>
|
||||
</edges>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" outgoingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ _w0ezVCk-EeyDO9z0LI9hnQ _w0faYik-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" incomingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" outgoingEdges="_w0faZyk-EeyDO9z0LI9hnQ" incomingEdges="_w0ezVCk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" incomingEdges="_w0faYik-EeyDO9z0LI9hnQ _w0faZyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0bI8Ck-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0dlMCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0eMQCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0eMQyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezUCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezUSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0ezVCk-EeyDO9z0LI9hnQ" name="finishToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezVSk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezVik-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faYik-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0faYyk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0faZCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faZyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjrYISk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0gBcCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0gBcSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<defaultLayer name="Default"/>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<simplepdl:Process xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:simplepdl="http://simplepdl" name="developpement">
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToSuccessors="//@processElements.4 //@processElements.5 //@processElements.6 //@processElements.7" name="Conception"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.4 //@processElements.5" name="RedactionDoc"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.6" linksToSuccessors="//@processElements.8" name="Programmation"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.7 //@processElements.8" name="RedactionTests"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToStart" predecessor="//@processElements.0" successor="//@processElements.2"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.2" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:Guidance" text="test" elements="//@processElements.0 //@processElements.3"/>
|
||||
</simplepdl:Process>
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<simplepdl:Process xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:simplepdl="http://simplepdl" name="developpement">
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToSuccessors="//@processElements.4 //@processElements.5 //@processElements.6 //@processElements.7" name="Conception2"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.4 //@processElements.5" name="RedactionDoc"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.6" linksToSuccessors="//@processElements.8" name="Programmation"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.7 //@processElements.8" name="RedactionTests"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToStart" predecessor="//@processElements.0" successor="//@processElements.2"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.2" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:Guidance" text="test" elements="//@processElements.0 //@processElements.3"/>
|
||||
</simplepdl:Process>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description" uid="_EDpaEClDEeyDO9z0LI9hnQ" selectedViews="_gcdCsClDEeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>My.petrinet</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_gcdCsClDEeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.petrinet.design/description/petrinet.odesign#//@ownedViewpoints[name='petrinetViewpoint']"/>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:petrinet="http://petrinet" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description">
|
||||
<viewpoint:DAnalysis uid="_EDpaEClDEeyDO9z0LI9hnQ" selectedViews="_gcdCsClDEeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>My.petrinet</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_gcdCsClDEeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.petrinet.design/description/petrinet.odesign#//@ownedViewpoints[name='petrinetViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_j1yWASlDEeyDO9z0LI9hnQ" name="exemple NetworkDiagram" repPath="#_j1xu8ClDEeyDO9z0LI9hnQ" changeId="35071304-8433-4e4e-b15e-b350241dc73b">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.petrinet.design/description/petrinet.odesign#//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']"/>
|
||||
<target xmi:type="petrinet:Network" href="My.petrinet#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_j1xu8ClDEeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_j1yWAilDEeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_j1yWAylDEeyDO9z0LI9hnQ" type="Sirius" element="_j1xu8ClDEeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_j1yWBClDEeyDO9z0LI9hnQ"/>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_j1yWBSlDEeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_j1yWBilDEeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.petrinet.design/description/petrinet.odesign#//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_j1xu8SlDEeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.petrinet.design/description/petrinet.odesign#//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="petrinet:Network" href="My.petrinet#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,332 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="32139b7a-e2ec-46cb-accf-13fea103569d">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" x="485" y="20" width="216" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="45" y="295" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="455" y="297" width="241" height="111"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="865" y="280" width="226" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFQ68ClAEeyDO9z0LI9hnQ" type="2001" element="_iCyOtSlAEeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFQ68ylAEeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_iFQ69ClAEeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFRiAClAEeyDO9z0LI9hnQ" type="3003" element="_iCy1wClAEeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_iFRiASlAEeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFRiAilAEeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_iFQ68SlAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFQ68ilAEeyDO9z0LI9hnQ" x="910" y="20" width="191" height="141"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Y5NloClBEeyDO9z0LI9hnQ" type="2001" element="_Y5B_cClBEeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_Y5NloylBEeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_Y5NlpClBEeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Y5NlpSlBEeyDO9z0LI9hnQ" type="3017" element="_Y5B_cSlBEeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Y5NlpilBEeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Y5NlpylBEeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Y5NloSlBEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Y5NloilBEeyDO9z0LI9hnQ" x="45" y="30" width="91" height="76"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w8xzsCk-EeyDO9z0LI9hnQ" type="4001" element="_w0bI8Ck-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w8yawCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8yawSk-EeyDO9z0LI9hnQ" x="-17"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0Ck-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0Sk-EeyDO9z0LI9hnQ" x="10" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0ik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0yk-EeyDO9z0LI9hnQ" x="15" y="5"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w8xzsSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w8xzsik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w8xzsyk-EeyDO9z0LI9hnQ" points="[-35, 22, 330, -216]$[-276, 180, 89, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQCk-EeyDO9z0LI9hnQ" id="(0.16203703703703703,0.753968253968254)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQSk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w83TQik-EeyDO9z0LI9hnQ" type="4001" element="_w0eMQyk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TRik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TRyk-EeyDO9z0LI9hnQ" x="-61" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSSk-EeyDO9z0LI9hnQ" x="-5" y="2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSyk-EeyDO9z0LI9hnQ" x="12" y="6"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w83TQyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w83TRCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w83TRSk-EeyDO9z0LI9hnQ" points="[-14, 2, 330, -253]$[-284, 47, 60, -208]$[-327, 197, 17, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836UCk-EeyDO9z0LI9hnQ" id="(0.06481481481481481,0.6190476190476191)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836USk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w836Uik-EeyDO9z0LI9hnQ" type="4001" element="_w0ezVCk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SoCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w836Vik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836Vyk-EeyDO9z0LI9hnQ" x="-8" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w836WCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836WSk-EeyDO9z0LI9hnQ" x="6" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w84hYCk-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84hYSk-EeyDO9z0LI9hnQ" x="4" y="2"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w836Uyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w836VCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w836VSk-EeyDO9z0LI9hnQ" points="[-5, 5, 0, -157]$[-5, 156, 0, -6]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYik-EeyDO9z0LI9hnQ" id="(0.4537037037037037,0.9603174603174603)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYyk-EeyDO9z0LI9hnQ" id="(0.5103734439834025,0.05405405405405406)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w84hZCk-EeyDO9z0LI9hnQ" type="4001" element="_w0faYik-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w84haCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84haSk-EeyDO9z0LI9hnQ" x="-11" y="-2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IcCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IcSk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Icik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Icyk-EeyDO9z0LI9hnQ" x="7" y="1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w84hZSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w84hZik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w84hZyk-EeyDO9z0LI9hnQ" points="[157, 116, -223, -164]$[370, 272, -10, -8]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdCk-EeyDO9z0LI9hnQ" id="(0.046296296296296294,0.07936507936507936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w85Idik-EeyDO9z0LI9hnQ" type="4001" element="_w0faZyk-EeyDO9z0LI9hnQ" source="_No8SoCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ieik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ieyk-EeyDO9z0LI9hnQ" x="-2" y="-20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IfCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IfSk-EeyDO9z0LI9hnQ" x="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ifik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ifyk-EeyDO9z0LI9hnQ" x="4" y="-3"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w85Idyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w85IeCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w85IeSk-EeyDO9z0LI9hnQ" points="[12, -7, -182, 0]$[181, -7, -13, 0]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgCk-EeyDO9z0LI9hnQ" id="(0.950207468879668,0.5945945945945946)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgSk-EeyDO9z0LI9hnQ" id="(0.05752212389380531,0.6031746031746031)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_iFSJEClAEeyDO9z0LI9hnQ" type="4001" element="_iC0q8ClAEeyDO9z0LI9hnQ" source="_iFQ68ClAEeyDO9z0LI9hnQ" target="_No5PUCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJFClAEeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJFSlAEeyDO9z0LI9hnQ" x="-10" y="10"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJFilAEeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJFylAEeyDO9z0LI9hnQ" x="10" y="-9"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSJGClAEeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSJGSlAEeyDO9z0LI9hnQ" x="12" y="-7"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_iFSJESlAEeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_iFSJEilAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iFSJEylAEeyDO9z0LI9hnQ" points="[-15, 0, 312, -12]$[-319, 11, 8, -1]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwIClAEeyDO9z0LI9hnQ" id="(0.5759162303664922,0.3404255319148936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwISlAEeyDO9z0LI9hnQ" id="(0.9629629629629629,0.47619047619047616)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_iFSwIilAEeyDO9z0LI9hnQ" type="4001" element="_iC0q9SlAEeyDO9z0LI9hnQ" source="_iFQ68ClAEeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwJilAEeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwJylAEeyDO9z0LI9hnQ" x="-10" y="1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwKClAEeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwKSlAEeyDO9z0LI9hnQ" x="10" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_iFSwKilAEeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_iFSwKylAEeyDO9z0LI9hnQ" x="10" y="-1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_iFSwIylAEeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_iFSwJClAEeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iFSwJSlAEeyDO9z0LI9hnQ" points="[-4, 30, 38, -308]$[-27, 212, 15, -126]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwLClAEeyDO9z0LI9hnQ" id="(0.5759162303664922,0.3404255319148936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iFSwLSlAEeyDO9z0LI9hnQ" id="(0.5,1.0)"/>
|
||||
</edges>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" outgoingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ _w0ezVCk-EeyDO9z0LI9hnQ _w0faYik-EeyDO9z0LI9hnQ" incomingEdges="_iC0q8ClAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" incomingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" outgoingEdges="_w0faZyk-EeyDO9z0LI9hnQ" incomingEdges="_w0ezVCk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" incomingEdges="_w0faYik-EeyDO9z0LI9hnQ _w0faZyk-EeyDO9z0LI9hnQ _iC0q9SlAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0bI8Ck-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0dlMCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0eMQCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0eMQyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezUCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezUSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0ezVCk-EeyDO9z0LI9hnQ" name="finishToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezVSk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezVik-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faYik-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0faYyk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0faZCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faZyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjrYISk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0gBcCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0gBcSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_iCyOtSlAEeyDO9z0LI9hnQ" name="test guidance" outgoingEdges="_iC0q8ClAEeyDO9z0LI9hnQ _iC0q9SlAEeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<semanticElements xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Square" uid="_iCy1wClAEeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node" color="252,233,79">
|
||||
<description xmi:type="style:SquareDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_iC0q8ClAEeyDO9z0LI9hnQ" sourceNode="_iCyOtSlAEeyDO9z0LI9hnQ" targetNode="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_iC0q8SlAEeyDO9z0LI9hnQ" lineStyle="dash" size="2" strokeColor="39,76,114">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_iC0q8ilAEeyDO9z0LI9hnQ" labelSize="12"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_iC0q9SlAEeyDO9z0LI9hnQ" sourceNode="_iCyOtSlAEeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:Guidance" href="developpement.simplepdl#//@processElements.9"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_iC0q9ilAEeyDO9z0LI9hnQ" lineStyle="dash" size="2" strokeColor="39,76,114">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_iC0q9ylAEeyDO9z0LI9hnQ" labelSize="12"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='GEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Y5B_cClBEeyDO9z0LI9hnQ" name="Papier" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:Resource" href="developpement.simplepdl#//@processElements.10"/>
|
||||
<semanticElements xmi:type="simplepdl:Resource" href="developpement.simplepdl#//@processElements.10"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Lozenge" uid="_Y5B_cSlBEeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelPosition="node">
|
||||
<description xmi:type="style:LozengeNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='RNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='RNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" uid="_HPqR0Ck9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
</viewpoint:DAnalysis>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl:Guidance">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl:Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" uid="_EDpaEClDEeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>My.petrinet</semanticResources>
|
||||
</viewpoint:DAnalysis>
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="REdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='RNode']" targetFinderExpression="feature:target" sourceFinderExpression="feature:requests" domainClass="simplepdl::Request" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="2b33a390-e120-43fc-9d02-db78d03ed4d0">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="MyViewpoint">
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="ResNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="ReqEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='ResNode']" targetFinderExpression="feature:target" sourceFinderExpression="feature:requests" domainClass="simple::Request" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12" labelExpression="[name/]">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" labelSize="12" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="MyViewpoint">
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,179 @@
|
|||
/**
|
||||
*/
|
||||
package simplepdl.provider;
|
||||
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import org.eclipse.emf.common.notify.AdapterFactory;
|
||||
import org.eclipse.emf.common.notify.Notification;
|
||||
|
||||
import org.eclipse.emf.common.util.ResourceLocator;
|
||||
|
||||
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
|
||||
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
|
||||
import org.eclipse.emf.edit.provider.IItemLabelProvider;
|
||||
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
|
||||
import org.eclipse.emf.edit.provider.IItemPropertySource;
|
||||
import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
|
||||
import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
|
||||
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
|
||||
import org.eclipse.emf.edit.provider.ItemProviderAdapter;
|
||||
import org.eclipse.emf.edit.provider.ViewerNotification;
|
||||
|
||||
import simplepdl.Request;
|
||||
import simplepdl.SimplepdlPackage;
|
||||
|
||||
/**
|
||||
* This is the item provider adapter for a {@link simplepdl.Request} object.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
public class RequestItemProvider
|
||||
extends ItemProviderAdapter
|
||||
implements
|
||||
IEditingDomainItemProvider,
|
||||
IStructuredItemContentProvider,
|
||||
ITreeItemContentProvider,
|
||||
IItemLabelProvider,
|
||||
IItemPropertySource {
|
||||
/**
|
||||
* This constructs an instance from a factory and a notifier.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
public RequestItemProvider(AdapterFactory adapterFactory) {
|
||||
super(adapterFactory);
|
||||
}
|
||||
|
||||
/**
|
||||
* This returns the property descriptors for the adapted class.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
|
||||
if (itemPropertyDescriptors == null) {
|
||||
super.getPropertyDescriptors(object);
|
||||
|
||||
addQuantityPropertyDescriptor(object);
|
||||
addTargetPropertyDescriptor(object);
|
||||
}
|
||||
return itemPropertyDescriptors;
|
||||
}
|
||||
|
||||
/**
|
||||
* This adds a property descriptor for the Quantity feature.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
protected void addQuantityPropertyDescriptor(Object object) {
|
||||
itemPropertyDescriptors.add
|
||||
(createItemPropertyDescriptor
|
||||
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
|
||||
getResourceLocator(),
|
||||
getString("_UI_Request_quantity_feature"),
|
||||
getString("_UI_PropertyDescriptor_description", "_UI_Request_quantity_feature", "_UI_Request_type"),
|
||||
SimplepdlPackage.Literals.REQUEST__QUANTITY,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
|
||||
null,
|
||||
null));
|
||||
}
|
||||
|
||||
/**
|
||||
* This adds a property descriptor for the Target feature.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
protected void addTargetPropertyDescriptor(Object object) {
|
||||
itemPropertyDescriptors.add
|
||||
(createItemPropertyDescriptor
|
||||
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
|
||||
getResourceLocator(),
|
||||
getString("_UI_Request_target_feature"),
|
||||
getString("_UI_PropertyDescriptor_description", "_UI_Request_target_feature", "_UI_Request_type"),
|
||||
SimplepdlPackage.Literals.REQUEST__TARGET,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
null,
|
||||
null,
|
||||
null));
|
||||
}
|
||||
|
||||
/**
|
||||
* This returns Request.gif.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
public Object getImage(Object object) {
|
||||
return overlayImage(object, getResourceLocator().getImage("full/obj16/Request"));
|
||||
}
|
||||
|
||||
/**
|
||||
* This returns the label text for the adapted class.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
public String getText(Object object) {
|
||||
Request request = (Request)object;
|
||||
return getString("_UI_Request_type") + " --" + request.getQuantity() + "--> " + request.getTarget().getName();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* This handles model notifications by calling {@link #updateChildren} to update any cached
|
||||
* children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
public void notifyChanged(Notification notification) {
|
||||
updateChildren(notification);
|
||||
|
||||
switch (notification.getFeatureID(Request.class)) {
|
||||
case SimplepdlPackage.REQUEST__QUANTITY:
|
||||
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
|
||||
return;
|
||||
}
|
||||
super.notifyChanged(notification);
|
||||
}
|
||||
|
||||
/**
|
||||
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children
|
||||
* that can be created under this object.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) {
|
||||
super.collectNewChildDescriptors(newChildDescriptors, object);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the resource locator for this item provider's resources.
|
||||
* <!-- begin-user-doc -->
|
||||
* <!-- end-user-doc -->
|
||||
* @generated
|
||||
*/
|
||||
@Override
|
||||
public ResourceLocator getResourceLocator() {
|
||||
return SimplepdlEditPlugin.INSTANCE;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place"/>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<simplepdl:Process xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:simplepdl="http://simplepdl" name="developpement">
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToSuccessors="//@processElements.4 //@processElements.5 //@processElements.6 //@processElements.7" name="Conception"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.4 //@processElements.5" name="RedactionDoc"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.6" linksToSuccessors="//@processElements.8" name="Programmation"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.7 //@processElements.8" name="RedactionTests"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToStart" predecessor="//@processElements.0" successor="//@processElements.2"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.2" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:Guidance" text="test" elements="//@processElements.0 //@processElements.3"/>
|
||||
</simplepdl:Process>
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="TransitionNode" domainClass="petrinet::Transition">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="ArcEdge" sourceMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='TransitionNode']" targetMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='PlaceNode']" targetFinderExpression="feature:arcs.target">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,106 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="b70e7f30-2af7-417f-ae6f-5f9f3238f3c7">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" width="20" height="20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="275" y="155" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="140" width="20" height="20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="210" width="20" height="20"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" uid="_HPqR0Ck9EeyDO9z0LI9hnQ" version="14.3.1.202003261200"/>
|
|
@ -0,0 +1,240 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="61ed9f5b-b128-4cb4-b073-bcbac0d2a14f">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" x="485" y="20" width="216" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="45" y="295" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="455" y="297" width="241" height="111"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="865" y="280" width="226" height="126"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w8xzsCk-EeyDO9z0LI9hnQ" type="4001" element="_w0bI8Ck-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w8yawCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8yawSk-EeyDO9z0LI9hnQ" x="-17"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0Ck-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0Sk-EeyDO9z0LI9hnQ" x="10" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0ik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0yk-EeyDO9z0LI9hnQ" x="15" y="5"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w8xzsSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w8xzsik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w8xzsyk-EeyDO9z0LI9hnQ" points="[-35, 22, 330, -216]$[-276, 180, 89, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQCk-EeyDO9z0LI9hnQ" id="(0.16203703703703703,0.753968253968254)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQSk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w83TQik-EeyDO9z0LI9hnQ" type="4001" element="_w0eMQyk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TRik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TRyk-EeyDO9z0LI9hnQ" x="-32" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSSk-EeyDO9z0LI9hnQ" x="9" y="1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSyk-EeyDO9z0LI9hnQ" x="37" y="6"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w83TQyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w83TRCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w83TRSk-EeyDO9z0LI9hnQ" points="[-14, 2, 330, -253]$[-396, 96, -52, -159]$[-363, 197, -19, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836UCk-EeyDO9z0LI9hnQ" id="(0.06481481481481481,0.6190476190476191)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836USk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w836Uik-EeyDO9z0LI9hnQ" type="4001" element="_w0ezVCk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SoCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w836Vik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836Vyk-EeyDO9z0LI9hnQ" x="-8" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w836WCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836WSk-EeyDO9z0LI9hnQ" x="6" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w84hYCk-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84hYSk-EeyDO9z0LI9hnQ" x="4" y="2"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w836Uyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w836VCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w836VSk-EeyDO9z0LI9hnQ" points="[-5, 5, 0, -157]$[-5, 156, 0, -6]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYik-EeyDO9z0LI9hnQ" id="(0.4537037037037037,0.9603174603174603)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYyk-EeyDO9z0LI9hnQ" id="(0.5103734439834025,0.05405405405405406)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w84hZCk-EeyDO9z0LI9hnQ" type="4001" element="_w0faYik-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w84haCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84haSk-EeyDO9z0LI9hnQ" x="-11" y="-2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IcCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IcSk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Icik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Icyk-EeyDO9z0LI9hnQ" x="7" y="1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w84hZSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w84hZik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w84hZyk-EeyDO9z0LI9hnQ" points="[157, 116, -223, -164]$[370, 272, -10, -8]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdCk-EeyDO9z0LI9hnQ" id="(0.046296296296296294,0.07936507936507936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w85Idik-EeyDO9z0LI9hnQ" type="4001" element="_w0faZyk-EeyDO9z0LI9hnQ" source="_No8SoCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ieik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ieyk-EeyDO9z0LI9hnQ" x="-2" y="-20"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IfCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IfSk-EeyDO9z0LI9hnQ" x="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ifik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ifyk-EeyDO9z0LI9hnQ" x="4" y="-3"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w85Idyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w85IeCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w85IeSk-EeyDO9z0LI9hnQ" points="[12, -7, -182, 0]$[181, -7, -13, 0]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgCk-EeyDO9z0LI9hnQ" id="(0.950207468879668,0.5945945945945946)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgSk-EeyDO9z0LI9hnQ" id="(0.05752212389380531,0.6031746031746031)"/>
|
||||
</edges>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" outgoingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ _w0ezVCk-EeyDO9z0LI9hnQ _w0faYik-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" incomingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" outgoingEdges="_w0faZyk-EeyDO9z0LI9hnQ" incomingEdges="_w0ezVCk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" incomingEdges="_w0faYik-EeyDO9z0LI9hnQ _w0faZyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0bI8Ck-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0dlMCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0eMQCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0eMQyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezUCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezUSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0ezVCk-EeyDO9z0LI9hnQ" name="finishToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezVSk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezVik-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faYik-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0faYyk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0faZCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faZyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjrYISk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0gBcCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0gBcSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<simplepdl:Process xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:simplepdl="http://simplepdl" name="developpement">
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToSuccessors="//@processElements.4 //@processElements.5 //@processElements.6 //@processElements.7" name="Conception"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.4 //@processElements.5" name="RedactionDoc"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.6" linksToSuccessors="//@processElements.8" name="Programmation"/>
|
||||
<processElements xsi:type="simplepdl:WorkDefinition" linksToPredecessors="//@processElements.7 //@processElements.8" name="RedactionTests"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToStart" predecessor="//@processElements.0" successor="//@processElements.2"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.2" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="simplepdl:Guidance" text="test guidance" elements="//@processElements.0 //@processElements.3"/>
|
||||
</simplepdl:Process>
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default"/>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,240 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:simplepdl="http://simplepdl" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
|
||||
<viewpoint:DAnalysis uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_AnPW4Ck-EeyDO9z0LI9hnQ" name="developpement ProcessDiagram" repPath="#_AnAtYCk-EeyDO9z0LI9hnQ" changeId="275e986d-6802-425f-9919-672a32a60d2f">
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</ownedRepresentationDescriptors>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
||||
<diagram:DSemanticDiagram uid="_AnAtYCk-EeyDO9z0LI9hnQ">
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnhDsCk-EeyDO9z0LI9hnQ" source="GMF_DIAGRAMS">
|
||||
<data xmi:type="notation:Diagram" xmi:id="_AnhDsSk-EeyDO9z0LI9hnQ" type="Sirius" element="_AnAtYCk-EeyDO9z0LI9hnQ" measurementUnit="Pixel">
|
||||
<children xmi:type="notation:Node" xmi:id="_No5PUCk-EeyDO9z0LI9hnQ" type="2001" element="_NjhnICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7EgCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7EgSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_Qq_uYCk-EeyDO9z0LI9hnQ" type="3016" element="_QoIAkCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_Qq_uYSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qq_uYik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No5PUSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No5PUik-EeyDO9z0LI9hnQ" x="485" y="20" width="216" height="126"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No7rkyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No7rlCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrAVcCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsSk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrAVcSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrAVcik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No7rkSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No7rkik-EeyDO9z0LI9hnQ" x="45" y="295" width="221" height="116"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SoCk-EeyDO9z0LI9hnQ" type="2001" element="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No8Soyk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No8SpCk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gCk-EeyDO9z0LI9hnQ" type="3016" element="_QoJOsyk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8gSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8gik-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8SoSk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Soik-EeyDO9z0LI9hnQ" x="455" y="297" width="241" height="111"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_No8SpSk-EeyDO9z0LI9hnQ" type="2001" element="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_No85sCk-EeyDO9z0LI9hnQ" type="5002">
|
||||
<layoutConstraint xmi:type="notation:Location" xmi:id="_No85sSk-EeyDO9z0LI9hnQ" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_QrA8gyk-EeyDO9z0LI9hnQ" type="3016" element="_QoJ1wCk-EeyDO9z0LI9hnQ">
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_QrA8hCk-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_QrA8hSk-EeyDO9z0LI9hnQ"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ShapeStyle" xmi:id="_No8Spik-EeyDO9z0LI9hnQ" fontName="Ubuntu"/>
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_No8Spyk-EeyDO9z0LI9hnQ" x="865" y="280" width="226" height="126"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:DiagramStyle" xmi:id="_AnhDsik-EeyDO9z0LI9hnQ"/>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w8xzsCk-EeyDO9z0LI9hnQ" type="4001" element="_w0bI8Ck-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w8yawCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8yawSk-EeyDO9z0LI9hnQ" x="-17"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0Ck-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0Sk-EeyDO9z0LI9hnQ" x="10" y="5"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w8zB0ik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w8zB0yk-EeyDO9z0LI9hnQ" x="15" y="5"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w8xzsSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w8xzsik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w8xzsyk-EeyDO9z0LI9hnQ" points="[-35, 22, 330, -216]$[-276, 180, 89, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQCk-EeyDO9z0LI9hnQ" id="(0.16203703703703703,0.753968253968254)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w83TQSk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w83TQik-EeyDO9z0LI9hnQ" type="4001" element="_w0eMQyk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No7rkCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TRik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TRyk-EeyDO9z0LI9hnQ" x="-32" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSSk-EeyDO9z0LI9hnQ" x="9" y="1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w83TSik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w83TSyk-EeyDO9z0LI9hnQ" x="37" y="6"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w83TQyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w83TRCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w83TRSk-EeyDO9z0LI9hnQ" points="[-14, 2, 330, -253]$[-396, 96, -52, -159]$[-363, 197, -19, -58]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836UCk-EeyDO9z0LI9hnQ" id="(0.06481481481481481,0.6190476190476191)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w836USk-EeyDO9z0LI9hnQ" id="(0.5,0.5)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w836Uik-EeyDO9z0LI9hnQ" type="4001" element="_w0ezVCk-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SoCk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w836Vik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836Vyk-EeyDO9z0LI9hnQ" x="-8" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w836WCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w836WSk-EeyDO9z0LI9hnQ" x="6" y="3"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w84hYCk-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84hYSk-EeyDO9z0LI9hnQ" x="4" y="2"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w836Uyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w836VCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w836VSk-EeyDO9z0LI9hnQ" points="[-5, 5, 0, -157]$[-5, 156, 0, -6]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYik-EeyDO9z0LI9hnQ" id="(0.4537037037037037,0.9603174603174603)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w84hYyk-EeyDO9z0LI9hnQ" id="(0.5103734439834025,0.05405405405405406)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w84hZCk-EeyDO9z0LI9hnQ" type="4001" element="_w0faYik-EeyDO9z0LI9hnQ" source="_No5PUCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w84haCk-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w84haSk-EeyDO9z0LI9hnQ" x="-11" y="-2"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IcCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IcSk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Icik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Icyk-EeyDO9z0LI9hnQ" x="7" y="1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w84hZSk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w84hZik-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w84hZyk-EeyDO9z0LI9hnQ" points="[157, 116, -223, -164]$[370, 272, -10, -8]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdCk-EeyDO9z0LI9hnQ" id="(0.046296296296296294,0.07936507936507936)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85IdSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
<edges xmi:type="notation:Edge" xmi:id="_w85Idik-EeyDO9z0LI9hnQ" type="4001" element="_w0faZyk-EeyDO9z0LI9hnQ" source="_No8SoCk-EeyDO9z0LI9hnQ" target="_No8SpSk-EeyDO9z0LI9hnQ">
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ieik-EeyDO9z0LI9hnQ" type="6001">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ieyk-EeyDO9z0LI9hnQ" x="-9"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85IfCk-EeyDO9z0LI9hnQ" type="6002">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85IfSk-EeyDO9z0LI9hnQ" x="4" y="1"/>
|
||||
</children>
|
||||
<children xmi:type="notation:Node" xmi:id="_w85Ifik-EeyDO9z0LI9hnQ" type="6003">
|
||||
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_w85Ifyk-EeyDO9z0LI9hnQ" x="5" y="-1"/>
|
||||
</children>
|
||||
<styles xmi:type="notation:ConnectorStyle" xmi:id="_w85Idyk-EeyDO9z0LI9hnQ"/>
|
||||
<styles xmi:type="notation:FontStyle" xmi:id="_w85IeCk-EeyDO9z0LI9hnQ" fontName="Ubuntu" fontHeight="12"/>
|
||||
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_w85IeSk-EeyDO9z0LI9hnQ" points="[231, 1, -179, -2]$[400, 2, -10, -1]"/>
|
||||
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgCk-EeyDO9z0LI9hnQ" id="(0.04149377593360996,0.09009009009009009)"/>
|
||||
<targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_w85vgSk-EeyDO9z0LI9hnQ" id="(0.04424778761061947,0.23809523809523808)"/>
|
||||
</edges>
|
||||
</data>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_AnlVICk-EeyDO9z0LI9hnQ" source="DANNOTATION_CUSTOMIZATION_KEY">
|
||||
<data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_Anl8MCk-EeyDO9z0LI9hnQ"/>
|
||||
</ownedAnnotationEntries>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjhnICk-EeyDO9z0LI9hnQ" name="Conception" outgoingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ _w0ezVCk-EeyDO9z0LI9hnQ _w0faYik-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.0"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoIAkCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYICk-EeyDO9z0LI9hnQ" name="RedactionDoc" incomingEdges="_w0bI8Ck-EeyDO9z0LI9hnQ _w0eMQyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.1"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_NjrYISk-EeyDO9z0LI9hnQ" name="Programmation" outgoingEdges="_w0faZyk-EeyDO9z0LI9hnQ" incomingEdges="_w0ezVCk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.2"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJOsyk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DNode" uid="_Njr_MCk-EeyDO9z0LI9hnQ" name="RedactionTests" incomingEdges="_w0faYik-EeyDO9z0LI9hnQ _w0faZyk-EeyDO9z0LI9hnQ" width="3" height="3" resizeKind="NSEW">
|
||||
<target xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkDefinition" href="developpement.simplepdl#//@processElements.3"/>
|
||||
<arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_SIZE</arrangeConstraints>
|
||||
<arrangeConstraints>KEEP_RATIO</arrangeConstraints>
|
||||
<ownedStyle xmi:type="diagram:Ellipse" uid="_QoJ1wCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" borderSize="3" borderSizeComputationExpression="3" labelPosition="node">
|
||||
<description xmi:type="style:EllipseNodeDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']/@style"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:NodeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0bI8Ck-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.4"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0dlMCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0eMQCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0eMQyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYICk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.5"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezUCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezUSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0ezVCk-EeyDO9z0LI9hnQ" name="finishToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_NjrYISk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.6"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0ezVSk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0ezVik-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faYik-EeyDO9z0LI9hnQ" name="startToStart" sourceNode="_NjhnICk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.7"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0faYyk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0faZCk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<ownedDiagramElements xmi:type="diagram:DEdge" uid="_w0faZyk-EeyDO9z0LI9hnQ" name="finishToFinish" sourceNode="_NjrYISk-EeyDO9z0LI9hnQ" targetNode="_Njr_MCk-EeyDO9z0LI9hnQ">
|
||||
<target xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<semanticElements xmi:type="simplepdl:WorkSequence" href="developpement.simplepdl#//@processElements.8"/>
|
||||
<ownedStyle xmi:type="diagram:EdgeStyle" uid="_w0gBcCk-EeyDO9z0LI9hnQ" size="2" strokeColor="214,197,66">
|
||||
<description xmi:type="style:EdgeStyleDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']/@style"/>
|
||||
<centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_w0gBcSk-EeyDO9z0LI9hnQ" labelSize="12" showIcon="false" labelColor="214,197,66"/>
|
||||
</ownedStyle>
|
||||
<actualMapping xmi:type="description_1:EdgeMapping" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@edgeMappings[name='WSEdge']"/>
|
||||
</ownedDiagramElements>
|
||||
<description xmi:type="description_1:DiagramDescription" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']"/>
|
||||
<filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_AnG0ACk-EeyDO9z0LI9hnQ"/>
|
||||
<activatedLayers xmi:type="description_1:Layer" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer"/>
|
||||
<target xmi:type="simplepdl:Process" href="developpement.simplepdl#/"/>
|
||||
</diagram:DSemanticDiagram>
|
||||
</xmi:XMI>
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" uid="_EDpaEClDEeyDO9z0LI9hnQ" version="14.3.1.202003261200"/>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<SimplePDL:Process xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SimplePDL="http://simplepdl" name="developpement">
|
||||
<processElements xsi:type="SimplePDL:WorkDefinition" linksToSuccessors="//@processElements.4 //@processElements.5 //@processElements.6 //@processElements.7" name="Conception"/>
|
||||
<processElements xsi:type="SimplePDL:WorkDefinition" linksToPredecessors="//@processElements.4 //@processElements.5" name="RedactionDoc"/>
|
||||
<processElements xsi:type="SimplePDL:WorkDefinition" linksToPredecessors="//@processElements.6" linksToSuccessors="//@processElements.8" name="Programmation"/>
|
||||
<processElements xsi:type="SimplePDL:WorkDefinition" linksToPredecessors="//@processElements.7 //@processElements.8" name="RedactionTests"/>
|
||||
<processElements xsi:type="SimplePDL:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="SimplePDL:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.0" successor="//@processElements.1"/>
|
||||
<processElements xsi:type="SimplePDL:WorkSequence" linkType="finishToStart" predecessor="//@processElements.0" successor="//@processElements.2"/>
|
||||
<processElements xsi:type="SimplePDL:WorkSequence" predecessor="//@processElements.0" successor="//@processElements.3"/>
|
||||
<processElements xsi:type="SimplePDL:WorkSequence" linkType="finishToFinish" predecessor="//@processElements.2" successor="//@processElements.3"/>
|
||||
</SimplePDL:Process>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="TransitionNode" domainClass="petrinet::Transition">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl:Guidance">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl:Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default"/>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="REdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='RNode']" targetFinderExpression="feature:target" sourceFinderExpression="feature:requests" domainClass="simplepdl::Request" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="petrinet" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="petrinetViewpoint" modelFileExtension="petrinet">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="NetworkDiagram" domainClass="petrinet::Network" enablePopupBars="true">
|
||||
<metamodel href="http://petrinet#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="PlaceNode" domainClass="petrinet::Place">
|
||||
<style xsi:type="style:DotDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<backgroundColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="TransitionNode" domainClass="petrinet::Transition">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="ArcEdge" sourceMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='PlaceNode']" targetMapping="//@ownedViewpoints[name='petrinetViewpoint']/@ownedRepresentations[name='NetworkDiagram']/@defaultLayer/@nodeMappings[name='TransitionNode']" targetFinderExpression="feature:target" domainClass="petrinet::Arc" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.petrinet.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl:Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='yellow']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl::Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style lineStyle="dash" sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="REdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='RNode']" targetFinderExpression="feature:target" domainClass="simplepdl::Request" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl::Guidance">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelExpression="feature:text" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl:Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl:Guidance"/>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="GNode" domainClass="simplepdl:Guidance">
|
||||
<style xsi:type="style:SquareDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<nodeMappings name="RNode" domainClass="simplepdl:Resource">
|
||||
<style xsi:type="style:LozengeNodeDescription" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
<edgeMappings name="WSEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:successor" sourceFinderExpression="feature:predecessor" domainClass="simplepdl::WorkSequence" useDomainElement="true">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
<centerLabelStyleDescription labelSize="12" showIcon="false" labelExpression="feature:linkType">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_yellow']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
<edgeMappings name="GEdge" sourceMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='GNode']" targetMapping="//@ownedViewpoints[name='simplepdlViewpoint']/@ownedRepresentations[name='ProcessDiagram']/@defaultLayer/@nodeMappings[name='WDNode']" targetFinderExpression="feature:elements">
|
||||
<style sizeComputationExpression="2">
|
||||
<strokeColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
<centerLabelStyleDescription labelSize="12">
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
</centerLabelStyleDescription>
|
||||
</style>
|
||||
</edgeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition"/>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description:Group xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" name="simplepdl" version="12.0.0.2017041100">
|
||||
<ownedViewpoints name="simplepdlViewpoint" modelFileExtension="simplepdl">
|
||||
<ownedRepresentations xsi:type="description_1:DiagramDescription" name="ProcessDiagram" domainClass="simplepdl::Process" enablePopupBars="true">
|
||||
<metamodel href="http://simplepdl#/"/>
|
||||
<defaultLayer name="Default">
|
||||
<nodeMappings name="WDNode" domainClass="simplepdl::WorkDefinition">
|
||||
<style xsi:type="style:EllipseNodeDescription" borderSizeComputationExpression="3" labelSize="12" showIcon="false" labelPosition="node" resizeKind="NSEW">
|
||||
<borderColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<labelColor xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
|
||||
<color xsi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='gray']"/>
|
||||
</style>
|
||||
</nodeMappings>
|
||||
</defaultLayer>
|
||||
</ownedRepresentations>
|
||||
<ownedJavaExtensions qualifiedClassName="fr.n7.simplepdl.design.Services"/>
|
||||
</ownedViewpoints>
|
||||
</description:Group>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description" uid="_HPqR0Ck9EeyDO9z0LI9hnQ" selectedViews="_1bFAcCk9EeyDO9z0LI9hnQ" version="14.3.1.202003261200">
|
||||
<semanticResources>developpement.simplepdl</semanticResources>
|
||||
<ownedViews xmi:type="viewpoint:DView" uid="_1bFAcCk9EeyDO9z0LI9hnQ">
|
||||
<viewpoint xmi:type="description:Viewpoint" href="platform:/resource/fr.n7.simplepdl.design/description/simplepdl.odesign#//@ownedViewpoints[name='simplepdlViewpoint']"/>
|
||||
</ownedViews>
|
||||
</viewpoint:DAnalysis>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue