Commit a586012b authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* updated generated implementations after constraint updates

parent 308a65d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ public interface Element extends EObject
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @model kind="operation"
	 *        annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot body='  \n            if (not self.container().oclIsUndefined()) then\n                if (self.container().oclIsKindOf(TestDescription)) then\n                    self.container().oclAsType(TestDescription)\n                else\n                    self.container().getParentTestDescription()\n                endif\n            else \n                null\n            endif'"
	 *        annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot body='  \n            if (self.oclContainer().oclIsUndefined()) then\n                null\n            else \n                if (self.container().oclIsKindOf(TestDescription)) then\n                    self.container().oclAsType(TestDescription)\n                else\n                    self.container().getParentTestDescription()\n                endif\n            endif'"
	 * @generated
	 */
	TestDescription getParentTestDescription();
+1 −1
Original line number Diff line number Diff line
@@ -5371,7 +5371,7 @@ public class tdlPackageImpl extends EPackageImpl implements tdlPackage
		   source,
		   new String[]
		   {
			   "body", "  \n            if (not self.container().oclIsUndefined()) then\n                if (self.container().oclIsKindOf(TestDescription)) then\n                    self.container().oclAsType(TestDescription)\n                else\n                    self.container().getParentTestDescription()\n                endif\n            else \n                null\n            endif"
			   "body", "  \n            if (self.oclContainer().oclIsUndefined()) then\n                null\n            else \n                if (self.container().oclIsKindOf(TestDescription)) then\n                    self.container().oclAsType(TestDescription)\n                else\n                    self.container().getParentTestDescription()\n                endif\n            endif"
		   });
		addAnnotation
		  (getPackageableElement__ConformsTo__String(),