/** */ package de.hftstuttgart.buildingphysics; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Material Catalog'. * * *

* The following features are supported: *

* * * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getMaterialCatalog() * @model * @generated */ public interface MaterialCatalog extends Catalog { /** * Returns the value of the 'Material Categories' containment reference list. * The list contents are of type {@link de.hftstuttgart.buildingphysics.MaterialCategory}. * * * @return the value of the 'Material Categories' containment reference list. * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getMaterialCatalog_MaterialCategories() * @model containment="true" * @generated */ EList getMaterialCategories(); /** * Returns the value of the 'Construction Categories' containment reference list. * The list contents are of type {@link de.hftstuttgart.buildingphysics.ConstructionCategory}. * * * @return the value of the 'Construction Categories' containment reference list. * @see de.hftstuttgart.buildingphysics.BuildingPhysicsPackage#getMaterialCatalog_ConstructionCategories() * @model containment="true" required="true" * @generated */ EList getConstructionCategories(); } // MaterialCatalog