Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AgentValidator.java17
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AttachmentValidator.java21
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CapabilityValidator.java18
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CatalogValidator.java18
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategorizationValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValidator.java17
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValueValidator.java17
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationUseValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ConsumerValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ExposeValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormDescriptorValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormValueValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MessageTypeValidator.java23
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MilestoneValidator.java26
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationElementValidator.java17
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationRealizationValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/NodeDescriptorValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ParticipantValidator.java18
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PortValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PropertyValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ProviderValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/RequestValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceChannelValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceContractValidator.java17
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceInterfaceValidator.java20
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceValidator.java19
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServicesArchitectureValidator.java17
28 files changed, 0 insertions, 537 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AgentValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AgentValidator.java
deleted file mode 100644
index 17f81bf437f..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AgentValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.Agent}.
- * 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 AgentValidator {
- boolean validate();
-
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AttachmentValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AttachmentValidator.java
deleted file mode 100644
index bda15954ce5..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/AttachmentValidator.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Property;
-
-/**
- * A sample validator interface for {@link SoaML.Attachment}.
- * 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 AttachmentValidator {
- boolean validate();
-
- boolean validateEncoding(String value);
- boolean validateBase_Property(Property value);
- boolean validateMimetype(String value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CapabilityValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CapabilityValidator.java
deleted file mode 100644
index 52b1cd131d6..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CapabilityValidator.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.Capability}.
- * 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 CapabilityValidator {
- boolean validate();
-
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CatalogValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CatalogValidator.java
deleted file mode 100644
index 3eb6f0f7eb2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CatalogValidator.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.Catalog}.
- * 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 CatalogValidator {
- boolean validate();
-
- boolean validateBase_Package(org.eclipse.uml2.uml.Package value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategorizationValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategorizationValidator.java
deleted file mode 100644
index 3d90f361aa2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategorizationValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Dependency;
-
-/**
- * A sample validator interface for {@link SoaML.Categorization}.
- * 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 CategorizationValidator {
- boolean validate();
-
- boolean validateBase_Dependency(Dependency value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValidator.java
deleted file mode 100644
index 74b99199da1..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.Category}.
- * 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 CategoryValidator {
- boolean validate();
-
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValueValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValueValidator.java
deleted file mode 100644
index 7a45211df91..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CategoryValueValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.CategoryValue}.
- * 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 CategoryValueValidator {
- boolean validate();
-
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationUseValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationUseValidator.java
deleted file mode 100644
index 2f16e6dbb48..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationUseValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.CollaborationUse;
-
-/**
- * A sample validator interface for {@link SoaML.CollaborationUse}.
- * 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 CollaborationUseValidator {
- boolean validate();
-
- boolean validateBase_CollaborationUse(CollaborationUse value);
- boolean validateIsStrict(boolean value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationValidator.java
deleted file mode 100644
index 900e9fe16a4..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/CollaborationValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Collaboration;
-
-/**
- * A sample validator interface for {@link SoaML.Collaboration}.
- * 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 CollaborationValidator {
- boolean validate();
-
- boolean validateBase_Collaboration(Collaboration value);
- boolean validateIsStrict(boolean value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ConsumerValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ConsumerValidator.java
deleted file mode 100644
index d9bc803030a..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ConsumerValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Interface;
-
-/**
- * A sample validator interface for {@link SoaML.Consumer}.
- * 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 ConsumerValidator {
- boolean validate();
-
- boolean validateBase_Interface(Interface value);
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ExposeValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ExposeValidator.java
deleted file mode 100644
index d62b07710ce..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ExposeValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Dependency;
-
-/**
- * A sample validator interface for {@link SoaML.Expose}.
- * 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 ExposeValidator {
- boolean validate();
-
- boolean validateBase_Dependency(Dependency value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormDescriptorValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormDescriptorValidator.java
deleted file mode 100644
index 383c4c047c6..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormDescriptorValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Property;
-
-/**
- * A sample validator interface for {@link SoaML.FreeFormDescriptor}.
- * 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 FreeFormDescriptorValidator {
- boolean validate();
-
- boolean validateBase_Property(Property value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormValueValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormValueValidator.java
deleted file mode 100644
index 87c6db90dfc..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/FreeFormValueValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.ValueSpecification;
-
-/**
- * A sample validator interface for {@link SoaML.FreeFormValue}.
- * 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 FreeFormValueValidator {
- boolean validate();
-
- boolean validateBase_ValueSpecification(ValueSpecification value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MessageTypeValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MessageTypeValidator.java
deleted file mode 100644
index 85a4fbe6d90..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MessageTypeValidator.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.DataType;
-import org.eclipse.uml2.uml.Signal;
-
-/**
- * A sample validator interface for {@link SoaML.MessageType}.
- * 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 MessageTypeValidator {
- boolean validate();
-
- boolean validateBase_Signal(Signal value);
- boolean validateEncoding(String value);
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
- boolean validateBase_DataType(DataType value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MilestoneValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MilestoneValidator.java
deleted file mode 100644
index 8867dd3e0a5..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MilestoneValidator.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.uml2.uml.Comment;
-import org.eclipse.uml2.uml.Signal;
-import org.eclipse.uml2.uml.ValueSpecification;
-
-/**
- * A sample validator interface for {@link SoaML.Milestone}.
- * 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 MilestoneValidator {
- boolean validate();
-
- boolean validateSignal(Signal value);
- boolean validateProgress(int value);
- boolean validateValue(EList<ValueSpecification> value);
- boolean validateBase_Comment(Comment value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationElementValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationElementValidator.java
deleted file mode 100644
index 1a5256aacde..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/MotivationElementValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.MotivationElement}.
- * 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 MotivationElementValidator {
- boolean validate();
-
-}
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);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/NodeDescriptorValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/NodeDescriptorValidator.java
deleted file mode 100644
index ef65e894136..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/NodeDescriptorValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Artifact;
-
-/**
- * A sample validator interface for {@link SoaML.NodeDescriptor}.
- * 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 NodeDescriptorValidator {
- boolean validate();
-
- boolean validateBase_Artifact(Artifact value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ParticipantValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ParticipantValidator.java
deleted file mode 100644
index d56a81047f7..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ParticipantValidator.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.Participant}.
- * 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 ParticipantValidator {
- boolean validate();
-
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PortValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PortValidator.java
deleted file mode 100644
index ab09f80a5a2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PortValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Port;
-
-/**
- * A sample validator interface for {@link SoaML.Port}.
- * 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 PortValidator {
- boolean validate();
-
- boolean validateBase_Port(Port value);
- boolean validateConnectorRequired(boolean value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PropertyValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PropertyValidator.java
deleted file mode 100644
index e6f101b2ed2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/PropertyValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Property;
-
-/**
- * A sample validator interface for {@link SoaML.Property}.
- * 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 PropertyValidator {
- boolean validate();
-
- boolean validateIsID(boolean value);
- boolean validateBase_Property(Property value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ProviderValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ProviderValidator.java
deleted file mode 100644
index 7547fd14dd9..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ProviderValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Interface;
-
-/**
- * A sample validator interface for {@link SoaML.Provider}.
- * 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 ProviderValidator {
- boolean validate();
-
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
- boolean validateBase_Interface(Interface value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/RequestValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/RequestValidator.java
deleted file mode 100644
index 9fc6c064702..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/RequestValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Port;
-
-/**
- * A sample validator interface for {@link SoaML.Request}.
- * 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 RequestValidator {
- boolean validate();
-
- boolean validateBase_Port(Port value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceChannelValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceChannelValidator.java
deleted file mode 100644
index 4c40d5584b1..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceChannelValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Connector;
-
-/**
- * A sample validator interface for {@link SoaML.ServiceChannel}.
- * 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 ServiceChannelValidator {
- boolean validate();
-
- boolean validateBase_Connector(Connector value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceContractValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceContractValidator.java
deleted file mode 100644
index 27bbae5a073..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceContractValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.ServiceContract}.
- * 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 ServiceContractValidator {
- boolean validate();
-
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceInterfaceValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceInterfaceValidator.java
deleted file mode 100644
index f3c2eec78d2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceInterfaceValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Interface;
-
-/**
- * A sample validator interface for {@link SoaML.ServiceInterface}.
- * 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 ServiceInterfaceValidator {
- boolean validate();
-
- boolean validateBase_Interface(Interface value);
- boolean validateBase_Class(org.eclipse.uml2.uml.Class value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceValidator.java
deleted file mode 100644
index 64d4d5e6bd2..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServiceValidator.java
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-import org.eclipse.uml2.uml.Port;
-
-/**
- * A sample validator interface for {@link SoaML.Service}.
- * 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 ServiceValidator {
- boolean validate();
-
- boolean validateBase_Port(Port value);
-}
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServicesArchitectureValidator.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServicesArchitectureValidator.java
deleted file mode 100644
index a66a4330603..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/validation/ServicesArchitectureValidator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- *
- * $Id$
- */
-package SoaML.validation;
-
-
-/**
- * A sample validator interface for {@link SoaML.ServicesArchitecture}.
- * 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 ServicesArchitectureValidator {
- boolean validate();
-
-}

Back to the top