From 32a4f3392a7d0c44439c0c9b960ef1cfb5e3cc2f Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Fri, 25 Oct 2019 04:15:39 -0400 Subject: VAMPIRE: post-submission push --- .../alloyLanguage/ALSSignatureBody.java | 161 +++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSSignatureBody.java (limited to 'Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSSignatureBody.java') diff --git a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSSignatureBody.java b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSSignatureBody.java new file mode 100644 index 00000000..8746f88a --- /dev/null +++ b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSSignatureBody.java @@ -0,0 +1,161 @@ +/** + */ +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 -- cgit v1.2.3-70-g09d2