|
19 | 19 | * <li>{@link mltop10.AIAlgorithm#isPublic <em>Public</em>}</li> |
20 | 20 | * <li>{@link mltop10.AIAlgorithm#isAccessControl <em>Access Control</em>}</li> |
21 | 21 | * <li>{@link mltop10.AIAlgorithm#isRandomize <em>Randomize</em>}</li> |
22 | | - * <li>{@link mltop10.AIAlgorithm#getRegularisation <em>Regularisation</em>}</li> |
| 22 | + * <li>{@link mltop10.AIAlgorithm#isRegularisation <em>Regularisation</em>}</li> |
23 | 23 | * </ul> |
24 | 24 | * |
25 | 25 | * @see mltop10.Mltop10Package#getAIAlgorithm() |
@@ -132,29 +132,29 @@ public interface AIAlgorithm extends EObject { |
132 | 132 | void setRandomize(boolean value); |
133 | 133 |
|
134 | 134 | /** |
135 | | - * Returns the value of the '<em><b>Regularisation</b></em>' containment reference. |
| 135 | + * Returns the value of the '<em><b>Regularisation</b></em>' attribute. |
136 | 136 | * <!-- begin-user-doc --> |
137 | 137 | * <p> |
138 | | - * If the meaning of the '<em>Regularisation</em>' containment reference isn't clear, |
| 138 | + * If the meaning of the '<em>Regularisation</em>' attribute isn't clear, |
139 | 139 | * there really should be more of a description here... |
140 | 140 | * </p> |
141 | 141 | * <!-- end-user-doc --> |
142 | | - * @return the value of the '<em>Regularisation</em>' containment reference. |
143 | | - * @see #setRegularisation(RegularisationType) |
| 142 | + * @return the value of the '<em>Regularisation</em>' attribute. |
| 143 | + * @see #setRegularisation(boolean) |
144 | 144 | * @see mltop10.Mltop10Package#getAIAlgorithm_Regularisation() |
145 | | - * @model containment="true" required="true" ordered="false" |
| 145 | + * @model dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false" |
146 | 146 | * @generated |
147 | 147 | */ |
148 | | - RegularisationType getRegularisation(); |
| 148 | + boolean isRegularisation(); |
149 | 149 |
|
150 | 150 | /** |
151 | | - * Sets the value of the '{@link mltop10.AIAlgorithm#getRegularisation <em>Regularisation</em>}' containment reference. |
| 151 | + * Sets the value of the '{@link mltop10.AIAlgorithm#isRegularisation <em>Regularisation</em>}' attribute. |
152 | 152 | * <!-- begin-user-doc --> |
153 | 153 | * <!-- end-user-doc --> |
154 | | - * @param value the new value of the '<em>Regularisation</em>' containment reference. |
155 | | - * @see #getRegularisation() |
| 154 | + * @param value the new value of the '<em>Regularisation</em>' attribute. |
| 155 | + * @see #isRegularisation() |
156 | 156 | * @generated |
157 | 157 | */ |
158 | | - void setRegularisation(RegularisationType value); |
| 158 | + void setRegularisation(boolean value); |
159 | 159 |
|
160 | 160 | } // AIAlgorithm |
0 commit comments