/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'ALS Run Command'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSRunCommand() * @model * @generated */ public interface ALSRunCommand extends EObject { /** * Returns the value of the 'Type Scopes' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSTypeScope}. * *

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

* * @return the value of the 'Type Scopes' containment reference list. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSRunCommand_TypeScopes() * @model containment="true" * @generated */ EList getTypeScopes(); } // ALSRunCommand