/** */ 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 Signature Body'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody() * @model * @generated */ public interface ALSSignatureBody extends EObject { /** * Returns the value of the 'Multiplicity' attribute. * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity}. * *

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

* * @return the value of the 'Multiplicity' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #setMultiplicity(ALSMultiplicity) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Multiplicity() * @model * @generated */ ALSMultiplicity getMultiplicity(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureBody#getMultiplicity Multiplicity}' attribute. * * * @param value the new value of the 'Multiplicity' attribute. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity * @see #getMultiplicity() * @generated */ void setMultiplicity(ALSMultiplicity value); /** * Returns the value of the 'Abstract' attribute. * *

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

* * @return the value of the 'Abstract' attribute. * @see #setAbstract(boolean) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Abstract() * @model * @generated */ boolean isAbstract(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureBody#isAbstract Abstract}' attribute. * * * @param value the new value of the 'Abstract' attribute. * @see #isAbstract() * @generated */ void setAbstract(boolean value); /** * Returns the value of the 'Declarations' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureDeclaration}. * *

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

* * @return the value of the 'Declarations' containment reference list. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Declarations() * @model containment="true" * @generated */ EList getDeclarations(); /** * Returns the value of the 'Supertype' reference. * *

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

* * @return the value of the 'Supertype' reference. * @see #setSupertype(ALSSignatureDeclaration) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Supertype() * @model * @generated */ ALSSignatureDeclaration getSupertype(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureBody#getSupertype Supertype}' reference. * * * @param value the new value of the 'Supertype' reference. * @see #getSupertype() * @generated */ void setSupertype(ALSSignatureDeclaration value); /** * Returns the value of the 'Superset' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureDeclaration}. * *

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

* * @return the value of the 'Superset' reference list. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Superset() * @model * @generated */ EList getSuperset(); /** * Returns the value of the 'Fields' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFieldDeclaration}. * *

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

* * @return the value of the 'Fields' containment reference list. * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSSignatureBody_Fields() * @model containment="true" * @generated */ EList getFields(); } // ALSSignatureBody