Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2006-01-30 22:52:51 +0000
committerkhussey2006-01-30 22:52:51 +0000
commit22e5e99397a9da4ce45f87ab232ef7d55425658d (patch)
treee4657ec45eb176d9dcc84554ca45c8bfa2ce610f /deprecated
parent1473dd2460a51ccb29d344ae4993de512564e939 (diff)
downloadorg.eclipse.uml2.test-22e5e99397a9da4ce45f87ab232ef7d55425658d.tar.gz
org.eclipse.uml2.test-22e5e99397a9da4ce45f87ab232ef7d55425658d.tar.xz
org.eclipse.uml2.test-22e5e99397a9da4ce45f87ab232ef7d55425658d.zip
[125778] Regenerating based on generator changes.
Diffstat (limited to 'deprecated')
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/Class.java6
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ClassImpl.java6
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/EventOccurrenceImpl.java6
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ExtensionImpl.java8
-rw-r--r--deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/StateInvariantImpl.java7
5 files changed, 17 insertions, 16 deletions
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/Class.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/Class.java
index e3250b8c..a6d43eeb 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/Class.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/Class.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: Class.java,v 1.24 2005/11/29 20:09:40 khussey Exp $
+ * $Id: Class.java,v 1.25 2006/01/30 22:52:51 khussey Exp $
*/
package org.eclipse.uml2;
@@ -43,7 +43,7 @@ import org.eclipse.emf.ecore.EClass;
* @model
* @generated
*/
-public interface Class extends BehavioredClassifier, EncapsulatedClassifier{
+public interface Class extends BehavioredClassifier, EncapsulatedClassifier {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ClassImpl.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ClassImpl.java
index ff7ed0a5..8a2eed65 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ClassImpl.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ClassImpl.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: ClassImpl.java,v 1.47 2005/12/06 23:18:03 khussey Exp $
+ * $Id: ClassImpl.java,v 1.48 2006/01/30 22:52:51 khussey Exp $
*/
package org.eclipse.uml2.impl;
@@ -138,7 +138,7 @@ public class ClassImpl extends BehavioredClassifierImpl implements org.eclipse.u
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @generated NOT
+ * @generated
*/
public EList getOwnedAttributes() {
EList ownedAttribute = (EList)eVirtualGet(UML2Package.CLASS__OWNED_ATTRIBUTE);
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/EventOccurrenceImpl.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/EventOccurrenceImpl.java
index adce41f4..00655627 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/EventOccurrenceImpl.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/EventOccurrenceImpl.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: EventOccurrenceImpl.java,v 1.20 2005/12/06 23:18:03 khussey Exp $
+ * $Id: EventOccurrenceImpl.java,v 1.21 2006/01/30 22:52:51 khussey Exp $
*/
package org.eclipse.uml2.impl;
@@ -337,7 +337,7 @@ public class EventOccurrenceImpl extends InteractionFragmentImpl implements Even
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @generated NOT
+ * @generated
*/
public EList getCovereds() {
EList covered = (EList)eVirtualGet(UML2Package.EVENT_OCCURRENCE__COVERED);
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ExtensionImpl.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ExtensionImpl.java
index 962016e4..f5d7883d 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ExtensionImpl.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/ExtensionImpl.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExtensionImpl.java,v 1.33 2006/01/05 13:53:10 khussey Exp $
+ * $Id: ExtensionImpl.java,v 1.34 2006/01/30 22:52:51 khussey Exp $
*/
package org.eclipse.uml2.impl;
@@ -19,9 +19,9 @@ import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-import org.eclipse.emf.ecore.impl.ENotificationImpl;
+//import org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList;
-//import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.uml2.Extension;
import org.eclipse.uml2.ExtensionEnd;
@@ -128,7 +128,7 @@ public class ExtensionImpl extends AssociationImpl implements Extension {
public EList getOwnedEnds() {
EList ownedEnd = (EList)eVirtualGet(UML2Package.EXTENSION__OWNED_END);
if (ownedEnd == null) {
- eVirtualSet(UML2Package.EXTENSION__OWNED_END, ownedEnd = new SubsetSupersetEObjectContainmentWithInverseEList(ExtensionEnd.class, this, UML2Package.EXTENSION__OWNED_END, new int[] {UML2Package.EXTENSION__MEMBER_END}, null, UML2Package.EXTENSION_END__OWNING_ASSOCIATION));
+ eVirtualSet(UML2Package.EXTENSION__OWNED_END, ownedEnd = new SubsetSupersetEObjectContainmentWithInverseEList(ExtensionEnd.class, this, UML2Package.EXTENSION__OWNED_END, new int[] {UML2Package.EXTENSION__MEMBER_END}, null, UML2Package.PROPERTY__OWNING_ASSOCIATION));
}
return ownedEnd;
}
diff --git a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/StateInvariantImpl.java b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/StateInvariantImpl.java
index ac89767d..170eb71a 100644
--- a/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/StateInvariantImpl.java
+++ b/deprecated/plugins/org.eclipse.uml2/src/org/eclipse/uml2/impl/StateInvariantImpl.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: StateInvariantImpl.java,v 1.24 2005/12/06 23:18:02 khussey Exp $
+ * $Id: StateInvariantImpl.java,v 1.25 2006/01/30 22:52:51 khussey Exp $
*/
package org.eclipse.uml2.impl;
@@ -185,7 +185,7 @@ public class StateInvariantImpl extends InteractionFragmentImpl implements State
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @generated NOT
+ * @generated
*/
public EList getCovereds() {
EList covered = (EList)eVirtualGet(UML2Package.STATE_INVARIANT__COVERED);
@@ -195,6 +195,7 @@ public class StateInvariantImpl extends InteractionFragmentImpl implements State
return covered;
}
+
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->

Back to the top