Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2012-04-17 16:34:32 +0000
committeracuccuru2012-04-17 16:34:32 +0000
commit317be1eb6d9f9693dec3ba2b5329978af71ee762 (patch)
tree56ff8e95069a0626513285dfcefa2f1822db8093 /extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java
parent15889762123dea5572d9a6a28778de389f97cf48 (diff)
downloadorg.eclipse.papyrus-317be1eb6d9f9693dec3ba2b5329978af71ee762.tar.gz
org.eclipse.papyrus-317be1eb6d9f9693dec3ba2b5329978af71ee762.tar.xz
org.eclipse.papyrus-317be1eb6d9f9693dec3ba2b5329978af71ee762.zip
Version 0.9 of the alf editor, compatible with Papyrus 0.8
Diffstat (limited to 'extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java')
-rw-r--r--extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java b/extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java
new file mode 100644
index 00000000000..7ad3c700a33
--- /dev/null
+++ b/extraplugins/alf09/src/org/eclipse/papyrus/alf/validation/typing/OperationFacade.java
@@ -0,0 +1,18 @@
+/*****************************************************************************
+ * Copyright (c) 2011 CEA LIST.
+ *
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * CEA LIST - Initial API and implementation
+ *
+ *****************************************************************************/
+package org.eclipse.papyrus.alf.validation.typing;
+
+public class OperationFacade {
+
+}

Back to the top