aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java')
-rw-r--r--Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java138
1 files changed, 138 insertions, 0 deletions
diff --git a/Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java b/Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java
new file mode 100644
index 00000000..e2198e0a
--- /dev/null
+++ b/Solvers/Alloy-Solver/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDocument.java
@@ -0,0 +1,138 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.alloyLanguage;
4
5import org.eclipse.emf.common.util.EList;
6
7import org.eclipse.emf.ecore.EObject;
8
9/**
10 * <!-- begin-user-doc -->
11 * A representation of the model object '<em><b>ALS Document</b></em>'.
12 * <!-- end-user-doc -->
13 *
14 * <p>
15 * The following features are supported:
16 * </p>
17 * <ul>
18 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getEnumDeclarations <em>Enum Declarations</em>}</li>
19 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getSignatureBodies <em>Signature Bodies</em>}</li>
20 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getFunctionDefinitions <em>Function Definitions</em>}</li>
21 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getRelationDefinitions <em>Relation Definitions</em>}</li>
22 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getFactDeclarations <em>Fact Declarations</em>}</li>
23 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getRunCommand <em>Run Command</em>}</li>
24 * </ul>
25 *
26 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument()
27 * @model
28 * @generated
29 */
30public interface ALSDocument extends EObject
31{
32 /**
33 * Returns the value of the '<em><b>Enum Declarations</b></em>' containment reference list.
34 * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSEnumDeclaration}.
35 * <!-- begin-user-doc -->
36 * <p>
37 * If the meaning of the '<em>Enum Declarations</em>' containment reference list isn't clear,
38 * there really should be more of a description here...
39 * </p>
40 * <!-- end-user-doc -->
41 * @return the value of the '<em>Enum Declarations</em>' containment reference list.
42 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_EnumDeclarations()
43 * @model containment="true"
44 * @generated
45 */
46 EList<ALSEnumDeclaration> getEnumDeclarations();
47
48 /**
49 * Returns the value of the '<em><b>Signature Bodies</b></em>' containment reference list.
50 * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSSignatureBody}.
51 * <!-- begin-user-doc -->
52 * <p>
53 * If the meaning of the '<em>Signature Bodies</em>' containment reference list isn't clear,
54 * there really should be more of a description here...
55 * </p>
56 * <!-- end-user-doc -->
57 * @return the value of the '<em>Signature Bodies</em>' containment reference list.
58 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_SignatureBodies()
59 * @model containment="true"
60 * @generated
61 */
62 EList<ALSSignatureBody> getSignatureBodies();
63
64 /**
65 * Returns the value of the '<em><b>Function Definitions</b></em>' containment reference list.
66 * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFunctionDefinition}.
67 * <!-- begin-user-doc -->
68 * <p>
69 * If the meaning of the '<em>Function Definitions</em>' containment reference list isn't clear,
70 * there really should be more of a description here...
71 * </p>
72 * <!-- end-user-doc -->
73 * @return the value of the '<em>Function Definitions</em>' containment reference list.
74 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_FunctionDefinitions()
75 * @model containment="true"
76 * @generated
77 */
78 EList<ALSFunctionDefinition> getFunctionDefinitions();
79
80 /**
81 * Returns the value of the '<em><b>Relation Definitions</b></em>' containment reference list.
82 * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSRelationDefinition}.
83 * <!-- begin-user-doc -->
84 * <p>
85 * If the meaning of the '<em>Relation Definitions</em>' containment reference list isn't clear,
86 * there really should be more of a description here...
87 * </p>
88 * <!-- end-user-doc -->
89 * @return the value of the '<em>Relation Definitions</em>' containment reference list.
90 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_RelationDefinitions()
91 * @model containment="true"
92 * @generated
93 */
94 EList<ALSRelationDefinition> getRelationDefinitions();
95
96 /**
97 * Returns the value of the '<em><b>Fact Declarations</b></em>' containment reference list.
98 * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSFactDeclaration}.
99 * <!-- begin-user-doc -->
100 * <p>
101 * If the meaning of the '<em>Fact Declarations</em>' containment reference list isn't clear,
102 * there really should be more of a description here...
103 * </p>
104 * <!-- end-user-doc -->
105 * @return the value of the '<em>Fact Declarations</em>' containment reference list.
106 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_FactDeclarations()
107 * @model containment="true"
108 * @generated
109 */
110 EList<ALSFactDeclaration> getFactDeclarations();
111
112 /**
113 * Returns the value of the '<em><b>Run Command</b></em>' containment reference.
114 * <!-- begin-user-doc -->
115 * <p>
116 * If the meaning of the '<em>Run Command</em>' containment reference isn't clear,
117 * there really should be more of a description here...
118 * </p>
119 * <!-- end-user-doc -->
120 * @return the value of the '<em>Run Command</em>' containment reference.
121 * @see #setRunCommand(ALSRunCommand)
122 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDocument_RunCommand()
123 * @model containment="true"
124 * @generated
125 */
126 ALSRunCommand getRunCommand();
127
128 /**
129 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDocument#getRunCommand <em>Run Command</em>}' containment reference.
130 * <!-- begin-user-doc -->
131 * <!-- end-user-doc -->
132 * @param value the new value of the '<em>Run Command</em>' containment reference.
133 * @see #getRunCommand()
134 * @generated
135 */
136 void setRunCommand(ALSRunCommand value);
137
138} // ALSDocument