/** */ package hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Model'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalArchitecturePackage#getFunctionalArchitectureModel() * @model * @generated */ public interface FunctionalArchitectureModel extends EObject { /** * Returns the value of the 'Root Elements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalElement}. * *

* If the meaning of the 'Root Elements' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Root Elements' containment reference list. * @see hu.bme.mit.inf.dslreasomer.domains.transima.fam.FunctionalArchitecture.FunctionalArchitecturePackage#getFunctionalArchitectureModel_RootElements() * @model containment="true" * @generated */ EList getRootElements(); } // FunctionalArchitectureModel