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 --- .../inf/dslreasoner/alloyLanguage/ALSDocument.java | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java (limited to 'Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java') diff --git a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java new file mode 100644 index 00000000..3f6d33c8 --- /dev/null +++ b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java @@ -0,0 +1,138 @@ +/** + */ +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 Document'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument() + * @model + * @generated + */ +public interface ALSDocument extends EObject +{ + /** + * Returns the value of the 'Enum Declarations' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSEnumDeclaration}. + * + *

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

+ * + * @return the value of the 'Enum Declarations' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_EnumDeclarations() + * @model containment="true" + * @generated + */ + EList getEnumDeclarations(); + + /** + * Returns the value of the 'Signature Bodies' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureBody}. + * + *

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

+ * + * @return the value of the 'Signature Bodies' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_SignatureBodies() + * @model containment="true" + * @generated + */ + EList getSignatureBodies(); + + /** + * Returns the value of the 'Function Definitions' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFunctionDefinition}. + * + *

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

+ * + * @return the value of the 'Function Definitions' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_FunctionDefinitions() + * @model containment="true" + * @generated + */ + EList getFunctionDefinitions(); + + /** + * Returns the value of the 'Relation Definitions' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSRelationDefinition}. + * + *

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

+ * + * @return the value of the 'Relation Definitions' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_RelationDefinitions() + * @model containment="true" + * @generated + */ + EList getRelationDefinitions(); + + /** + * Returns the value of the 'Fact Declarations' containment reference list. + * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFactDeclaration}. + * + *

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

+ * + * @return the value of the 'Fact Declarations' containment reference list. + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_FactDeclarations() + * @model containment="true" + * @generated + */ + EList getFactDeclarations(); + + /** + * Returns the value of the 'Run Command' containment reference. + * + *

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

+ * + * @return the value of the 'Run Command' containment reference. + * @see #setRunCommand(ALSRunCommand) + * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_RunCommand() + * @model containment="true" + * @generated + */ + ALSRunCommand getRunCommand(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getRunCommand Run Command}' containment reference. + * + * + * @param value the new value of the 'Run Command' containment reference. + * @see #getRunCommand() + * @generated + */ + void setRunCommand(ALSRunCommand value); + +} // ALSDocument -- cgit v1.2.3-70-g09d2