Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2006-01-05 22:42:56 +0000
committerkhussey2006-01-05 22:42:56 +0000
commit8b0eb36440a17b7938cf2267888c383490c24351 (patch)
treebdf081ee1334ec855d5671620a36ee7e954df999 /deprecated
parentd1c90018669cb4d0960b6675fcca113aefa825c7 (diff)
downloadorg.eclipse.uml2.test-8b0eb36440a17b7938cf2267888c383490c24351.tar.gz
org.eclipse.uml2.test-8b0eb36440a17b7938cf2267888c383490c24351.tar.xz
org.eclipse.uml2.test-8b0eb36440a17b7938cf2267888c383490c24351.zip
[80305] Regenerating based on template changes.
Diffstat (limited to 'deprecated')
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/BehavioralFeatureOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassifierOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ConstraintOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/DataTypeOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementImportOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementOperations.java8
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/InstanceSpecificationOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralBooleanOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralIntegerOperations.java12
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralNullOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralStringOperations.java12
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralUnlimitedNaturalOperations.java12
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/MultiplicityElementOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamedElementOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamespaceOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/OperationOperations.java12
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageImportOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PropertyOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/RedefinableElementOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TemplateableElementOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TypeOperations.java10
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ValueSpecificationOperations.java10
24 files changed, 123 insertions, 123 deletions
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/BehavioralFeatureOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/BehavioralFeatureOperations.java
index 096501e2..11508629 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/BehavioralFeatureOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/BehavioralFeatureOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BehavioralFeatureOperations.java,v 1.4 2005/05/18 16:38:31 khussey Exp $
+ * $Id: BehavioralFeatureOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -31,9 +31,9 @@ import org.eclipse.uml2.Parameter;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class BehavioralFeatureOperations extends UML2Operations {
+public class BehavioralFeatureOperations extends NamespaceOperations {
/**
* <!-- begin-user-doc -->
@@ -47,7 +47,7 @@ public final class BehavioralFeatureOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private BehavioralFeatureOperations() {
+ protected BehavioralFeatureOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassOperations.java
index df02d677..6a206ddd 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClassOperations.java,v 1.11 2005/12/23 06:48:12 khussey Exp $
+ * $Id: ClassOperations.java,v 1.12 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -42,9 +42,9 @@ import org.eclipse.uml2.common.util.CacheAdapter;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class ClassOperations extends UML2Operations {
+public class ClassOperations extends ClassifierOperations {
/**
* <!-- begin-user-doc -->
@@ -58,7 +58,7 @@ public final class ClassOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ClassOperations() {
+ protected ClassOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassifierOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassifierOperations.java
index 770783db..d5766833 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassifierOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ClassifierOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClassifierOperations.java,v 1.13 2005/09/27 20:03:02 khussey Exp $
+ * $Id: ClassifierOperations.java,v 1.14 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -60,9 +60,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class ClassifierOperations extends UML2Operations {
+public class ClassifierOperations extends NamespaceOperations {
/**
* <!-- begin-user-doc -->
@@ -76,7 +76,7 @@ public final class ClassifierOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ClassifierOperations() {
+ protected ClassifierOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ConstraintOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ConstraintOperations.java
index 0347bb39..954a9759 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ConstraintOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ConstraintOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, 2005 IBM Corporation and others.
+ * Copyright (c) 2004, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConstraintOperations.java,v 1.6 2005/05/18 16:38:31 khussey Exp $
+ * $Id: ConstraintOperations.java,v 1.7 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -35,9 +35,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class ConstraintOperations extends UML2Operations {
+public class ConstraintOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -51,7 +51,7 @@ public final class ConstraintOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ConstraintOperations() {
+ protected ConstraintOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/DataTypeOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/DataTypeOperations.java
index 200167a1..897d5682 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/DataTypeOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/DataTypeOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DataTypeOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: DataTypeOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -29,9 +29,9 @@ import org.eclipse.uml2.DataType;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class DataTypeOperations extends UML2Operations {
+public class DataTypeOperations extends ClassifierOperations {
/**
* <!-- begin-user-doc -->
@@ -45,7 +45,7 @@ public final class DataTypeOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private DataTypeOperations() {
+ protected DataTypeOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementImportOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementImportOperations.java
index fccf0f93..e605b4d6 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementImportOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementImportOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ElementImportOperations.java,v 1.9 2005/06/15 17:18:21 khussey Exp $
+ * $Id: ElementImportOperations.java,v 1.10 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -39,9 +39,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class ElementImportOperations extends UML2Operations {
+public class ElementImportOperations extends ElementOperations {
/**
* <!-- begin-user-doc -->
@@ -55,7 +55,7 @@ public final class ElementImportOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ElementImportOperations() {
+ protected ElementImportOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementOperations.java
index fbc245da..764a607c 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ElementOperations.java,v 1.16 2005/12/15 23:01:51 khussey Exp $
+ * $Id: ElementOperations.java,v 1.17 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -48,7 +48,7 @@ import org.eclipse.uml2.util.UML2Validator;
*
* @generated not
*/
-public final class ElementOperations extends UML2Operations {
+public class ElementOperations extends UML2Operations {
/**
* <!-- begin-user-doc -->
@@ -62,7 +62,7 @@ public final class ElementOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ElementOperations() {
+ protected ElementOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/InstanceSpecificationOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/InstanceSpecificationOperations.java
index f4d373a6..42c2c4dc 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/InstanceSpecificationOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/InstanceSpecificationOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004, 2005 IBM Corporation and others.
+ * Copyright (c) 2004, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InstanceSpecificationOperations.java,v 1.6 2005/05/18 16:38:32 khussey Exp $
+ * $Id: InstanceSpecificationOperations.java,v 1.7 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -42,9 +42,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class InstanceSpecificationOperations extends UML2Operations {
+public class InstanceSpecificationOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -58,7 +58,7 @@ public final class InstanceSpecificationOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private InstanceSpecificationOperations() {
+ protected InstanceSpecificationOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralBooleanOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralBooleanOperations.java
index 5e9500e4..095e1140 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralBooleanOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralBooleanOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralBooleanOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: LiteralBooleanOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -27,9 +27,9 @@ import org.eclipse.uml2.LiteralBoolean;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class LiteralBooleanOperations extends UML2Operations {
+public class LiteralBooleanOperations extends ValueSpecificationOperations {
/**
* <!-- begin-user-doc -->
@@ -43,7 +43,7 @@ public final class LiteralBooleanOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private LiteralBooleanOperations() {
+ protected LiteralBooleanOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralIntegerOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralIntegerOperations.java
index fbcb41d3..264c56e9 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralIntegerOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralIntegerOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralIntegerOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: LiteralIntegerOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -22,14 +22,14 @@ import org.eclipse.uml2.LiteralInteger;
* <p>
* The following operations are supported:
* <ul>
- * <li>{@link org.eclipse.uml2.LiteralInteger#isComputable() <em>Is Computable</em>}</li>
* <li>{@link org.eclipse.uml2.LiteralInteger#integerValue() <em>Integer Value</em>}</li>
+ * <li>{@link org.eclipse.uml2.LiteralInteger#isComputable() <em>Is Computable</em>}</li>
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class LiteralIntegerOperations extends UML2Operations {
+public class LiteralIntegerOperations extends ValueSpecificationOperations {
/**
* <!-- begin-user-doc -->
@@ -43,7 +43,7 @@ public final class LiteralIntegerOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private LiteralIntegerOperations() {
+ protected LiteralIntegerOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralNullOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralNullOperations.java
index 99bdb4f4..dc0fcb77 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralNullOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralNullOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralNullOperations.java,v 1.4 2005/05/18 16:38:31 khussey Exp $
+ * $Id: LiteralNullOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -27,9 +27,9 @@ import org.eclipse.uml2.LiteralNull;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class LiteralNullOperations extends UML2Operations {
+public class LiteralNullOperations extends ValueSpecificationOperations {
/**
* <!-- begin-user-doc -->
@@ -43,7 +43,7 @@ public final class LiteralNullOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private LiteralNullOperations() {
+ protected LiteralNullOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralStringOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralStringOperations.java
index f4da4298..3b8d5f8e 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralStringOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralStringOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralStringOperations.java,v 1.4 2005/05/18 16:38:31 khussey Exp $
+ * $Id: LiteralStringOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -22,14 +22,14 @@ import org.eclipse.uml2.LiteralString;
* <p>
* The following operations are supported:
* <ul>
- * <li>{@link org.eclipse.uml2.LiteralString#stringValue() <em>String Value</em>}</li>
* <li>{@link org.eclipse.uml2.LiteralString#isComputable() <em>Is Computable</em>}</li>
+ * <li>{@link org.eclipse.uml2.LiteralString#stringValue() <em>String Value</em>}</li>
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class LiteralStringOperations extends UML2Operations {
+public class LiteralStringOperations extends ValueSpecificationOperations {
/**
* <!-- begin-user-doc -->
@@ -43,7 +43,7 @@ public final class LiteralStringOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private LiteralStringOperations() {
+ protected LiteralStringOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralUnlimitedNaturalOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralUnlimitedNaturalOperations.java
index 25ed1c6c..363e215d 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralUnlimitedNaturalOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/LiteralUnlimitedNaturalOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralUnlimitedNaturalOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: LiteralUnlimitedNaturalOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -22,14 +22,14 @@ import org.eclipse.uml2.LiteralUnlimitedNatural;
* <p>
* The following operations are supported:
* <ul>
- * <li>{@link org.eclipse.uml2.LiteralUnlimitedNatural#isComputable() <em>Is Computable</em>}</li>
* <li>{@link org.eclipse.uml2.LiteralUnlimitedNatural#unlimitedValue() <em>Unlimited Value</em>}</li>
+ * <li>{@link org.eclipse.uml2.LiteralUnlimitedNatural#isComputable() <em>Is Computable</em>}</li>
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class LiteralUnlimitedNaturalOperations extends UML2Operations {
+public class LiteralUnlimitedNaturalOperations extends ValueSpecificationOperations {
/**
* <!-- begin-user-doc -->
@@ -43,7 +43,7 @@ public final class LiteralUnlimitedNaturalOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private LiteralUnlimitedNaturalOperations() {
+ protected LiteralUnlimitedNaturalOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/MultiplicityElementOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/MultiplicityElementOperations.java
index b9d6a719..70f5ae8b 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/MultiplicityElementOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/MultiplicityElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: MultiplicityElementOperations.java,v 1.10 2005/11/23 20:09:17 khussey Exp $
+ * $Id: MultiplicityElementOperations.java,v 1.11 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -50,9 +50,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class MultiplicityElementOperations extends UML2Operations {
+public class MultiplicityElementOperations extends ElementOperations {
/**
* <!-- begin-user-doc -->
@@ -66,7 +66,7 @@ public final class MultiplicityElementOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private MultiplicityElementOperations() {
+ protected MultiplicityElementOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamedElementOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamedElementOperations.java
index 5554053c..eb29e470 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamedElementOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamedElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: NamedElementOperations.java,v 1.16 2005/12/19 21:34:49 khussey Exp $
+ * $Id: NamedElementOperations.java,v 1.17 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -50,9 +50,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class NamedElementOperations extends UML2Operations {
+public class NamedElementOperations extends TemplateableElementOperations {
/**
* <!-- begin-user-doc -->
@@ -66,7 +66,7 @@ public final class NamedElementOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private NamedElementOperations() {
+ protected NamedElementOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamespaceOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamespaceOperations.java
index 0012f2f7..d2c16d65 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamespaceOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/NamespaceOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: NamespaceOperations.java,v 1.14 2005/11/23 20:09:17 khussey Exp $
+ * $Id: NamespaceOperations.java,v 1.15 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -54,9 +54,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class NamespaceOperations extends UML2Operations {
+public class NamespaceOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -70,7 +70,7 @@ public final class NamespaceOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private NamespaceOperations() {
+ protected NamespaceOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/OperationOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/OperationOperations.java
index c0cb78bc..7d52d5ce 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/OperationOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/OperationOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OperationOperations.java,v 1.9 2005/06/15 17:18:21 khussey Exp $
+ * $Id: OperationOperations.java,v 1.10 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -41,15 +41,15 @@ import org.eclipse.uml2.util.UML2Validator;
* <li>{@link org.eclipse.uml2.Operation#isUnique() <em>Is Unique</em>}</li>
* <li>{@link org.eclipse.uml2.Operation#type() <em>Type</em>}</li>
* <li>{@link org.eclipse.uml2.Operation#validateOnlyBodyForQuery(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Validate Only Body For Query</em>}</li>
- * <li>{@link org.eclipse.uml2.Operation#isConsistentWith(org.eclipse.uml2.RedefinableElement) <em>Is Consistent With</em>}</li>
* <li>{@link org.eclipse.uml2.Operation#upper() <em>Upper</em>}</li>
+ * <li>{@link org.eclipse.uml2.Operation#isConsistentWith(org.eclipse.uml2.RedefinableElement) <em>Is Consistent With</em>}</li>
* <li>{@link org.eclipse.uml2.Operation#lower() <em>Lower</em>}</li>
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class OperationOperations extends UML2Operations {
+public class OperationOperations extends BehavioralFeatureOperations {
/**
* <!-- begin-user-doc -->
@@ -63,7 +63,7 @@ public final class OperationOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private OperationOperations() {
+ protected OperationOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageImportOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageImportOperations.java
index 3b2b2e6a..9f2bb600 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageImportOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageImportOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageImportOperations.java,v 1.7 2005/06/15 17:18:21 khussey Exp $
+ * $Id: PackageImportOperations.java,v 1.8 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -36,9 +36,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class PackageImportOperations extends UML2Operations {
+public class PackageImportOperations extends ElementOperations {
/**
* <!-- begin-user-doc -->
@@ -52,7 +52,7 @@ public final class PackageImportOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private PackageImportOperations() {
+ protected PackageImportOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageOperations.java
index cdd79c17..c892d956 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PackageOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageOperations.java,v 1.16 2005/11/23 20:09:17 khussey Exp $
+ * $Id: PackageOperations.java,v 1.17 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -53,9 +53,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class PackageOperations extends UML2Operations {
+public class PackageOperations extends NamespaceOperations {
/**
* <!-- begin-user-doc -->
@@ -69,7 +69,7 @@ public final class PackageOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private PackageOperations() {
+ protected PackageOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PropertyOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PropertyOperations.java
index 3434daf0..220385cb 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PropertyOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/PropertyOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PropertyOperations.java,v 1.20 2005/11/23 20:09:17 khussey Exp $
+ * $Id: PropertyOperations.java,v 1.21 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -62,9 +62,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class PropertyOperations extends UML2Operations {
+public class PropertyOperations extends RedefinableElementOperations {
/**
* <!-- begin-user-doc -->
@@ -78,7 +78,7 @@ public final class PropertyOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private PropertyOperations() {
+ protected PropertyOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/RedefinableElementOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/RedefinableElementOperations.java
index 5c17cd42..e4897408 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/RedefinableElementOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/RedefinableElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RedefinableElementOperations.java,v 1.10 2005/06/15 17:18:21 khussey Exp $
+ * $Id: RedefinableElementOperations.java,v 1.11 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -42,9 +42,9 @@ import org.eclipse.uml2.util.UML2Validator;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class RedefinableElementOperations extends UML2Operations {
+public class RedefinableElementOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -58,7 +58,7 @@ public final class RedefinableElementOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private RedefinableElementOperations() {
+ protected RedefinableElementOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TemplateableElementOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TemplateableElementOperations.java
index 743fa27c..3c50daba 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TemplateableElementOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TemplateableElementOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateableElementOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: TemplateableElementOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -33,9 +33,9 @@ import org.eclipse.uml2.TemplateableElement;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class TemplateableElementOperations extends UML2Operations {
+public class TemplateableElementOperations extends ElementOperations {
/**
* <!-- begin-user-doc -->
@@ -49,7 +49,7 @@ public final class TemplateableElementOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private TemplateableElementOperations() {
+ protected TemplateableElementOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TypeOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TypeOperations.java
index 23f90961..0806a0c0 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TypeOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/TypeOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TypeOperations.java,v 1.9 2005/11/23 20:09:17 khussey Exp $
+ * $Id: TypeOperations.java,v 1.10 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -42,9 +42,9 @@ import org.eclipse.uml2.util.UML2Switch;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class TypeOperations extends UML2Operations {
+public class TypeOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -58,7 +58,7 @@ public final class TypeOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private TypeOperations() {
+ protected TypeOperations() {
super();
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ValueSpecificationOperations.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ValueSpecificationOperations.java
index 54b7ad79..1c2cbabc 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ValueSpecificationOperations.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/internal/operation/ValueSpecificationOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005 IBM Corporation and others.
+ * Copyright (c) 2003, 2006 IBM Corporation and others.
* 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ValueSpecificationOperations.java,v 1.4 2005/05/18 16:38:32 khussey Exp $
+ * $Id: ValueSpecificationOperations.java,v 1.5 2006/01/05 22:42:56 khussey Exp $
*/
package org.eclipse.uml2.internal.operation;
@@ -31,9 +31,9 @@ import org.eclipse.uml2.ValueSpecification;
* </ul>
* </p>
*
- * @generated not
+ * @generated
*/
-public final class ValueSpecificationOperations extends UML2Operations {
+public class ValueSpecificationOperations extends NamedElementOperations {
/**
* <!-- begin-user-doc -->
@@ -47,7 +47,7 @@ public final class ValueSpecificationOperations extends UML2Operations {
* <!-- end-user-doc -->
* @generated
*/
- private ValueSpecificationOperations() {
+ protected ValueSpecificationOperations() {
super();
}

Back to the top