Skip to content

Commit 8a6b14d

Browse files
committed
MLSecurityTop10 profile: minor updates.
1 parent 03b5e8b commit 8a6b14d

18 files changed

+1679
-665
lines changed

plugins/carisma.profile.umlsec.mltop10/gen-src/mltop10/AIAlgorithm.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* <li>{@link mltop10.AIAlgorithm#isPublic <em>Public</em>}</li>
2020
* <li>{@link mltop10.AIAlgorithm#isAccessControl <em>Access Control</em>}</li>
2121
* <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>
2323
* </ul>
2424
*
2525
* @see mltop10.Mltop10Package#getAIAlgorithm()
@@ -132,29 +132,29 @@ public interface AIAlgorithm extends EObject {
132132
void setRandomize(boolean value);
133133

134134
/**
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.
136136
* <!-- begin-user-doc -->
137137
* <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,
139139
* there really should be more of a description here...
140140
* </p>
141141
* <!-- 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)
144144
* @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"
146146
* @generated
147147
*/
148-
RegularisationType getRegularisation();
148+
boolean isRegularisation();
149149

150150
/**
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.
152152
* <!-- begin-user-doc -->
153153
* <!-- 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()
156156
* @generated
157157
*/
158-
void setRegularisation(RegularisationType value);
158+
void setRegularisation(boolean value);
159159

160160
} // AIAlgorithm

plugins/carisma.profile.umlsec.mltop10/gen-src/mltop10/Mltop10Factory.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ public interface Mltop10Factory extends EFactory {
3939
*/
4040
AIAlgorithm createAIAlgorithm();
4141

42-
/**
43-
* Returns a new object of class '<em>Regularisation Type</em>'.
44-
* <!-- begin-user-doc -->
45-
* <!-- end-user-doc -->
46-
* @return a new object of class '<em>Regularisation Type</em>'.
47-
* @generated
48-
*/
49-
RegularisationType createRegularisationType();
50-
5142
/**
5243
* Returns a new object of class '<em>Training Data</em>'.
5344
* <!-- begin-user-doc -->
@@ -75,6 +66,15 @@ public interface Mltop10Factory extends EFactory {
7566
*/
7667
TrainingDataServer createTrainingDataServer();
7768

69+
/**
70+
* Returns a new object of class '<em>Secure AI Scenario</em>'.
71+
* <!-- begin-user-doc -->
72+
* <!-- end-user-doc -->
73+
* @return a new object of class '<em>Secure AI Scenario</em>'.
74+
* @generated
75+
*/
76+
SecureAIScenario createSecureAIScenario();
77+
7878
/**
7979
* Returns the package supported by this factory.
8080
* <!-- begin-user-doc -->

0 commit comments

Comments
 (0)