Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-04-22 16:16:16 +0000
committerEike Stepper2015-04-22 16:16:16 +0000
commitd2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7 (patch)
tree6488f73e26dcddd9b1c7befccf7ba721215edce9 /plugins/org.gastro.inventory/src/org
parentef5341796d793607c49d863f8607f3193ceb08ae (diff)
downloadcdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.tar.gz
cdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.tar.xz
cdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.zip
[Releng] Reformat everything with M6 formatter
Diffstat (limited to 'plugins/org.gastro.inventory/src/org')
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Department.java16
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Employee.java14
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Ingredient.java18
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryFactory.java32
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryPackage.java370
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/MenuCard.java16
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Offering.java26
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Product.java14
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Recipe.java14
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Restaurant.java18
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Section.java20
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Station.java10
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Stock.java16
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java22
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/Table.java14
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/DepartmentImpl.java20
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/EmployeeImpl.java20
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/IngredientImpl.java24
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryFactoryImpl.java60
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryPackageImpl.java289
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/MenuCardImpl.java22
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/OfferingImpl.java32
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/ProductImpl.java18
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RecipeImpl.java18
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RestaurantImpl.java24
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/SectionImpl.java26
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StationImpl.java16
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockImpl.java22
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockProductImpl.java28
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/impl/TableImpl.java18
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventoryAdapterFactory.java44
-rw-r--r--plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventorySwitch.java44
32 files changed, 676 insertions, 669 deletions
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Department.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Department.java
index a347f500dc..a4c547a532 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Department.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Department.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -26,7 +26,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Department#getStocks <em>Stocks</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getDepartment()
* @model
* @generated
@@ -42,7 +42,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Recipes</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Recipes()
* @see org.gastro.inventory.Recipe#getDepartment
@@ -59,7 +59,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Restaurant</em>' container reference.
* @see #setRestaurant(Restaurant)
* @see org.gastro.inventory.InventoryPackage#getDepartment_Restaurant()
@@ -72,7 +72,7 @@ public interface Department extends Station
/**
* Sets the value of the '{@link org.gastro.inventory.Department#getRestaurant <em>Restaurant</em>}' container
* reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Restaurant</em>' container reference.
* @see #getRestaurant()
@@ -89,7 +89,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Employees</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Employees()
* @see org.gastro.inventory.Employee#getDepartment
@@ -107,7 +107,7 @@ public interface Department extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Stocks</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getDepartment_Stocks()
* @see org.gastro.inventory.Stock#getDepartment
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Employee.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Employee.java
index 7e80a920ce..78f36531f8 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Employee.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Employee.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -24,7 +24,7 @@ import org.eclipse.emf.cdo.CDOObject;
* <li>{@link org.gastro.inventory.Employee#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getEmployee()
* @model
* @extends CDOObject
@@ -40,7 +40,7 @@ public interface Employee extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Department</em>' container reference.
* @see #setDepartment(Department)
* @see org.gastro.inventory.InventoryPackage#getEmployee_Department()
@@ -53,7 +53,7 @@ public interface Employee extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Employee#getDepartment <em>Department</em>}' reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Department</em>' reference.
* @see #getDepartment()
@@ -67,7 +67,7 @@ public interface Employee extends CDOObject
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.gastro.inventory.InventoryPackage#getEmployee_Name()
@@ -79,7 +79,7 @@ public interface Employee extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Employee#getName <em>Name</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Ingredient.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Ingredient.java
index 41e4255236..7e57789dd2 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Ingredient.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Ingredient.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -25,7 +25,7 @@ import org.eclipse.emf.cdo.CDOObject;
* <li>{@link org.gastro.inventory.Ingredient#getQuantity <em>Quantity</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getIngredient()
* @model
* @extends CDOObject
@@ -41,7 +41,7 @@ public interface Ingredient extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Recipe</em>' container reference.
* @see #setRecipe(Recipe)
* @see org.gastro.inventory.InventoryPackage#getIngredient_Recipe()
@@ -54,7 +54,7 @@ public interface Ingredient extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Ingredient#getRecipe <em>Recipe</em>}' container reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Recipe</em>' container reference.
* @see #getRecipe()
@@ -69,7 +69,7 @@ public interface Ingredient extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Product</em>' reference.
* @see #setProduct(Product)
* @see org.gastro.inventory.InventoryPackage#getIngredient_Product()
@@ -81,7 +81,7 @@ public interface Ingredient extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Ingredient#getProduct <em>Product</em>}' reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Product</em>' reference.
* @see #getProduct()
@@ -96,7 +96,7 @@ public interface Ingredient extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Quantity</em>' attribute.
* @see #setQuantity(int)
* @see org.gastro.inventory.InventoryPackage#getIngredient_Quantity()
@@ -108,7 +108,7 @@ public interface Ingredient extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Ingredient#getQuantity <em>Quantity</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Quantity</em>' attribute.
* @see #getQuantity()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryFactory.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryFactory.java
index 37130977d8..ec347db9ef 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryFactory.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryFactory.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -18,7 +18,7 @@ import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a create method for each non-abstract class of
* the model. <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.InventoryPackage
* @generated
*/
@@ -26,14 +26,14 @@ public interface InventoryFactory extends EFactory
{
/**
* The singleton instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
InventoryFactory eINSTANCE = org.gastro.inventory.impl.InventoryFactoryImpl.init();
/**
* Returns a new object of class '<em>Stock</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Stock</em>'.
* @generated
*/
@@ -41,7 +41,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Stock Product</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Stock Product</em>'.
* @generated
*/
@@ -49,7 +49,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Recipe</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Recipe</em>'.
* @generated
*/
@@ -57,7 +57,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Ingredient</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Ingredient</em>'.
* @generated
*/
@@ -65,7 +65,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Menu Card</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Menu Card</em>'.
* @generated
*/
@@ -73,7 +73,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Restaurant</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Restaurant</em>'.
* @generated
*/
@@ -81,7 +81,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Department</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Department</em>'.
* @generated
*/
@@ -89,7 +89,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Offering</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Offering</em>'.
* @generated
*/
@@ -97,7 +97,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Table</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Table</em>'.
* @generated
*/
@@ -105,7 +105,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Employee</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Employee</em>'.
* @generated
*/
@@ -113,7 +113,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns a new object of class '<em>Section</em>'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Section</em>'.
* @generated
*/
@@ -121,7 +121,7 @@ public interface InventoryFactory extends EFactory
/**
* Returns the package supported by this factory. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the package supported by this factory.
* @generated
*/
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryPackage.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryPackage.java
index 29b4af7e1c..1bb4a562ca 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryPackage.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/InventoryPackage.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -27,7 +27,7 @@ import org.eclipse.emf.ecore.EReference;
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.InventoryFactory
* @model kind="package"
* @generated
@@ -36,28 +36,28 @@ public interface InventoryPackage extends EPackage
{
/**
* The package name. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "inventory";
/**
* The package namespace URI. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://www.gastro.org/inventory/1.0";
/**
* The package namespace name. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "inventory";
/**
* The singleton instance of the package. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
InventoryPackage eINSTANCE = org.gastro.inventory.impl.InventoryPackageImpl.init();
@@ -65,7 +65,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.StockImpl <em>Stock</em>}' class. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StockImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStock()
* @generated
@@ -75,7 +75,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Products</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -83,7 +83,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -92,7 +92,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Department</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -100,7 +100,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Stock</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -109,7 +109,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.ProductImpl <em>Product</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.ProductImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getProduct()
* @generated
@@ -118,7 +118,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -126,7 +126,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Product</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -135,7 +135,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.StockProductImpl <em>Stock Product</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StockProductImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStockProduct()
* @generated
@@ -144,7 +144,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -152,7 +152,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Stock</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -160,7 +160,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Cost</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -168,7 +168,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Available</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -176,7 +176,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Order Limit</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -185,7 +185,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Stock Product</em>' class. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -194,7 +194,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.RecipeImpl <em>Recipe</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.RecipeImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getRecipe()
* @generated
@@ -203,7 +203,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -212,7 +212,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Ingredients</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -221,7 +221,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Department</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -229,7 +229,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Cost</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -237,7 +237,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Recipe</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -246,7 +246,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.IngredientImpl <em>Ingredient</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.IngredientImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getIngredient()
* @generated
@@ -255,7 +255,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Recipe</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -263,7 +263,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Product</b></em>' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -271,7 +271,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Quantity</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -279,7 +279,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Ingredient</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -288,7 +288,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.MenuCardImpl <em>Menu Card</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.MenuCardImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getMenuCard()
* @generated
@@ -297,7 +297,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -306,7 +306,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Restaurant</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -315,7 +315,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Sections</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -323,7 +323,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Menu Card</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -332,7 +332,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.RestaurantImpl <em>Restaurant</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.RestaurantImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getRestaurant()
* @generated
@@ -341,7 +341,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -350,7 +350,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Departments</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -359,7 +359,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Menu Cards</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -368,7 +368,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Tables</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -376,7 +376,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Stations</b></em>' reference list. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -384,7 +384,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Restaurant</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -393,7 +393,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.StationImpl <em>Station</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StationImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStation()
* @generated
@@ -402,7 +402,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Station ID</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -410,7 +410,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Station</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -419,7 +419,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.DepartmentImpl <em>Department</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.DepartmentImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getDepartment()
* @generated
@@ -428,7 +428,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Station ID</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -437,7 +437,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Recipes</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -446,7 +446,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Restaurant</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -455,7 +455,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Employees</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -464,7 +464,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Stocks</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -472,7 +472,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Department</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -481,7 +481,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.OfferingImpl <em>Offering</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.OfferingImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getOffering()
* @generated
@@ -490,7 +490,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Product</b></em>' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -498,7 +498,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -506,7 +506,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Description</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -514,7 +514,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Price</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -522,7 +522,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Section</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -530,7 +530,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Offering</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -539,7 +539,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.TableImpl <em>Table</em>}' class. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.TableImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getTable()
* @generated
@@ -548,7 +548,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Station ID</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -556,7 +556,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Seats</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -565,7 +565,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Restaurant</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -573,7 +573,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Table</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -582,7 +582,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.EmployeeImpl <em>Employee</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.EmployeeImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getEmployee()
* @generated
@@ -592,7 +592,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Department</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -600,7 +600,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -608,7 +608,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Employee</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -617,7 +617,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object id for the '{@link org.gastro.inventory.impl.SectionImpl <em>Section</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.SectionImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getSection()
* @generated
@@ -627,7 +627,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Menu Card</b></em>' container reference. <!-- begin-user-doc --> <!-- end-user-doc
* -->
- *
+ *
* @generated
* @ordered
*/
@@ -636,7 +636,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Offerings</b></em>' containment reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -644,7 +644,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -652,7 +652,7 @@ public interface InventoryPackage extends EPackage
/**
* The feature id for the '<em><b>Text</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -660,7 +660,7 @@ public interface InventoryPackage extends EPackage
/**
* The number of structural features of the '<em>Section</em>' class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -669,7 +669,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Stock <em>Stock</em>}'. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Stock</em>'.
* @see org.gastro.inventory.Stock
* @generated
@@ -679,7 +679,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Stock#getProducts
* <em>Products</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Products</em>'.
* @see org.gastro.inventory.Stock#getProducts()
* @see #getStock()
@@ -690,7 +690,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Stock#getName <em>Name</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Name</em>'.
* @see org.gastro.inventory.Stock#getName()
* @see #getStock()
@@ -701,7 +701,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Stock#getDepartment
* <em>Department</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Department</em>'.
* @see org.gastro.inventory.Stock#getDepartment()
* @see #getStock()
@@ -712,7 +712,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Product <em>Product</em>}'. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Product</em>'.
* @see org.gastro.inventory.Product
* @generated
@@ -722,7 +722,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Product#getName <em>Name</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Name</em>'.
* @see org.gastro.inventory.Product#getName()
* @see #getProduct()
@@ -733,7 +733,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.StockProduct <em>Stock Product</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Stock Product</em>'.
* @see org.gastro.inventory.StockProduct
* @generated
@@ -743,7 +743,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.StockProduct#getStock
* <em>Stock</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Stock</em>'.
* @see org.gastro.inventory.StockProduct#getStock()
* @see #getStockProduct()
@@ -754,7 +754,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.StockProduct#getCost <em>Cost</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Cost</em>'.
* @see org.gastro.inventory.StockProduct#getCost()
* @see #getStockProduct()
@@ -765,7 +765,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.StockProduct#getAvailable
* <em>Available</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Available</em>'.
* @see org.gastro.inventory.StockProduct#getAvailable()
* @see #getStockProduct()
@@ -776,7 +776,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.StockProduct#getOrderLimit
* <em>Order Limit</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Order Limit</em>'.
* @see org.gastro.inventory.StockProduct#getOrderLimit()
* @see #getStockProduct()
@@ -787,7 +787,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Recipe <em>Recipe</em>}'. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Recipe</em>'.
* @see org.gastro.inventory.Recipe
* @generated
@@ -797,7 +797,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Recipe#getIngredients
* <em>Ingredients</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Ingredients</em>'.
* @see org.gastro.inventory.Recipe#getIngredients()
* @see #getRecipe()
@@ -808,7 +808,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Recipe#getDepartment
* <em>Department</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Department</em>'.
* @see org.gastro.inventory.Recipe#getDepartment()
* @see #getRecipe()
@@ -819,7 +819,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Recipe#getCost <em>Cost</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Cost</em>'.
* @see org.gastro.inventory.Recipe#getCost()
* @see #getRecipe()
@@ -830,7 +830,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Ingredient <em>Ingredient</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Ingredient</em>'.
* @see org.gastro.inventory.Ingredient
* @generated
@@ -840,7 +840,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Ingredient#getRecipe
* <em>Recipe</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Recipe</em>'.
* @see org.gastro.inventory.Ingredient#getRecipe()
* @see #getIngredient()
@@ -851,7 +851,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the reference '{@link org.gastro.inventory.Ingredient#getProduct <em>Product</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Product</em>'.
* @see org.gastro.inventory.Ingredient#getProduct()
* @see #getIngredient()
@@ -862,7 +862,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Ingredient#getQuantity <em>Quantity</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Quantity</em>'.
* @see org.gastro.inventory.Ingredient#getQuantity()
* @see #getIngredient()
@@ -873,7 +873,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.MenuCard <em>Menu Card</em>}'. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Menu Card</em>'.
* @see org.gastro.inventory.MenuCard
* @generated
@@ -883,7 +883,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.MenuCard#getTitle <em>Title</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Title</em>'.
* @see org.gastro.inventory.MenuCard#getTitle()
* @see #getMenuCard()
@@ -894,7 +894,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.MenuCard#getRestaurant
* <em>Restaurant</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Restaurant</em>'.
* @see org.gastro.inventory.MenuCard#getRestaurant()
* @see #getMenuCard()
@@ -905,7 +905,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.MenuCard#getSections
* <em>Sections</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Sections</em>'.
* @see org.gastro.inventory.MenuCard#getSections()
* @see #getMenuCard()
@@ -916,7 +916,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Restaurant <em>Restaurant</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Restaurant</em>'.
* @see org.gastro.inventory.Restaurant
* @generated
@@ -926,7 +926,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Restaurant#getName <em>Name</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Name</em>'.
* @see org.gastro.inventory.Restaurant#getName()
* @see #getRestaurant()
@@ -937,7 +937,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Restaurant#getDepartments
* <em>Departments</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Departments</em>'.
* @see org.gastro.inventory.Restaurant#getDepartments()
* @see #getRestaurant()
@@ -948,7 +948,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Restaurant#getMenuCards
* <em>Menu Cards</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Menu Cards</em>'.
* @see org.gastro.inventory.Restaurant#getMenuCards()
* @see #getRestaurant()
@@ -959,7 +959,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Restaurant#getTables
* <em>Tables</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Tables</em>'.
* @see org.gastro.inventory.Restaurant#getTables()
* @see #getRestaurant()
@@ -970,7 +970,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the reference list '{@link org.gastro.inventory.Restaurant#getStations
* <em>Stations</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Stations</em>'.
* @see org.gastro.inventory.Restaurant#getStations()
* @see #getRestaurant()
@@ -981,7 +981,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Department <em>Department</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Department</em>'.
* @see org.gastro.inventory.Department
* @generated
@@ -991,7 +991,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Department#getRecipes
* <em>Recipes</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Recipes</em>'.
* @see org.gastro.inventory.Department#getRecipes()
* @see #getDepartment()
@@ -1002,7 +1002,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Department#getRestaurant
* <em>Restaurant</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Restaurant</em>'.
* @see org.gastro.inventory.Department#getRestaurant()
* @see #getDepartment()
@@ -1013,7 +1013,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Department#getEmployees
* <em>Employees</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Employees</em>'.
* @see org.gastro.inventory.Department#getEmployees()
* @see #getDepartment()
@@ -1024,7 +1024,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Department#getStocks
* <em>Stocks</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Stocks</em>'.
* @see org.gastro.inventory.Department#getStocks()
* @see #getDepartment()
@@ -1035,7 +1035,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Offering <em>Offering</em>}'. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Offering</em>'.
* @see org.gastro.inventory.Offering
* @generated
@@ -1045,7 +1045,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the reference '{@link org.gastro.inventory.Offering#getProduct <em>Product</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Product</em>'.
* @see org.gastro.inventory.Offering#getProduct()
* @see #getOffering()
@@ -1056,7 +1056,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Offering#getName <em>Name</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Name</em>'.
* @see org.gastro.inventory.Offering#getName()
* @see #getOffering()
@@ -1067,7 +1067,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Offering#getDescription
* <em>Description</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Description</em>'.
* @see org.gastro.inventory.Offering#getDescription()
* @see #getOffering()
@@ -1078,7 +1078,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Offering#getPrice <em>Price</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Price</em>'.
* @see org.gastro.inventory.Offering#getPrice()
* @see #getOffering()
@@ -1089,7 +1089,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Offering#getSection
* <em>Section</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Section</em>'.
* @see org.gastro.inventory.Offering#getSection()
* @see #getOffering()
@@ -1100,7 +1100,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Table <em>Table</em>}'. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Table</em>'.
* @see org.gastro.inventory.Table
* @generated
@@ -1110,7 +1110,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Table#getSeats <em>Seats</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Seats</em>'.
* @see org.gastro.inventory.Table#getSeats()
* @see #getTable()
@@ -1121,7 +1121,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Table#getRestaurant
* <em>Restaurant</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Restaurant</em>'.
* @see org.gastro.inventory.Table#getRestaurant()
* @see #getTable()
@@ -1132,7 +1132,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Employee <em>Employee</em>}'. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Employee</em>'.
* @see org.gastro.inventory.Employee
* @generated
@@ -1142,7 +1142,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Employee#getDepartment
* <em>Department</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Department</em>'.
* @see org.gastro.inventory.Employee#getDepartment()
* @see #getEmployee()
@@ -1153,7 +1153,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Employee#getName <em>Name</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Name</em>'.
* @see org.gastro.inventory.Employee#getName()
* @see #getEmployee()
@@ -1164,7 +1164,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Station <em>Station</em>}'. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Station</em>'.
* @see org.gastro.inventory.Station
* @generated
@@ -1174,7 +1174,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Station#getStationID <em>Station ID</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Station ID</em>'.
* @see org.gastro.inventory.Station#getStationID()
* @see #getStation()
@@ -1185,7 +1185,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for class '{@link org.gastro.inventory.Section <em>Section</em>}'. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Section</em>'.
* @see org.gastro.inventory.Section
* @generated
@@ -1195,7 +1195,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the container reference '{@link org.gastro.inventory.Section#getMenuCard
* <em>Menu Card</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the container reference '<em>Menu Card</em>'.
* @see org.gastro.inventory.Section#getMenuCard()
* @see #getSection()
@@ -1206,7 +1206,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the containment reference list '{@link org.gastro.inventory.Section#getOfferings
* <em>Offerings</em>}'. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference list '<em>Offerings</em>'.
* @see org.gastro.inventory.Section#getOfferings()
* @see #getSection()
@@ -1217,7 +1217,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Section#getTitle <em>Title</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Title</em>'.
* @see org.gastro.inventory.Section#getTitle()
* @see #getSection()
@@ -1228,7 +1228,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the meta object for the attribute '{@link org.gastro.inventory.Section#getText <em>Text</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Text</em>'.
* @see org.gastro.inventory.Section#getText()
* @see #getSection()
@@ -1238,7 +1238,7 @@ public interface InventoryPackage extends EPackage
/**
* Returns the factory that creates the instances of the model. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the factory that creates the instances of the model.
* @generated
*/
@@ -1253,7 +1253,7 @@ public interface InventoryPackage extends EPackage
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals
@@ -1261,7 +1261,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.StockImpl <em>Stock</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StockImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStock()
* @generated
@@ -1271,7 +1271,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Products</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference STOCK__PRODUCTS = eINSTANCE.getStock_Products();
@@ -1279,7 +1279,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STOCK__NAME = eINSTANCE.getStock_Name();
@@ -1287,7 +1287,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Department</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference STOCK__DEPARTMENT = eINSTANCE.getStock_Department();
@@ -1295,7 +1295,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.ProductImpl <em>Product</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.ProductImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getProduct()
* @generated
@@ -1305,7 +1305,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute PRODUCT__NAME = eINSTANCE.getProduct_Name();
@@ -1313,7 +1313,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.StockProductImpl <em>Stock Product</em>}'
* class. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StockProductImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStockProduct()
* @generated
@@ -1323,7 +1323,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Stock</b></em>' container reference feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EReference STOCK_PRODUCT__STOCK = eINSTANCE.getStockProduct_Stock();
@@ -1331,7 +1331,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Cost</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STOCK_PRODUCT__COST = eINSTANCE.getStockProduct_Cost();
@@ -1339,7 +1339,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Available</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STOCK_PRODUCT__AVAILABLE = eINSTANCE.getStockProduct_Available();
@@ -1347,7 +1347,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Order Limit</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STOCK_PRODUCT__ORDER_LIMIT = eINSTANCE.getStockProduct_OrderLimit();
@@ -1355,7 +1355,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.RecipeImpl <em>Recipe</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.RecipeImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getRecipe()
* @generated
@@ -1365,7 +1365,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Ingredients</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference RECIPE__INGREDIENTS = eINSTANCE.getRecipe_Ingredients();
@@ -1373,7 +1373,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Department</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference RECIPE__DEPARTMENT = eINSTANCE.getRecipe_Department();
@@ -1381,7 +1381,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Cost</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute RECIPE__COST = eINSTANCE.getRecipe_Cost();
@@ -1389,7 +1389,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.IngredientImpl <em>Ingredient</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.IngredientImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getIngredient()
* @generated
@@ -1399,7 +1399,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Recipe</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference INGREDIENT__RECIPE = eINSTANCE.getIngredient_Recipe();
@@ -1407,7 +1407,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Product</b></em>' reference feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EReference INGREDIENT__PRODUCT = eINSTANCE.getIngredient_Product();
@@ -1415,7 +1415,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Quantity</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute INGREDIENT__QUANTITY = eINSTANCE.getIngredient_Quantity();
@@ -1423,7 +1423,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.MenuCardImpl <em>Menu Card</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.MenuCardImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getMenuCard()
* @generated
@@ -1433,7 +1433,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Title</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute MENU_CARD__TITLE = eINSTANCE.getMenuCard_Title();
@@ -1441,7 +1441,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Restaurant</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference MENU_CARD__RESTAURANT = eINSTANCE.getMenuCard_Restaurant();
@@ -1449,7 +1449,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Sections</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference MENU_CARD__SECTIONS = eINSTANCE.getMenuCard_Sections();
@@ -1457,7 +1457,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.RestaurantImpl <em>Restaurant</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.RestaurantImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getRestaurant()
* @generated
@@ -1467,7 +1467,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute RESTAURANT__NAME = eINSTANCE.getRestaurant_Name();
@@ -1475,7 +1475,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Departments</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference RESTAURANT__DEPARTMENTS = eINSTANCE.getRestaurant_Departments();
@@ -1483,7 +1483,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Menu Cards</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference RESTAURANT__MENU_CARDS = eINSTANCE.getRestaurant_MenuCards();
@@ -1491,7 +1491,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Tables</b></em>' containment reference list feature. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference RESTAURANT__TABLES = eINSTANCE.getRestaurant_Tables();
@@ -1499,7 +1499,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Stations</b></em>' reference list feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EReference RESTAURANT__STATIONS = eINSTANCE.getRestaurant_Stations();
@@ -1507,7 +1507,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.DepartmentImpl <em>Department</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.DepartmentImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getDepartment()
* @generated
@@ -1517,7 +1517,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Recipes</b></em>' containment reference list feature. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPARTMENT__RECIPES = eINSTANCE.getDepartment_Recipes();
@@ -1525,7 +1525,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Restaurant</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPARTMENT__RESTAURANT = eINSTANCE.getDepartment_Restaurant();
@@ -1533,7 +1533,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Employees</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPARTMENT__EMPLOYEES = eINSTANCE.getDepartment_Employees();
@@ -1541,7 +1541,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Stocks</b></em>' containment reference list feature. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPARTMENT__STOCKS = eINSTANCE.getDepartment_Stocks();
@@ -1549,7 +1549,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.OfferingImpl <em>Offering</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.OfferingImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getOffering()
* @generated
@@ -1559,7 +1559,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Product</b></em>' reference feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EReference OFFERING__PRODUCT = eINSTANCE.getOffering_Product();
@@ -1567,7 +1567,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute OFFERING__NAME = eINSTANCE.getOffering_Name();
@@ -1575,7 +1575,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Description</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute OFFERING__DESCRIPTION = eINSTANCE.getOffering_Description();
@@ -1583,7 +1583,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Price</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute OFFERING__PRICE = eINSTANCE.getOffering_Price();
@@ -1591,7 +1591,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Section</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference OFFERING__SECTION = eINSTANCE.getOffering_Section();
@@ -1599,7 +1599,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.TableImpl <em>Table</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.TableImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getTable()
* @generated
@@ -1609,7 +1609,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Seats</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute TABLE__SEATS = eINSTANCE.getTable_Seats();
@@ -1617,7 +1617,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Restaurant</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference TABLE__RESTAURANT = eINSTANCE.getTable_Restaurant();
@@ -1625,7 +1625,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.EmployeeImpl <em>Employee</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.EmployeeImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getEmployee()
* @generated
@@ -1635,7 +1635,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Department</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference EMPLOYEE__DEPARTMENT = eINSTANCE.getEmployee_Department();
@@ -1643,7 +1643,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute EMPLOYEE__NAME = eINSTANCE.getEmployee_Name();
@@ -1651,7 +1651,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.StationImpl <em>Station</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.StationImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getStation()
* @generated
@@ -1661,7 +1661,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Station ID</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STATION__STATION_ID = eINSTANCE.getStation_StationID();
@@ -1669,7 +1669,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '{@link org.gastro.inventory.impl.SectionImpl <em>Section</em>}' class. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.impl.SectionImpl
* @see org.gastro.inventory.impl.InventoryPackageImpl#getSection()
* @generated
@@ -1679,7 +1679,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Menu Card</b></em>' container reference feature. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference SECTION__MENU_CARD = eINSTANCE.getSection_MenuCard();
@@ -1687,7 +1687,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Offerings</b></em>' containment reference list feature. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference SECTION__OFFERINGS = eINSTANCE.getSection_Offerings();
@@ -1695,7 +1695,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Title</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SECTION__TITLE = eINSTANCE.getSection_Title();
@@ -1703,7 +1703,7 @@ public interface InventoryPackage extends EPackage
/**
* The meta object literal for the '<em><b>Text</b></em>' attribute feature. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SECTION__TEXT = eINSTANCE.getSection_Text();
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/MenuCard.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/MenuCard.java
index 3f5d4387cf..55a0523ba6 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/MenuCard.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/MenuCard.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -27,7 +27,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.MenuCard#getSections <em>Sections</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getMenuCard()
* @model
* @extends CDOObject
@@ -41,7 +41,7 @@ public interface MenuCard extends CDOObject
* If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Title</em>' attribute.
* @see #setTitle(String)
* @see org.gastro.inventory.InventoryPackage#getMenuCard_Title()
@@ -53,7 +53,7 @@ public interface MenuCard extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.MenuCard#getTitle <em>Title</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Title</em>' attribute.
* @see #getTitle()
@@ -69,7 +69,7 @@ public interface MenuCard extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Restaurant</em>' container reference.
* @see #setRestaurant(Restaurant)
* @see org.gastro.inventory.InventoryPackage#getMenuCard_Restaurant()
@@ -82,7 +82,7 @@ public interface MenuCard extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.MenuCard#getRestaurant <em>Restaurant</em>}' container
* reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Restaurant</em>' container reference.
* @see #getRestaurant()
@@ -99,7 +99,7 @@ public interface MenuCard extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Sections</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getMenuCard_Sections()
* @see org.gastro.inventory.Section#getMenuCard
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Offering.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Offering.java
index 45ad058a8c..5dddb58c93 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Offering.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Offering.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -27,7 +27,7 @@ import org.eclipse.emf.cdo.CDOObject;
* <li>{@link org.gastro.inventory.Offering#getSection <em>Section</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getOffering()
* @model
* @extends CDOObject
@@ -42,7 +42,7 @@ public interface Offering extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Product</em>' reference.
* @see #setProduct(Product)
* @see org.gastro.inventory.InventoryPackage#getOffering_Product()
@@ -54,7 +54,7 @@ public interface Offering extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Offering#getProduct <em>Product</em>}' reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Product</em>' reference.
* @see #getProduct()
@@ -68,7 +68,7 @@ public interface Offering extends CDOObject
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.gastro.inventory.InventoryPackage#getOffering_Name()
@@ -80,7 +80,7 @@ public interface Offering extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Offering#getName <em>Name</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -95,7 +95,7 @@ public interface Offering extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.gastro.inventory.InventoryPackage#getOffering_Description()
@@ -107,7 +107,7 @@ public interface Offering extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Offering#getDescription <em>Description</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
@@ -121,7 +121,7 @@ public interface Offering extends CDOObject
* If the meaning of the '<em>Price</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Price</em>' attribute.
* @see #setPrice(float)
* @see org.gastro.inventory.InventoryPackage#getOffering_Price()
@@ -133,7 +133,7 @@ public interface Offering extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Offering#getPrice <em>Price</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Price</em>' attribute.
* @see #getPrice()
@@ -149,7 +149,7 @@ public interface Offering extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Section</em>' container reference.
* @see #setSection(Section)
* @see org.gastro.inventory.InventoryPackage#getOffering_Section()
@@ -162,7 +162,7 @@ public interface Offering extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Offering#getSection <em>Section</em>}' container reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Section</em>' container reference.
* @see #getSection()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Product.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Product.java
index a5c4fac441..b72af9a28b 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Product.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Product.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -23,7 +23,7 @@ import org.eclipse.emf.cdo.CDOObject;
* <li>{@link org.gastro.inventory.Product#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getProduct()
* @model abstract="true"
* @extends CDOObject
@@ -37,7 +37,7 @@ public interface Product extends CDOObject
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.gastro.inventory.InventoryPackage#getProduct_Name()
@@ -49,7 +49,7 @@ public interface Product extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Product#getName <em>Name</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -59,7 +59,7 @@ public interface Product extends CDOObject
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @model kind="operation"
* @generated
*/
@@ -67,7 +67,7 @@ public interface Product extends CDOObject
/**
* TODO Should be modeled as EOperation!
- *
+ *
* @ADDED
*/
public Department getDepartment();
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Recipe.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Recipe.java
index 98fcad5d19..c4ac4b5a5c 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Recipe.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Recipe.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -25,7 +25,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Recipe#getCost <em>Cost</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getRecipe()
* @model
* @generated
@@ -41,7 +41,7 @@ public interface Recipe extends Product
* a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Ingredients</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getRecipe_Ingredients()
* @see org.gastro.inventory.Ingredient#getRecipe
@@ -58,7 +58,7 @@ public interface Recipe extends Product
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Department</em>' container reference.
* @see #setDepartment(Department)
* @see org.gastro.inventory.InventoryPackage#getRecipe_Department()
@@ -71,7 +71,7 @@ public interface Recipe extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.Recipe#getDepartment <em>Department</em>}' reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Department</em>' reference.
* @see #getDepartment()
@@ -85,7 +85,7 @@ public interface Recipe extends Product
* If the meaning of the '<em>Cost</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Cost</em>' attribute.
* @see org.gastro.inventory.InventoryPackage#getRecipe_Cost()
* @model transient="true" changeable="false" volatile="true" derived="true"
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Restaurant.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Restaurant.java
index ec5f1a8b67..bdd3ba8228 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Restaurant.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Restaurant.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -29,7 +29,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Restaurant#getStations <em>Stations</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getRestaurant()
* @model
* @extends CDOObject
@@ -43,7 +43,7 @@ public interface Restaurant extends CDOObject
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.gastro.inventory.InventoryPackage#getRestaurant_Name()
@@ -55,7 +55,7 @@ public interface Restaurant extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Restaurant#getName <em>Name</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -72,7 +72,7 @@ public interface Restaurant extends CDOObject
* a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Departments</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getRestaurant_Departments()
* @see org.gastro.inventory.Department#getRestaurant
@@ -90,7 +90,7 @@ public interface Restaurant extends CDOObject
* a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Menu Cards</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getRestaurant_MenuCards()
* @see org.gastro.inventory.MenuCard#getRestaurant
@@ -108,7 +108,7 @@ public interface Restaurant extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Tables</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getRestaurant_Tables()
* @see org.gastro.inventory.Table#getRestaurant
@@ -125,7 +125,7 @@ public interface Restaurant extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Stations</em>' reference list.
* @see org.gastro.inventory.InventoryPackage#getRestaurant_Stations()
* @model transient="true" changeable="false" volatile="true" derived="true"
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Section.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Section.java
index 8d429fca1b..5ad775ea57 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Section.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Section.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -28,7 +28,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Section#getText <em>Text</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getSection()
* @model
* @extends CDOObject
@@ -44,7 +44,7 @@ public interface Section extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Menu Card</em>' container reference.
* @see #setMenuCard(MenuCard)
* @see org.gastro.inventory.InventoryPackage#getSection_MenuCard()
@@ -57,7 +57,7 @@ public interface Section extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Section#getMenuCard <em>Menu Card</em>}' container reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Menu Card</em>' container reference.
* @see #getMenuCard()
@@ -74,7 +74,7 @@ public interface Section extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Offerings</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getSection_Offerings()
* @see org.gastro.inventory.Offering#getSection
@@ -89,7 +89,7 @@ public interface Section extends CDOObject
* If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Title</em>' attribute.
* @see #setTitle(String)
* @see org.gastro.inventory.InventoryPackage#getSection_Title()
@@ -101,7 +101,7 @@ public interface Section extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Section#getTitle <em>Title</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Title</em>' attribute.
* @see #getTitle()
@@ -115,7 +115,7 @@ public interface Section extends CDOObject
* If the meaning of the '<em>Text</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Text</em>' attribute.
* @see #setText(String)
* @see org.gastro.inventory.InventoryPackage#getSection_Text()
@@ -127,7 +127,7 @@ public interface Section extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Section#getText <em>Text</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Text</em>' attribute.
* @see #getText()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Station.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Station.java
index f7d4b108f3..c03fcaa4b5 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Station.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Station.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -23,7 +23,7 @@ import org.eclipse.emf.cdo.CDOObject;
* <li>{@link org.gastro.inventory.Station#getStationID <em>Station ID</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getStation()
* @model abstract="true"
* @extends CDOObject
@@ -38,7 +38,7 @@ public interface Station extends CDOObject
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Station ID</em>' attribute.
* @see #setStationID(String)
* @see org.gastro.inventory.InventoryPackage#getStation_StationID()
@@ -50,7 +50,7 @@ public interface Station extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Station#getStationID <em>Station ID</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Station ID</em>' attribute.
* @see #getStationID()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Stock.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Stock.java
index f23dcf94fc..8a776093cd 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Stock.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Stock.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -27,7 +27,7 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.gastro.inventory.Stock#getDepartment <em>Department</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getStock()
* @model
* @extends CDOObject
@@ -44,7 +44,7 @@ public interface Stock extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Products</em>' containment reference list.
* @see org.gastro.inventory.InventoryPackage#getStock_Products()
* @see org.gastro.inventory.StockProduct#getStock
@@ -59,7 +59,7 @@ public interface Stock extends CDOObject
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.gastro.inventory.InventoryPackage#getStock_Name()
@@ -71,7 +71,7 @@ public interface Stock extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Stock#getName <em>Name</em>}' attribute. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -87,7 +87,7 @@ public interface Stock extends CDOObject
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Department</em>' container reference.
* @see #setDepartment(Department)
* @see org.gastro.inventory.InventoryPackage#getStock_Department()
@@ -100,7 +100,7 @@ public interface Stock extends CDOObject
/**
* Sets the value of the '{@link org.gastro.inventory.Stock#getDepartment <em>Department</em>}' container reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Department</em>' container reference.
* @see #getDepartment()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
index c98327c6e1..bae8650e19 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/StockProduct.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -24,7 +24,7 @@ package org.gastro.inventory;
* <li>{@link org.gastro.inventory.StockProduct#getOrderLimit <em>Order Limit</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getStockProduct()
* @model
* @generated
@@ -39,7 +39,7 @@ public interface StockProduct extends Product
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Stock</em>' container reference.
* @see #setStock(Stock)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Stock()
@@ -52,7 +52,7 @@ public interface StockProduct extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.StockProduct#getStock <em>Stock</em>}' container reference. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Stock</em>' container reference.
* @see #getStock()
@@ -66,7 +66,7 @@ public interface StockProduct extends Product
* If the meaning of the '<em>Cost</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Cost</em>' attribute.
* @see #setCost(float)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Cost()
@@ -78,7 +78,7 @@ public interface StockProduct extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.StockProduct#getCost <em>Cost</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Cost</em>' attribute.
* @see #getCost()
@@ -93,7 +93,7 @@ public interface StockProduct extends Product
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Available</em>' attribute.
* @see #setAvailable(int)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_Available()
@@ -105,7 +105,7 @@ public interface StockProduct extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.StockProduct#getAvailable <em>Available</em>}' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Available</em>' attribute.
* @see #getAvailable()
@@ -120,7 +120,7 @@ public interface StockProduct extends Product
* here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Order Limit</em>' attribute.
* @see #setOrderLimit(int)
* @see org.gastro.inventory.InventoryPackage#getStockProduct_OrderLimit()
@@ -132,7 +132,7 @@ public interface StockProduct extends Product
/**
* Sets the value of the '{@link org.gastro.inventory.StockProduct#getOrderLimit <em>Order Limit</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Order Limit</em>' attribute.
* @see #getOrderLimit()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/Table.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/Table.java
index e11402af93..815f0e659d 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/Table.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/Table.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -22,7 +22,7 @@ package org.gastro.inventory;
* <li>{@link org.gastro.inventory.Table#getRestaurant <em>Restaurant</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.gastro.inventory.InventoryPackage#getTable()
* @model
* @generated
@@ -35,7 +35,7 @@ public interface Table extends Station
* If the meaning of the '<em>Seats</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Seats</em>' attribute.
* @see #setSeats(int)
* @see org.gastro.inventory.InventoryPackage#getTable_Seats()
@@ -47,7 +47,7 @@ public interface Table extends Station
/**
* Sets the value of the '{@link org.gastro.inventory.Table#getSeats <em>Seats</em>}' attribute. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Seats</em>' attribute.
* @see #getSeats()
@@ -63,7 +63,7 @@ public interface Table extends Station
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Restaurant</em>' container reference.
* @see #setRestaurant(Restaurant)
* @see org.gastro.inventory.InventoryPackage#getTable_Restaurant()
@@ -76,7 +76,7 @@ public interface Table extends Station
/**
* Sets the value of the '{@link org.gastro.inventory.Table#getRestaurant <em>Restaurant</em>}' container reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Restaurant</em>' container reference.
* @see #getRestaurant()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/DepartmentImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/DepartmentImpl.java
index 42c5c2d171..6cec90e060 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/DepartmentImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/DepartmentImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -34,14 +34,14 @@ import org.gastro.inventory.Stock;
* <li>{@link org.gastro.inventory.impl.DepartmentImpl#getStocks <em>Stocks</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class DepartmentImpl extends StationImpl implements Department
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected DepartmentImpl()
@@ -51,7 +51,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -62,7 +62,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -73,7 +73,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Restaurant getRestaurant()
@@ -83,7 +83,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRestaurant(Restaurant newRestaurant)
@@ -93,7 +93,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -104,7 +104,7 @@ public class DepartmentImpl extends StationImpl implements Department
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/EmployeeImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/EmployeeImpl.java
index 3f91881162..ca0ea277e7 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/EmployeeImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/EmployeeImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -30,14 +30,14 @@ import org.gastro.inventory.InventoryPackage;
* <li>{@link org.gastro.inventory.impl.EmployeeImpl#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class EmployeeImpl extends CDOObjectImpl implements Employee
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected EmployeeImpl()
@@ -47,7 +47,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -58,7 +58,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -69,7 +69,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Department getDepartment()
@@ -79,7 +79,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDepartment(Department newDepartment)
@@ -89,7 +89,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName()
@@ -99,7 +99,7 @@ public class EmployeeImpl extends CDOObjectImpl implements Employee
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setName(String newName)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/IngredientImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/IngredientImpl.java
index e0088398ee..3b91d3e692 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/IngredientImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/IngredientImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -32,14 +32,14 @@ import org.gastro.inventory.Recipe;
* <li>{@link org.gastro.inventory.impl.IngredientImpl#getQuantity <em>Quantity</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class IngredientImpl extends CDOObjectImpl implements Ingredient
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected IngredientImpl()
@@ -49,7 +49,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -60,7 +60,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -71,7 +71,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Recipe getRecipe()
@@ -81,7 +81,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRecipe(Recipe newRecipe)
@@ -91,7 +91,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Product getProduct()
@@ -101,7 +101,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setProduct(Product newProduct)
@@ -111,7 +111,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getQuantity()
@@ -121,7 +121,7 @@ public class IngredientImpl extends CDOObjectImpl implements Ingredient
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setQuantity(int newQuantity)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryFactoryImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryFactoryImpl.java
index 335ea1978e..42f45b3925 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryFactoryImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryFactoryImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -35,14 +35,14 @@ import org.gastro.inventory.Table;
/**
* <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFactory
{
/**
* Creates the default factory implementation. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static InventoryFactory init()
@@ -65,7 +65,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* Creates an instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InventoryFactoryImpl()
@@ -75,7 +75,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -84,27 +84,27 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
switch (eClass.getClassifierID())
{
case InventoryPackage.STOCK:
- return (EObject)createStock();
+ return createStock();
case InventoryPackage.STOCK_PRODUCT:
- return (EObject)createStockProduct();
+ return createStockProduct();
case InventoryPackage.RECIPE:
- return (EObject)createRecipe();
+ return createRecipe();
case InventoryPackage.INGREDIENT:
- return (EObject)createIngredient();
+ return createIngredient();
case InventoryPackage.MENU_CARD:
- return (EObject)createMenuCard();
+ return createMenuCard();
case InventoryPackage.RESTAURANT:
- return (EObject)createRestaurant();
+ return createRestaurant();
case InventoryPackage.DEPARTMENT:
- return (EObject)createDepartment();
+ return createDepartment();
case InventoryPackage.OFFERING:
- return (EObject)createOffering();
+ return createOffering();
case InventoryPackage.TABLE:
- return (EObject)createTable();
+ return createTable();
case InventoryPackage.EMPLOYEE:
- return (EObject)createEmployee();
+ return createEmployee();
case InventoryPackage.SECTION:
- return (EObject)createSection();
+ return createSection();
default:
throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
}
@@ -112,7 +112,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Stock createStock()
@@ -123,7 +123,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public StockProduct createStockProduct()
@@ -134,7 +134,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Recipe createRecipe()
@@ -145,7 +145,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Ingredient createIngredient()
@@ -156,7 +156,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MenuCard createMenuCard()
@@ -167,7 +167,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Restaurant createRestaurant()
@@ -178,7 +178,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Department createDepartment()
@@ -189,7 +189,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Offering createOffering()
@@ -200,7 +200,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Table createTable()
@@ -211,7 +211,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Employee createEmployee()
@@ -222,7 +222,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Section createSection()
@@ -233,7 +233,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InventoryPackage getInventoryPackage()
@@ -243,7 +243,7 @@ public class InventoryFactoryImpl extends EFactoryImpl implements InventoryFacto
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryPackageImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryPackageImpl.java
index 088c795df8..44bceae6c4 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryPackageImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/InventoryPackageImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -37,98 +37,98 @@ import org.gastro.inventory.Table;
/**
* <!-- begin-user-doc --> An implementation of the model <b>Package</b>. <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class InventoryPackageImpl extends EPackageImpl implements InventoryPackage
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass stockEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass productEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass stockProductEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass recipeEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass ingredientEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass menuCardEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass restaurantEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass departmentEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass offeringEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass tableEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass employeeEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass stationEClass = null;
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass sectionEClass = null;
@@ -140,7 +140,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
* Note: the correct way to create the package is via the static factory method {@link #init init()}, which also
* performs initialization of the package, or returns the registered package, if one already exists. <!--
* begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.emf.ecore.EPackage.Registry
* @see org.gastro.inventory.InventoryPackage#eNS_URI
* @see #init()
@@ -153,7 +153,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static boolean isInited = false;
@@ -164,7 +164,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
* This method is used to initialize {@link InventoryPackage#eINSTANCE} when that field is accessed. Clients should
* not invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc
* --> <!-- end-user-doc -->
- *
+ *
* @see #eNS_URI
* @see #createPackageContents()
* @see #initializePackageContents()
@@ -173,11 +173,14 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
public static InventoryPackage init()
{
if (isInited)
+ {
return (InventoryPackage)EPackage.Registry.INSTANCE.getEPackage(InventoryPackage.eNS_URI);
+ }
// Obtain or create and register package
- InventoryPackageImpl theInventoryPackage = (InventoryPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof InventoryPackageImpl ? EPackage.Registry.INSTANCE
- .get(eNS_URI) : new InventoryPackageImpl());
+ InventoryPackageImpl theInventoryPackage = (InventoryPackageImpl)(EPackage.Registry.INSTANCE
+ .get(eNS_URI) instanceof InventoryPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI)
+ : new InventoryPackageImpl());
isInited = true;
@@ -197,7 +200,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getStock()
@@ -207,7 +210,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getStock_Products()
@@ -217,7 +220,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getStock_Name()
@@ -227,7 +230,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getStock_Department()
@@ -237,7 +240,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getProduct()
@@ -247,7 +250,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getProduct_Name()
@@ -257,7 +260,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getStockProduct()
@@ -267,7 +270,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getStockProduct_Stock()
@@ -277,7 +280,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getStockProduct_Cost()
@@ -287,7 +290,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getStockProduct_Available()
@@ -297,7 +300,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getStockProduct_OrderLimit()
@@ -307,7 +310,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRecipe()
@@ -317,7 +320,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRecipe_Ingredients()
@@ -327,7 +330,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRecipe_Department()
@@ -337,7 +340,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getRecipe_Cost()
@@ -347,7 +350,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getIngredient()
@@ -357,7 +360,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getIngredient_Recipe()
@@ -367,7 +370,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getIngredient_Product()
@@ -377,7 +380,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getIngredient_Quantity()
@@ -387,7 +390,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getMenuCard()
@@ -397,7 +400,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getMenuCard_Title()
@@ -407,7 +410,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getMenuCard_Restaurant()
@@ -417,7 +420,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getMenuCard_Sections()
@@ -427,7 +430,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRestaurant()
@@ -437,7 +440,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getRestaurant_Name()
@@ -447,7 +450,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRestaurant_Departments()
@@ -457,7 +460,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRestaurant_MenuCards()
@@ -467,7 +470,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRestaurant_Tables()
@@ -477,7 +480,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRestaurant_Stations()
@@ -487,7 +490,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getDepartment()
@@ -497,7 +500,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDepartment_Recipes()
@@ -507,7 +510,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDepartment_Restaurant()
@@ -517,7 +520,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDepartment_Employees()
@@ -527,7 +530,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDepartment_Stocks()
@@ -537,7 +540,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getOffering()
@@ -547,7 +550,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOffering_Product()
@@ -557,7 +560,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getOffering_Name()
@@ -567,7 +570,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getOffering_Description()
@@ -577,7 +580,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getOffering_Price()
@@ -587,7 +590,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOffering_Section()
@@ -597,7 +600,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getTable()
@@ -607,7 +610,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getTable_Seats()
@@ -617,7 +620,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getTable_Restaurant()
@@ -627,7 +630,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getEmployee()
@@ -637,7 +640,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getEmployee_Department()
@@ -647,7 +650,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEmployee_Name()
@@ -657,7 +660,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getStation()
@@ -667,7 +670,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getStation_StationID()
@@ -677,7 +680,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSection()
@@ -687,7 +690,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getSection_MenuCard()
@@ -697,7 +700,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getSection_Offerings()
@@ -707,7 +710,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSection_Title()
@@ -717,7 +720,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSection_Text()
@@ -727,7 +730,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InventoryFactory getInventoryFactory()
@@ -737,7 +740,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isCreated = false;
@@ -745,13 +748,15 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its
* first. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void createPackageContents()
{
if (isCreated)
+ {
return;
+ }
isCreated = true;
// Create classes and their features
@@ -824,7 +829,7 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isInitialized = false;
@@ -832,13 +837,15 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
/**
* Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any
* invocation but its first. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void initializePackageContents()
{
if (isInitialized)
+ {
return;
+ }
isInitialized = true;
// Initialize package
@@ -851,19 +858,19 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
// Set bounds for type parameters
// Add supertypes to classes
- stockProductEClass.getESuperTypes().add(this.getProduct());
- recipeEClass.getESuperTypes().add(this.getProduct());
- departmentEClass.getESuperTypes().add(this.getStation());
- tableEClass.getESuperTypes().add(this.getStation());
+ stockProductEClass.getESuperTypes().add(getProduct());
+ recipeEClass.getESuperTypes().add(getProduct());
+ departmentEClass.getESuperTypes().add(getStation());
+ tableEClass.getESuperTypes().add(getStation());
// Initialize classes and features; add operations and parameters
initEClass(stockEClass, Stock.class, "Stock", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
- initEReference(getStock_Products(), this.getStockProduct(), this.getStockProduct_Stock(), "products", null, 0, -1,
+ initEReference(getStock_Products(), getStockProduct(), getStockProduct_Stock(), "products", null, 0, -1,
Stock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getStock_Name(), ecorePackage.getEString(), "name", null, 0, 1, Stock.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getStock_Department(), this.getDepartment(), this.getDepartment_Stocks(), "department", null, 1, 1,
+ initEReference(getStock_Department(), getDepartment(), getDepartment_Stocks(), "department", null, 1, 1,
Stock.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -875,9 +882,9 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
initEClass(stockProductEClass, StockProduct.class, "StockProduct", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
- initEReference(getStockProduct_Stock(), this.getStock(), this.getStock_Products(), "stock", null, 1, 1,
- StockProduct.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getStockProduct_Stock(), getStock(), getStock_Products(), "stock", null, 1, 1, StockProduct.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
initEAttribute(getStockProduct_Cost(), ecorePackage.getEFloat(), "cost", null, 0, 1, StockProduct.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getStockProduct_Available(), ecorePackage.getEInt(), "available", null, 0, 1, StockProduct.class,
@@ -886,93 +893,93 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(recipeEClass, Recipe.class, "Recipe", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
- initEReference(getRecipe_Ingredients(), this.getIngredient(), this.getIngredient_Recipe(), "ingredients", null, 0,
- -1, Recipe.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRecipe_Department(), this.getDepartment(), this.getDepartment_Recipes(), "department", null, 0,
- 1, Recipe.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRecipe_Ingredients(), getIngredient(), getIngredient_Recipe(), "ingredients", null, 0, -1,
+ Recipe.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRecipe_Department(), getDepartment(), getDepartment_Recipes(), "department", null, 0, 1,
+ Recipe.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getRecipe_Cost(), ecorePackage.getEFloat(), "cost", null, 0, 1, Recipe.class, IS_TRANSIENT,
IS_VOLATILE, !IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, IS_DERIVED, IS_ORDERED);
initEClass(ingredientEClass, Ingredient.class, "Ingredient", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
- initEReference(getIngredient_Recipe(), this.getRecipe(), this.getRecipe_Ingredients(), "recipe", null, 1, 1,
- Ingredient.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getIngredient_Product(), this.getProduct(), null, "product", null, 1, 1, Ingredient.class,
- !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ initEReference(getIngredient_Recipe(), getRecipe(), getRecipe_Ingredients(), "recipe", null, 1, 1, Ingredient.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
+ initEReference(getIngredient_Product(), getProduct(), null, "product", null, 1, 1, Ingredient.class, !IS_TRANSIENT,
+ !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
+ IS_ORDERED);
initEAttribute(getIngredient_Quantity(), ecorePackage.getEInt(), "quantity", null, 0, 1, Ingredient.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(menuCardEClass, MenuCard.class, "MenuCard", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getMenuCard_Title(), ecorePackage.getEString(), "title", null, 0, 1, MenuCard.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getMenuCard_Restaurant(), this.getRestaurant(), this.getRestaurant_MenuCards(), "restaurant", null,
- 1, 1, MenuCard.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getMenuCard_Sections(), this.getSection(), this.getSection_MenuCard(), "sections", null, 1, -1,
- MenuCard.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ initEReference(getMenuCard_Restaurant(), getRestaurant(), getRestaurant_MenuCards(), "restaurant", null, 1, 1,
+ MenuCard.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getMenuCard_Sections(), getSection(), getSection_MenuCard(), "sections", null, 1, -1, MenuCard.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
initEClass(restaurantEClass, Restaurant.class, "Restaurant", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
- initEAttribute(getRestaurant_Name(), ecorePackage.getEString(), "name", null, 0, 1, Restaurant.class,
- !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRestaurant_Departments(), this.getDepartment(), this.getDepartment_Restaurant(), "departments",
- null, 0, -1, Restaurant.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRestaurant_MenuCards(), this.getMenuCard(), this.getMenuCard_Restaurant(), "menuCards", null, 0,
- -1, Restaurant.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRestaurant_Tables(), this.getTable(), this.getTable_Restaurant(), "tables", null, 0, -1,
- Restaurant.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRestaurant_Stations(), this.getStation(), null, "stations", null, 0, -1, Restaurant.class,
+ initEAttribute(getRestaurant_Name(), ecorePackage.getEString(), "name", null, 0, 1, Restaurant.class, !IS_TRANSIENT,
+ !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRestaurant_Departments(), getDepartment(), getDepartment_Restaurant(), "departments", null, 0, -1,
+ Restaurant.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRestaurant_MenuCards(), getMenuCard(), getMenuCard_Restaurant(), "menuCards", null, 0, -1,
+ Restaurant.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRestaurant_Tables(), getTable(), getTable_Restaurant(), "tables", null, 0, -1, Restaurant.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
+ initEReference(getRestaurant_Stations(), getStation(), null, "stations", null, 0, -1, Restaurant.class,
IS_TRANSIENT, IS_VOLATILE, !IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
IS_DERIVED, IS_ORDERED);
initEClass(departmentEClass, Department.class, "Department", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
- initEReference(getDepartment_Recipes(), this.getRecipe(), this.getRecipe_Department(), "recipes", null, 0, -1,
- Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getDepartment_Restaurant(), this.getRestaurant(), this.getRestaurant_Departments(), "restaurant",
- null, 1, 1, Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getDepartment_Employees(), this.getEmployee(), this.getEmployee_Department(), "employees", null, 0,
- -1, Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getDepartment_Stocks(), this.getStock(), this.getStock_Department(), "stocks", null, 1, -1,
- Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES,
+ initEReference(getDepartment_Recipes(), getRecipe(), getRecipe_Department(), "recipes", null, 0, -1,
+ Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getDepartment_Restaurant(), getRestaurant(), getRestaurant_Departments(), "restaurant", null, 1, 1,
+ Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getDepartment_Employees(), getEmployee(), getEmployee_Department(), "employees", null, 0, -1,
+ Department.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getDepartment_Stocks(), getStock(), getStock_Department(), "stocks", null, 1, -1, Department.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
initEClass(offeringEClass, Offering.class, "Offering", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
- initEReference(getOffering_Product(), this.getProduct(), null, "product", null, 1, 1, Offering.class,
- !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
- !IS_DERIVED, IS_ORDERED);
+ initEReference(getOffering_Product(), getProduct(), null, "product", null, 1, 1, Offering.class, !IS_TRANSIENT,
+ !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
+ IS_ORDERED);
initEAttribute(getOffering_Name(), ecorePackage.getEString(), "name", null, 0, 1, Offering.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOffering_Description(), ecorePackage.getEString(), "description", null, 0, 1, Offering.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOffering_Price(), ecorePackage.getEFloat(), "price", null, 0, 1, Offering.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getOffering_Section(), this.getSection(), this.getSection_Offerings(), "section", null, 1, 1,
- Offering.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
- IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getOffering_Section(), getSection(), getSection_Offerings(), "section", null, 1, 1, Offering.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
initEClass(tableEClass, Table.class, "Table", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getTable_Seats(), ecorePackage.getEInt(), "seats", null, 0, 1, Table.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getTable_Restaurant(), this.getRestaurant(), this.getRestaurant_Tables(), "restaurant", null, 1, 1,
+ initEReference(getTable_Restaurant(), getRestaurant(), getRestaurant_Tables(), "restaurant", null, 1, 1,
Table.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(employeeEClass, Employee.class, "Employee", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
- initEReference(getEmployee_Department(), this.getDepartment(), this.getDepartment_Employees(), "department", null,
- 0, 1, Employee.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES,
- !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getEmployee_Department(), getDepartment(), getDepartment_Employees(), "department", null, 0, 1,
+ Employee.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
+ IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getEmployee_Name(), ecorePackage.getEString(), "name", null, 0, 1, Employee.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -981,10 +988,10 @@ public class InventoryPackageImpl extends EPackageImpl implements InventoryPacka
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(sectionEClass, Section.class, "Section", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
- initEReference(getSection_MenuCard(), this.getMenuCard(), this.getMenuCard_Sections(), "menuCard", null, 1, 1,
- Section.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
- IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getSection_Offerings(), this.getOffering(), this.getOffering_Section(), "offerings", null, 1, -1,
+ initEReference(getSection_MenuCard(), getMenuCard(), getMenuCard_Sections(), "menuCard", null, 1, 1, Section.class,
+ !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
+ !IS_DERIVED, IS_ORDERED);
+ initEReference(getSection_Offerings(), getOffering(), getOffering_Section(), "offerings", null, 1, -1,
Section.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSection_Title(), ecorePackage.getEString(), "title", null, 0, 1, Section.class, !IS_TRANSIENT,
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/MenuCardImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/MenuCardImpl.java
index bdc71e2078..5137d1001d 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/MenuCardImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/MenuCardImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -33,14 +33,14 @@ import org.gastro.inventory.Section;
* <li>{@link org.gastro.inventory.impl.MenuCardImpl#getSections <em>Sections</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class MenuCardImpl extends CDOObjectImpl implements MenuCard
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected MenuCardImpl()
@@ -50,7 +50,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -61,7 +61,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -72,7 +72,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getTitle()
@@ -82,7 +82,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTitle(String newTitle)
@@ -92,7 +92,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Restaurant getRestaurant()
@@ -102,7 +102,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRestaurant(Restaurant newRestaurant)
@@ -112,7 +112,7 @@ public class MenuCardImpl extends CDOObjectImpl implements MenuCard
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/OfferingImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/OfferingImpl.java
index 54566ec61a..6e221130c7 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/OfferingImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/OfferingImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -34,14 +34,14 @@ import org.gastro.inventory.Section;
* <li>{@link org.gastro.inventory.impl.OfferingImpl#getSection <em>Section</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class OfferingImpl extends CDOObjectImpl implements Offering
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected OfferingImpl()
@@ -51,7 +51,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -62,7 +62,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -73,7 +73,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Product getProduct()
@@ -83,7 +83,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setProduct(Product newProduct)
@@ -93,7 +93,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName()
@@ -103,7 +103,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setName(String newName)
@@ -113,7 +113,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getDescription()
@@ -123,7 +123,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDescription(String newDescription)
@@ -133,7 +133,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getPrice()
@@ -143,7 +143,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setPrice(float newPrice)
@@ -153,7 +153,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Section getSection()
@@ -163,7 +163,7 @@ public class OfferingImpl extends CDOObjectImpl implements Offering
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSection(Section newSection)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/ProductImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/ProductImpl.java
index 3e19efce37..d465aae64b 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/ProductImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/ProductImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -28,14 +28,14 @@ import org.gastro.inventory.Product;
* <li>{@link org.gastro.inventory.impl.ProductImpl#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public abstract class ProductImpl extends CDOObjectImpl implements Product
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ProductImpl()
@@ -45,7 +45,7 @@ public abstract class ProductImpl extends CDOObjectImpl implements Product
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -56,7 +56,7 @@ public abstract class ProductImpl extends CDOObjectImpl implements Product
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -67,7 +67,7 @@ public abstract class ProductImpl extends CDOObjectImpl implements Product
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName()
@@ -77,7 +77,7 @@ public abstract class ProductImpl extends CDOObjectImpl implements Product
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setName(String newName)
@@ -87,7 +87,7 @@ public abstract class ProductImpl extends CDOObjectImpl implements Product
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated NOT
*/
public abstract float getCost();
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RecipeImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RecipeImpl.java
index 7ebc9e3eb9..e8c2af07b4 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RecipeImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RecipeImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -31,14 +31,14 @@ import org.gastro.inventory.Recipe;
* <li>{@link org.gastro.inventory.impl.RecipeImpl#getCost <em>Cost</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class RecipeImpl extends ProductImpl implements Recipe
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RecipeImpl()
@@ -48,7 +48,7 @@ public class RecipeImpl extends ProductImpl implements Recipe
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -59,7 +59,7 @@ public class RecipeImpl extends ProductImpl implements Recipe
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -70,7 +70,7 @@ public class RecipeImpl extends ProductImpl implements Recipe
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Department getDepartment()
@@ -80,7 +80,7 @@ public class RecipeImpl extends ProductImpl implements Recipe
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDepartment(Department newDepartment)
@@ -90,7 +90,7 @@ public class RecipeImpl extends ProductImpl implements Recipe
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated NOT
*/
@Override
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RestaurantImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RestaurantImpl.java
index 215b89ecf7..1f188ff6ba 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RestaurantImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/RestaurantImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -38,14 +38,14 @@ import org.gastro.inventory.Table;
* <li>{@link org.gastro.inventory.impl.RestaurantImpl#getStations <em>Stations</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class RestaurantImpl extends CDOObjectImpl implements Restaurant
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RestaurantImpl()
@@ -55,7 +55,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -66,7 +66,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -77,7 +77,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName()
@@ -87,7 +87,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setName(String newName)
@@ -97,7 +97,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -108,7 +108,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -119,7 +119,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -130,7 +130,7 @@ public class RestaurantImpl extends CDOObjectImpl implements Restaurant
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated NOT
*/
public EList<Station> getStations()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/SectionImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/SectionImpl.java
index 12ef48c8fe..6340fd4dfa 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/SectionImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/SectionImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -34,14 +34,14 @@ import org.gastro.inventory.Section;
* <li>{@link org.gastro.inventory.impl.SectionImpl#getText <em>Text</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class SectionImpl extends CDOObjectImpl implements Section
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SectionImpl()
@@ -51,7 +51,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -62,7 +62,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -73,7 +73,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MenuCard getMenuCard()
@@ -83,7 +83,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMenuCard(MenuCard newMenuCard)
@@ -93,7 +93,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -104,7 +104,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getTitle()
@@ -114,7 +114,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTitle(String newTitle)
@@ -124,7 +124,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getText()
@@ -134,7 +134,7 @@ public class SectionImpl extends CDOObjectImpl implements Section
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setText(String newText)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StationImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StationImpl.java
index 6182a98b50..bcf2eb9c24 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StationImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StationImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -28,14 +28,14 @@ import org.gastro.inventory.Station;
* <li>{@link org.gastro.inventory.impl.StationImpl#getStationID <em>Station ID</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public abstract class StationImpl extends CDOObjectImpl implements Station
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected StationImpl()
@@ -45,7 +45,7 @@ public abstract class StationImpl extends CDOObjectImpl implements Station
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -56,7 +56,7 @@ public abstract class StationImpl extends CDOObjectImpl implements Station
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -67,7 +67,7 @@ public abstract class StationImpl extends CDOObjectImpl implements Station
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getStationID()
@@ -77,7 +77,7 @@ public abstract class StationImpl extends CDOObjectImpl implements Station
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setStationID(String newStationID)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockImpl.java
index 63dd49ee7c..c4ee294fab 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -33,14 +33,14 @@ import org.gastro.inventory.StockProduct;
* <li>{@link org.gastro.inventory.impl.StockImpl#getDepartment <em>Department</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class StockImpl extends CDOObjectImpl implements Stock
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected StockImpl()
@@ -50,7 +50,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -61,7 +61,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -72,7 +72,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -83,7 +83,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName()
@@ -93,7 +93,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setName(String newName)
@@ -103,7 +103,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Department getDepartment()
@@ -113,7 +113,7 @@ public class StockImpl extends CDOObjectImpl implements Stock
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDepartment(Department newDepartment)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockProductImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockProductImpl.java
index 3fa605f67d..9c12fdc6b0 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockProductImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/StockProductImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -31,14 +31,14 @@ import org.gastro.inventory.StockProduct;
* <li>{@link org.gastro.inventory.impl.StockProductImpl#getOrderLimit <em>Order Limit</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class StockProductImpl extends ProductImpl implements StockProduct
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected StockProductImpl()
@@ -48,7 +48,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -59,7 +59,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Stock getStock()
@@ -69,7 +69,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setStock(Stock newStock)
@@ -79,7 +79,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -90,7 +90,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setCost(float newCost)
@@ -100,7 +100,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getAvailable()
@@ -110,7 +110,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAvailable(int newAvailable)
@@ -120,7 +120,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getOrderLimit()
@@ -130,7 +130,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setOrderLimit(int newOrderLimit)
@@ -140,7 +140,7 @@ public class StockProductImpl extends ProductImpl implements StockProduct
/**
* TODO Should be modeled as derived EReference!
- *
+ *
* @ADDED
*/
public Department getDepartment()
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/TableImpl.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/TableImpl.java
index c24b954c93..3e0ac50a75 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/TableImpl.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/impl/TableImpl.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -28,14 +28,14 @@ import org.gastro.inventory.Table;
* <li>{@link org.gastro.inventory.impl.TableImpl#getRestaurant <em>Restaurant</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class TableImpl extends StationImpl implements Table
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected TableImpl()
@@ -45,7 +45,7 @@ public class TableImpl extends StationImpl implements Table
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -56,7 +56,7 @@ public class TableImpl extends StationImpl implements Table
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getSeats()
@@ -66,7 +66,7 @@ public class TableImpl extends StationImpl implements Table
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSeats(int newSeats)
@@ -76,7 +76,7 @@ public class TableImpl extends StationImpl implements Table
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Restaurant getRestaurant()
@@ -86,7 +86,7 @@ public class TableImpl extends StationImpl implements Table
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRestaurant(Restaurant newRestaurant)
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventoryAdapterFactory.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventoryAdapterFactory.java
index 585f4c7e0d..d0e8851a1a 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventoryAdapterFactory.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventoryAdapterFactory.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -36,7 +36,7 @@ import org.gastro.inventory.Table;
/**
* <!-- begin-user-doc --> The <b>Adapter Factory</b> for the model. It provides an adapter <code>createXXX</code>
* method for each class of the model. <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.InventoryPackage
* @generated
*/
@@ -44,14 +44,14 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
{
/**
* The cached model package. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static InventoryPackage modelPackage;
/**
* Creates an instance of the adapter factory. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InventoryAdapterFactory()
@@ -66,7 +66,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Returns whether this factory is applicable for the type of the object. <!-- begin-user-doc --> This implementation
* returns <code>true</code> if the object is either the model's package or is an instance object of the model. <!--
* end-user-doc -->
- *
+ *
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@@ -86,7 +86,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
/**
* The switch that delegates to the <code>createXXX</code> methods. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected InventorySwitch<Adapter> modelSwitch = new InventorySwitch<Adapter>()
@@ -178,7 +178,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
/**
* Creates an adapter for the <code>target</code>. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param target
* the object to adapt.
* @return the adapter for the <code>target</code>.
@@ -194,7 +194,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Stock <em>Stock</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Stock
* @generated
@@ -208,7 +208,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Product <em>Product</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Product
* @generated
@@ -222,7 +222,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.StockProduct <em>Stock Product</em>}'.
* <!-- begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.StockProduct
* @generated
@@ -236,7 +236,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Recipe <em>Recipe</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Recipe
* @generated
@@ -250,7 +250,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Ingredient <em>Ingredient</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Ingredient
* @generated
@@ -264,7 +264,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.MenuCard <em>Menu Card</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.MenuCard
* @generated
@@ -278,7 +278,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Restaurant <em>Restaurant</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Restaurant
* @generated
@@ -292,7 +292,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Department <em>Department</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Department
* @generated
@@ -306,7 +306,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Offering <em>Offering</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Offering
* @generated
@@ -320,7 +320,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Table <em>Table</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Table
* @generated
@@ -334,7 +334,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Employee <em>Employee</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Employee
* @generated
@@ -348,7 +348,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Station <em>Station</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Station
* @generated
@@ -362,7 +362,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.gastro.inventory.Section <em>Section</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.gastro.inventory.Section
* @generated
@@ -375,7 +375,7 @@ public class InventoryAdapterFactory extends AdapterFactoryImpl
/**
* Creates a new adapter for the default case. <!-- begin-user-doc --> This default implementation returns null. <!--
* end-user-doc -->
- *
+ *
* @return the new adapter.
* @generated
*/
diff --git a/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventorySwitch.java b/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventorySwitch.java
index 44055ec9f8..3da3e1a832 100644
--- a/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventorySwitch.java
+++ b/plugins/org.gastro.inventory/src/org/gastro/inventory/util/InventorySwitch.java
@@ -4,10 +4,10 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
- *
+ *
* Initial Publication:
* Eclipse Magazin - http://www.eclipse-magazin.de
*/
@@ -38,7 +38,7 @@ import java.util.List;
* {@link #doSwitch(EObject) doSwitch(object)} to invoke the <code>caseXXX</code> method for each class of the model,
* starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is
* returned, which is the result of the switch. <!-- end-user-doc -->
- *
+ *
* @see org.gastro.inventory.InventoryPackage
* @generated
*/
@@ -46,14 +46,14 @@ public class InventorySwitch<T>
{
/**
* The cached model package <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static InventoryPackage modelPackage;
/**
* Creates an instance of the switch. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InventorySwitch()
@@ -67,7 +67,7 @@ public class InventorySwitch<T>
/**
* Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the first non-null result returned by a <code>caseXXX</code> call.
* @generated
*/
@@ -79,7 +79,7 @@ public class InventorySwitch<T>
/**
* Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the first non-null result returned by a <code>caseXXX</code> call.
* @generated
*/
@@ -99,7 +99,7 @@ public class InventorySwitch<T>
/**
* Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @return the first non-null result returned by a <code>caseXXX</code> call.
* @generated
*/
@@ -261,7 +261,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Stock</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Stock</em>'.
@@ -276,7 +276,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Product</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Product</em>'.
@@ -291,7 +291,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Stock Product</em>'. <!-- begin-user-doc -->
* This implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Stock Product</em>'.
@@ -306,7 +306,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Recipe</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Recipe</em>'.
@@ -321,7 +321,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Ingredient</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Ingredient</em>'.
@@ -336,7 +336,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Menu Card</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Menu Card</em>'.
@@ -351,7 +351,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Restaurant</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Restaurant</em>'.
@@ -366,7 +366,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Department</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Department</em>'.
@@ -381,7 +381,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Offering</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Offering</em>'.
@@ -396,7 +396,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Table</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Table</em>'.
@@ -411,7 +411,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Employee</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Employee</em>'.
@@ -426,7 +426,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Station</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Station</em>'.
@@ -441,7 +441,7 @@ public class InventorySwitch<T>
/**
* Returns the result of interpreting the object as an instance of '<em>Section</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Section</em>'.
@@ -457,7 +457,7 @@ public class InventorySwitch<T>
* Returns the result of interpreting the object as an instance of '<em>EObject</em>'. <!-- begin-user-doc --> This
* implementation returns null; returning a non-null result will terminate the switch, but this is the last case
* anyway. <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EObject</em>'.

Back to the top