/** */ package org.eclipse.viatra.solver.language.solverLanguage; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Import'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getImport() * @model * @generated */ public interface Import extends EObject { /** * Returns the value of the 'Alias' attribute. * * * @return the value of the 'Alias' attribute. * @see #setAlias(String) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getImport_Alias() * @model * @generated */ String getAlias(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.Import#getAlias Alias}' attribute. * * * @param value the new value of the 'Alias' attribute. * @see #getAlias() * @generated */ void setAlias(String value); } // Import