diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore index f7e54f6737fdbf2ac51a074cc305d3591d76a959..bf75fcde07b8a7924de3e174198e2a216bb8b400 100644 --- a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore +++ b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore @@ -136,6 +136,7 @@ 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IConstraintVerificationStatus" abstract="true" interface="true"> @@ -151,7 +152,6 @@ <eStructuralFeatures xsi:type="ecore:EReference" name="constrained" eType="#//constraints/IConstrained"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checksum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> - <eClassifiers xsi:type="ecore:EClass" name="IAutoCheck" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="OutdatedVerificationStatus" eSuperTypes="#//constraints/IConstraintVerificationStatus"/> <eClassifiers xsi:type="ecore:EClass" name="FailVerificationStatus" eSuperTypes="#//constraints/IConstraintVerificationStatus"/> <eClassifiers xsi:type="ecore:EClass" name="ErrorVerificationStatus" eSuperTypes="#//constraints/IConstraintVerificationStatus"/> diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel b/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel index c927275c16a4b900fadf7e045b7145c9a5b7cce2..3572a2e2f54b674166948554ccc73beb7f0f1443 100644 --- a/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel +++ b/org.fortiss.tooling.kernel/trunk/model/kernel.genmodel @@ -63,6 +63,7 @@ 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" @@ -73,7 +74,6 @@ ecoreFeature="ecore:EReference kernel.ecore#//constraints/ConstrainedWithChecksum/constrained"/> <genFeatures createChild="false" ecoreFeature="ecore:EAttribute kernel.ecore#//constraints/ConstrainedWithChecksum/checksum"/> </genClasses> - <genClasses image="false" ecoreClass="kernel.ecore#//constraints/IAutoCheck"/> <genClasses ecoreClass="kernel.ecore#//constraints/OutdatedVerificationStatus"/> <genClasses ecoreClass="kernel.ecore#//constraints/FailVerificationStatus"/> <genClasses ecoreClass="kernel.ecore#//constraints/ErrorVerificationStatus"/>