Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/usecases.md')
-rwxr-xr-xplugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/usecases.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/usecases.md b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/usecases.md
new file mode 100755
index 00000000000..672c7e8d9b9
--- /dev/null
+++ b/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/usecases.md
@@ -0,0 +1,5 @@
+**class ViewPrototype**
+This class provides method to create a view (editor) from an EObject using the method
+instantiateOn(final EObject owner, final String name, final boolean openCreatedView)
+This class provides the command to change the graphical owner and the semantic owner.
+

Back to the top