Skip to content
Snippets Groups Projects
Commit fc166bba authored by Alexander Diewald's avatar Alexander Diewald
Browse files

- Set the transient attribute for the adapters of the SafetyExloration feature.

- Do not save the DSE features now: To be done when the DSE History is fully implemented.
parent 6ee1193c
No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,12 @@
nsPrefix="org-fortiss-af3-exploration-moea-feature">
<eClassifiers xsi:type="ecore:EClass" name="SafetyExploration" eSuperTypes="platform:/resource/org.fortiss.af3.exploration/model/exploration.ecore#//IExplorationFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adapters" upperBound="-1"
eType="#//feature/ISafetyFunctionAdapter"/>
eType="#//feature/ISafetyFunctionAdapter" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskInstantiation" eSuperTypes="platform:/resource/org.fortiss.af3.exploration/model/exploration.ecore#//IExplorationFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="TaskMapping" eSuperTypes="platform:/resource/org.fortiss.af3.exploration/model/exploration.ecore#//IExplorationFeature"/>
<eClassifiers xsi:type="ecore:EDataType" name="ISafetyFunctionAdapter" instanceClassName="org.fortiss.af3.exploration.alg.dse.sysmodel.arch.ISafetyFunctionAdapter"/>
<eClassifiers xsi:type="ecore:EDataType" name="ISafetyFunctionAdapter" instanceClassName="org.fortiss.af3.exploration.alg.dse.sysmodel.arch.ISafetyFunctionAdapter"
serializable="false"/>
</eSubpackages>
<eSubpackages name="parameters" nsURI="http://www.fortiss.org/af3/exploration/moea/parameters"
nsPrefix="org-fortiss-af3-exploration-moea-parameters">
......
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