aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java')
-rw-r--r--Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java137
1 files changed, 0 insertions, 137 deletions
diff --git a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java b/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java
deleted file mode 100644
index fba62e10..00000000
--- a/Solvers/Alloy-Solver2/hu.bme.mit.inf.dslreasoner.alloy.language/src-gen/hu/bme/mit/inf/dslreasoner/alloyLanguage/ALSDirectProduct.java
+++ /dev/null
@@ -1,137 +0,0 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.alloyLanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>ALS Direct Product</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 * <p>
12 * The following features are supported:
13 * </p>
14 * <ul>
15 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftOperand <em>Left Operand</em>}</li>
16 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftMultiplicit <em>Left Multiplicit</em>}</li>
17 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightMultiplicit <em>Right Multiplicit</em>}</li>
18 * <li>{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightOperand <em>Right Operand</em>}</li>
19 * </ul>
20 *
21 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct()
22 * @model
23 * @generated
24 */
25public interface ALSDirectProduct extends ALSTerm
26{
27 /**
28 * Returns the value of the '<em><b>Left Operand</b></em>' containment reference.
29 * <!-- begin-user-doc -->
30 * <p>
31 * If the meaning of the '<em>Left Operand</em>' containment reference isn't clear,
32 * there really should be more of a description here...
33 * </p>
34 * <!-- end-user-doc -->
35 * @return the value of the '<em>Left Operand</em>' containment reference.
36 * @see #setLeftOperand(ALSTerm)
37 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_LeftOperand()
38 * @model containment="true"
39 * @generated
40 */
41 ALSTerm getLeftOperand();
42
43 /**
44 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftOperand <em>Left Operand</em>}' containment reference.
45 * <!-- begin-user-doc -->
46 * <!-- end-user-doc -->
47 * @param value the new value of the '<em>Left Operand</em>' containment reference.
48 * @see #getLeftOperand()
49 * @generated
50 */
51 void setLeftOperand(ALSTerm value);
52
53 /**
54 * Returns the value of the '<em><b>Left Multiplicit</b></em>' attribute.
55 * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity}.
56 * <!-- begin-user-doc -->
57 * <p>
58 * If the meaning of the '<em>Left Multiplicit</em>' attribute isn't clear,
59 * there really should be more of a description here...
60 * </p>
61 * <!-- end-user-doc -->
62 * @return the value of the '<em>Left Multiplicit</em>' attribute.
63 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity
64 * @see #setLeftMultiplicit(ALSMultiplicity)
65 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_LeftMultiplicit()
66 * @model
67 * @generated
68 */
69 ALSMultiplicity getLeftMultiplicit();
70
71 /**
72 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getLeftMultiplicit <em>Left Multiplicit</em>}' attribute.
73 * <!-- begin-user-doc -->
74 * <!-- end-user-doc -->
75 * @param value the new value of the '<em>Left Multiplicit</em>' attribute.
76 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity
77 * @see #getLeftMultiplicit()
78 * @generated
79 */
80 void setLeftMultiplicit(ALSMultiplicity value);
81
82 /**
83 * Returns the value of the '<em><b>Right Multiplicit</b></em>' attribute.
84 * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity}.
85 * <!-- begin-user-doc -->
86 * <p>
87 * If the meaning of the '<em>Right Multiplicit</em>' attribute isn't clear,
88 * there really should be more of a description here...
89 * </p>
90 * <!-- end-user-doc -->
91 * @return the value of the '<em>Right Multiplicit</em>' attribute.
92 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity
93 * @see #setRightMultiplicit(ALSMultiplicity)
94 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_RightMultiplicit()
95 * @model
96 * @generated
97 */
98 ALSMultiplicity getRightMultiplicit();
99
100 /**
101 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightMultiplicit <em>Right Multiplicit</em>}' attribute.
102 * <!-- begin-user-doc -->
103 * <!-- end-user-doc -->
104 * @param value the new value of the '<em>Right Multiplicit</em>' attribute.
105 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSMultiplicity
106 * @see #getRightMultiplicit()
107 * @generated
108 */
109 void setRightMultiplicit(ALSMultiplicity value);
110
111 /**
112 * Returns the value of the '<em><b>Right Operand</b></em>' containment reference.
113 * <!-- begin-user-doc -->
114 * <p>
115 * If the meaning of the '<em>Right Operand</em>' containment reference isn't clear,
116 * there really should be more of a description here...
117 * </p>
118 * <!-- end-user-doc -->
119 * @return the value of the '<em>Right Operand</em>' containment reference.
120 * @see #setRightOperand(ALSTerm)
121 * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSDirectProduct_RightOperand()
122 * @model containment="true"
123 * @generated
124 */
125 ALSTerm getRightOperand();
126
127 /**
128 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSDirectProduct#getRightOperand <em>Right Operand</em>}' containment reference.
129 * <!-- begin-user-doc -->
130 * <!-- end-user-doc -->
131 * @param value the new value of the '<em>Right Operand</em>' containment reference.
132 * @see #getRightOperand()
133 * @generated
134 */
135 void setRightOperand(ALSTerm value);
136
137} // ALSDirectProduct