Skip to content
Snippets Groups Projects
Commit d8c54be5 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

removes autocheck from the model

refs 2553
parent 9a60f474
No related branches found
No related tags found
No related merge requests found
......@@ -136,11 +136,6 @@
upperBound="-1" eType="#//constraints/ConstrainedWithChecksum" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verificationStatus" eType="#//constraints/IConstraintVerificationStatus"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoCheck" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;b>Do not set this field directly!&lt;/b> Use ConstraintsUtils.setAutoCheck instead: this will trigger the check immediatly if you set &lt;code>autocheck&lt;/code> to &lt;code>true&lt;/code>."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IConstraintVerificationStatus" abstract="true"
interface="true">
......
......@@ -63,7 +63,6 @@
ecoreFeature="ecore:EReference kernel.ecore#//constraints/IConstraint/constrainedsWithChecksum"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference kernel.ecore#//constraints/IConstraint/verificationStatus"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//constraints/IConstraint/autoCheck"/>
</genClasses>
<genClasses ecoreClass="kernel.ecore#//constraints/IConstraintVerificationStatus">
<genFeatures notify="false" createChild="false" propertySortChoices="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment