/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftModel; /** * * A representation of the model object 'Cft Import'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCftImport() * @model * @generated */ public interface CftImport extends Import { /** * Returns the value of the 'Imported Cft' reference. * *

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

* * @return the value of the 'Imported Cft' reference. * @see #setImportedCft(CftModel) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCftImport_ImportedCft() * @model * @generated */ CftModel getImportedCft(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CftImport#getImportedCft Imported Cft}' reference. * * * @param value the new value of the 'Imported Cft' reference. * @see #getImportedCft() * @generated */ void setImportedCft(CftModel value); } // CftImport