Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java
deleted file mode 100644
index 57c31aafef8..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Realization;
-
-/**
- * A sample validator interface for {@link SoaML.MotivationRealization}.
- * This doesn't really do anything, and it's not a real EMF artifact.
- * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
- * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
- */
-public interface MotivationRealizationValidator {
- boolean validate();
-
- boolean validateBase_Realization(Realization value);
-}

Back to the top