Skip to content
Snippets Groups Projects
Commit 31fe769d authored by David Trachtenherz's avatar David Trachtenherz
Browse files

- toString for state automata, components

- method specificationDescription: returns short description of IModelElementSpecification, e. g. "State automaton" for StateAutomaton.

refs 337
parent 986cb32c
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Super class of model element specifications. Such specifications provide additional plugable properties."/>
</eAnnotations>
<eOperations name="specificationDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IModelElementReference" abstract="true"
interface="true">
......
......@@ -15,7 +15,9 @@
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference base.ecore#//element/IModelElement/referencedBy"/>
</genClasses>
<genClasses image="false" ecoreClass="base.ecore#//element/IModelElementSpecification"/>
<genClasses image="false" ecoreClass="base.ecore#//element/IModelElementSpecification">
<genOperations ecoreOperation="base.ecore#//element/IModelElementSpecification/specificationDescription"/>
</genClasses>
<genClasses image="false" ecoreClass="base.ecore#//element/IModelElementReference">
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference base.ecore#//element/IModelElementReference/reference"/>
......
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