/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage; import hu.bme.mit.inf.dslreasoner.faulttree.model.cft.ComponentDefinition; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Cft Model'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getCftModel() * @model * @generated */ public interface CftModel extends EObject { /** * Returns the value of the 'Package Name' attribute. * *

* If the meaning of the 'Package Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Package Name' attribute. * @see #setPackageName(String) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getCftModel_PackageName() * @model * @generated */ String getPackageName(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftModel#getPackageName Package Name}' attribute. * * * @param value the new value of the 'Package Name' attribute. * @see #getPackageName() * @generated */ void setPackageName(String value); /** * Returns the value of the 'Imports' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.ImportDeclaration}. * *

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

* * @return the value of the 'Imports' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getCftModel_Imports() * @model containment="true" * @generated */ EList getImports(); /** * Returns the value of the 'Component Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.ComponentDefinition}. * *

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

* * @return the value of the 'Component Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getCftModel_ComponentDefinitions() * @model containment="true" * @generated */ EList getComponentDefinitions(); /** * Returns the value of the 'Transformation Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.TransformationDefinition}. * *

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

* * @return the value of the 'Transformation Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getCftModel_TransformationDefinitions() * @model containment="true" * @generated */ EList getTransformationDefinitions(); } // CftModel