From 68a0667e862f0714410aafbb499a95a03f5bee23 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Tue, 28 Apr 2020 00:29:00 -0400 Subject: Able to run Pledge Case Study --- .../src/Taxation/Physical_Person.java | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java index 02144134..b2f40b46 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java @@ -26,7 +26,6 @@ import org.eclipse.emf.ecore.EObject; *
  • {@link Taxation.Physical_Person#getBirth_day Birth day}
  • *
  • {@link Taxation.Physical_Person#getExpenses Expenses}
  • *
  • {@link Taxation.Physical_Person#isIs_widower Is widower}
  • - *
  • {@link Taxation.Physical_Person#getOwns_Address Owns Address}
  • * * * @see Taxation.TaxationPackage#getPhysical_Person() @@ -263,16 +262,4 @@ public interface Physical_Person extends EObject { */ void setIs_widower(boolean value); - /** - * Returns the value of the 'Owns Address' containment reference list. - * The list contents are of type {@link Taxation.Address}. - * - * - * @return the value of the 'Owns Address' containment reference list. - * @see Taxation.TaxationPackage#getPhysical_Person_Owns_Address() - * @model containment="true" - * @generated - */ - EList
    getOwns_Address(); - } // Physical_Person -- cgit v1.2.3-54-g00ecf