Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Bug? please confirm
Bug? please confirm [message #153556] Thu, 04 October 2007 15:26 Go to next message
Eclipse UserFriend
This is a multi-part message in MIME format.
--------------010906020807020105000002
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all,

I've replayed the example of the GMF-Tutorial I, extended the Topic by a
meta-class called SuperTopic. Added a creation tool and the
basic.gmfgraph. Copied the Topic def. changed the creation-tool,semantic
model element and the vis. representation. Deleted/generated everything
again. run. I get an exception while creating a SuperTopic. I debugged
the exception up to doExecuteWithResult.

ViewService.getInstance().createView(
viewDescriptor.getViewKind(),
viewDescriptor.getElementAdapter(),
containerView,
viewDescriptor.getSemanticHint(),
viewDescriptor.getIndex(),
viewDescriptor.isPersisted(),
viewDescriptor.getPreferencesHint());

return null, so that the next line
Assert.isNotNull(view, "failed to create a view");
throws the exception. If you're debugging, catch
org.eclipse.jface.util.Assert$AssertionFailedException

Don't think I did something wrong (and even if- a better error-msg would
be helpful)

All relevant files are attached. Please confirm if it's a bug.

- -stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHBT5nIYVWjMSpDwwRAsZ8AJ4r1kp4O5nutjnGjk0iXyx+o6ppegCc De8e
f06bxMKH6ibYCr6/ZHH4qxo=
=8Fxy
-----END PGP SIGNATURE-----

--------------010906020807020105000002
Content-Type: text/xml;
name="MeinMM.ecore"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="MeinMM.ecore"

<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mindmap"
nsURI="http://www.example.org/mindmap" nsPrefix="mindmap">
<eClassifiers xsi:type="ecore:EClass" name="Map">
<eStructuralFeatures xsi:type="ecore:EReference" name="rootTopics" upperBound="-1"
eType="#//Topic" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rootTopics"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relationship" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="relations"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="ZERO"/>
<eLiterals name="ONE" value="1"/>
<eLiterals name="TWO" value="2"/>
<eLiterals name="THREE" value="3"/>
<eLiterals name="FOUR" value="4"/>
<eLiterals name="FIVE" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="label"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Topic">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Topic">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="target"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" eType="#//RelationshipType"
defaultValueLiteral="DEPENDENCY" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationshipType">
<eLiterals name="DEPENDENCY"/>
<eLiterals name="INCLUDES" value="1"/>
<eLiterals name="EXTENDS" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Thread" eOpposite="#//Thread/author">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="comments"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="email"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1"
eType="#//Topic" eOpposite="#//Topic/resources">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="topics"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Thread">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//ThreadItem" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="items"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Resource"
eOpposite="#//Resource/comments">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="author"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postDate" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="postDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subject"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThreadItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Resource">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="author"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="body"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="itemPostDate" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="itemPostDate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Topic">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Thread" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="comments"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float" defaultValueLiteral="0"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="duration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="endDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentComplete" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Float" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="percentComplete"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" unique="false"
eType="#//Priority" defaultValueLiteral="ZERO" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="priority"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" eOpposite="#//Resource/topics">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="resources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="startDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtopics" upperBound="-1"
eType="#//Topic">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="subtopics"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperTopic" eSuperTypes="#//Topic"/>
</ecore:EPackage>

--------------010906020807020105000002
Content-Type: text/xml;
name="MeinMM.ecore_diagram"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="MeinMM.ecore_diagram"

<?xml version="1.0" encoding="UTF-8"?>
<notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.1/notation" xmi:id="_z7gssG_AEdyr2J85FkESWQ" type="Ecore" measurementUnit="Pixel">
<children xmi:type="notation:Node" xmi:id="_3NZ7QG_AEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_3NezwG_AEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_3Nfa0G_AEdyr2J85FkESWQ" type="7001">
<children xmi:type="notation:Node" xmi:id="_4WWgUG_AEdyr2J85FkESWQ" type="3001">
<element xmi:type="ecore:EAttribute" href="MeinMM.ecore#//Map/title"/>
<layoutConstraint xmi:type="notation:Location" xmi:id="_4WWgUW_AEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:DrawerStyle" xmi:id="_3Nfa0W_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_3Nfa0m_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_3Nfa02_AEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_3NgB4G_AEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_3NgB4W_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_3NgB4m_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_3NgB42_AEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_3Ngo8G_AEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_3Ngo8W_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_3Ngo8m_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_3Ngo82_AEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_3NZ7QW_AEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//Map"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_3NZ7Qm_AEdyr2J85FkESWQ" x="-320" y="128"/>
</children>
<children xmi:type="notation:Node" xmi:id="_9Zd04G_AEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_9Zeb8G_AEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_9ZfDAG_AEdyr2J85FkESWQ" type="7001">
<children xmi:type="notation:Node" xmi:id="_Bvoj4G_BEdyr2J85FkESWQ" type="3001">
<element xmi:type="ecore:EAttribute" href="MeinMM.ecore#//Resource/name"/>
<layoutConstraint xmi:type="notation:Location" xmi:id="_Bvoj4W_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_CSL3UG_BEdyr2J85FkESWQ" type="3001">
<element xmi:type="ecore:EAttribute" href="MeinMM.ecore#//Resource/email"/>
<layoutConstraint xmi:type="notation:Location" xmi:id="_CSL3UW_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:DrawerStyle" xmi:id="_9ZfDAW_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_9ZfDAm_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_9ZfDA2_AEdyr2J85FkESWQ"/>
<layoutConstraint xmi:type="notation:Ratio" xmi:id="_954aUG_AEdyr2J85FkESWQ" value="0.23076923076923078"/>
</children>
<children xmi:type="notation:Node" xmi:id="_9ZfDBG_AEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_9ZfDBW_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_9ZfDBm_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_9ZfDB2_AEdyr2J85FkESWQ"/>
<layoutConstraint xmi:type="notation:Ratio" xmi:id="_955BYG_AEdyr2J85FkESWQ" value="0.23076923076923078"/>
</children>
<children xmi:type="notation:Node" xmi:id="_9ZfDCG_AEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_9ZfDCW_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_9ZfDCm_AEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_9ZfDC2_AEdyr2J85FkESWQ"/>
<layoutConstraint xmi:type="notation:Ratio" xmi:id="_955BYW_AEdyr2J85FkESWQ" value="0.23076923076923078"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_9Zd04W_AEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//Resource"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_9Zd04m_AEdyr2J85FkESWQ" x="16" y="128"/>
</children>
<children xmi:type="notation:Node" xmi:id="_NQf_AG_BEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_NQf_A2_BEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_NQgmEG_BEdyr2J85FkESWQ" type="7001">
<styles xmi:type="notation:DrawerStyle" xmi:id="_NQgmEW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_NQgmEm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_NQgmE2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_NQgmFG_BEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_NQgmFW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_NQgmFm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_NQgmF2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_NQgmGG_BEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_NQgmGW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_NQgmGm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_NQgmG2_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_NQf_AW_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//Thread"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_NQf_Am_BEdyr2J85FkESWQ" x="448" y="112"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d47w4G_BEdyr2J85FkESWQ" type="2005">
<children xmi:type="notation:Node" xmi:id="_d48X8G_BEdyr2J85FkESWQ" type="5005"/>
<children xmi:type="notation:Node" xmi:id="_d48_AG_BEdyr2J85FkESWQ" type="7011">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d48_AW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d48_Am_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d48_A2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d49mEG_BEdyr2J85FkESWQ" type="7012">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d49mEW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d49mEm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d49mE2_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_d47w4W_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EEnum" href="MeinMM.ecore#//Priority"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_d47w4m_BEdyr2J85FkESWQ" x="272" y="448"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d4_bQG_BEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_d4_bQ2_BEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_d4_bRG_BEdyr2J85FkESWQ" type="7001">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d4_bRW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d4_bRm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d4_bR2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5ACUG_BEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5ACUW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5ACUm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5ACU2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5ACVG_BEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5ACVW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5ACVm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5ACV2_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_d4_bQW_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//Relationship"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_d4_bQm_BEdyr2J85FkESWQ" x="-336" y="400"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5ACWG_BEdyr2J85FkESWQ" type="2005">
<children xmi:type="notation:Node" xmi:id="_d5ApYG_BEdyr2J85FkESWQ" type="5005"/>
<children xmi:type="notation:Node" xmi:id="_d5ApYW_BEdyr2J85FkESWQ" type="7011">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5ApYm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5ApY2_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5ApZG_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5ApZW_BEdyr2J85FkESWQ" type="7012">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5ApZm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5ApZ2_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5ApaG_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_d5ACWW_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EEnum" href="MeinMM.ecore#//RelationshipType"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_d5ACWm_BEdyr2J85FkESWQ" x="-304" y="512"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5BQeG_BEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_d5B3gG_BEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_d5B3gW_BEdyr2J85FkESWQ" type="7001">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5B3gm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5B3g2_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5B3hG_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5B3hW_BEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5B3hm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5B3h2_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5B3iG_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5CekG_BEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5CekW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5Cekm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5Cek2_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_d5BQeW_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//ThreadItem"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_d5BQem_BEdyr2J85FkESWQ" x="448" y="384"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5CelG_BEdyr2J85FkESWQ" type="2001">
<children xmi:type="notation:Node" xmi:id="_d5Cel2_BEdyr2J85FkESWQ" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_d5CemG_BEdyr2J85FkESWQ" type="7001">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5CemW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5Cemm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5Cem2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5DFoG_BEdyr2J85FkESWQ" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5DFoW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5DFom_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5DFo2_BEdyr2J85FkESWQ"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d5DFpG_BEdyr2J85FkESWQ" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_d5DFpW_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_d5DFpm_BEdyr2J85FkESWQ"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_d5DFp2_BEdyr2J85FkESWQ"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_d5CelW_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//Topic"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_d5Celm_BEdyr2J85FkESWQ" x="-16" y="352"/>
</children>
<children xmi:type="notation:Node" xmi:id="_sGh3YHKHEdykbsU3DEby8g" type="2001">
<children xmi:type="notation:Node" xmi:id="_sGjFgHKHEdykbsU3DEby8g" type="5001"/>
<children xmi:type="notation:Node" xmi:id="_sGjskHKHEdykbsU3DEby8g" type="7001">
<styles xmi:type="notation:DrawerStyle" xmi:id="_sGjskXKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_sGjsknKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_sGjsk3KHEdykbsU3DEby8g"/>
</children>
<children xmi:type="notation:Node" xmi:id="_sGkToHKHEdykbsU3DEby8g" type="7002">
<styles xmi:type="notation:DrawerStyle" xmi:id="_sGkToXKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_sGkTonKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_sGkTo3KHEdykbsU3DEby8g"/>
</children>
<children xmi:type="notation:Node" xmi:id="_sGk6sHKHEdykbsU3DEby8g" type="7003">
<styles xmi:type="notation:DrawerStyle" xmi:id="_sGk6sXKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:SortingStyle" xmi:id="_sGk6snKHEdykbsU3DEby8g"/>
<styles xmi:type="notation:FilteringStyle" xmi:id="_sGk6s3KHEdykbsU3DEby8g"/>
</children>
<styles xmi:type="notation:ShapeStyle" xmi:id="_sGh3YXKHEdykbsU3DEby8g" fontName="Verdana"/>
<element xmi:type="ecore:EClass" href="MeinMM.ecore#//SuperTopic"/>
<layoutConstraint xmi:type="notation:Bounds" xmi:id="_sGh3YnKHEdykbsU3DEby8g" x="-32" y="608"/>
</children>
<styles xmi:type="notation:DiagramStyle" xmi:id="_z7gssW_AEdyr2J85FkESWQ"/>
<element xmi:type="ecore:EPackage" href="MeinMM.ecore#/"/>
<edges xmi:type="notation:Edge" xmi:id="_-5NJUG_AEdyr2J85FkESWQ" type="4003" source="_3NZ7QG_AEdyr2J85FkESWQ" target="_9Zd04G_AEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_-5NwYG_AEdyr2J85FkESWQ" type="6002">
<layoutConstraint xmi:type="notation:Location" xmi:id="_-5NwYW_AEdyr2J85FkESWQ" x="44" y="-17"/>
</children>
<children xmi:type="notation:Node" xmi:id="_-5OXcG_AEdyr2J85FkESWQ" type="6004">
<layoutConstraint xmi:type="notation:Location" xmi:id="_-5OXcW_AEdyr2J85FkESWQ" x="23" y="-17"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_-5NJUW_AEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_-5NJUm_AEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Map/resources"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-5NJU2_AEdyr2J85FkESWQ" points="[68, -7, -364, -2]$[252, -7, -180, -2]"/>
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_-5WTQG_AEdyr2J85FkESWQ" id="(0.8113208,0.45762712)"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6AH4G_BEdyr2J85FkESWQ" type="4003" source="_3NZ7QG_AEdyr2J85FkESWQ" target="_d5CelG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6Au8G_BEdyr2J85FkESWQ" type="6002">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6Au8W_BEdyr2J85FkESWQ" x="54" y="11"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6Au8m_BEdyr2J85FkESWQ" type="6004">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6Au82_BEdyr2J85FkESWQ" x="28" y="13"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6AH4W_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6AH4m_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Map/rootTopics"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6AH42_BEdyr2J85FkESWQ" points="[0, 30, -346, -234]$[0, 112, -346, -152]$[287, 112, -59, -152]$[287, 195, -59, -69]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6DLMG_BEdyr2J85FkESWQ" type="4003" source="_3NZ7QG_AEdyr2J85FkESWQ" target="_d4_bQG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6DLNG_BEdyr2J85FkESWQ" type="6002">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6DLNW_BEdyr2J85FkESWQ" x="50" y="-38"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6DyQG_BEdyr2J85FkESWQ" type="6004">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6DyQW_BEdyr2J85FkESWQ" x="8" y="-23"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6DLMW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6DLMm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Map/relations"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6DLM2_BEdyr2J85FkESWQ" points="[-21, 30, -26, -250]$[-21, 243, -26, -37]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6MVIG_BEdyr2J85FkESWQ" type="4002" source="_9Zd04G_AEdyr2J85FkESWQ" target="_NQf_AG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6M8MG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6M8MW_BEdyr2J85FkESWQ" x="17" y="-14"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6NjQG_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6NjQW_BEdyr2J85FkESWQ" x="33" y="-14"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6MVIW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6MVIm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Resource/comments"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6MVI2_BEdyr2J85FkESWQ" points="[39, -31, -398, -15]$[394, -31, -43, -15]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6P_gG_BEdyr2J85FkESWQ" type="4002" source="_9Zd04G_AEdyr2J85FkESWQ" target="_d5CelG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6QmkG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6QmkW_BEdyr2J85FkESWQ" x="34" y="-29"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6Qmkm_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6Qmk2_BEdyr2J85FkESWQ" x="-2" y="-22"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6P_gW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6P_gm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Resource/topics"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6P_g2_BEdyr2J85FkESWQ" points="[167, 41, 119, -215]$[167, 183, 119, -73]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6TC0G_BEdyr2J85FkESWQ" type="4002" source="_NQf_AG_BEdyr2J85FkESWQ" target="_9Zd04G_AEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6TC1G_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6TC1W_BEdyr2J85FkESWQ" x="-6" y="11"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6TC1m_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6TC12_BEdyr2J85FkESWQ" x="22" y="11"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6TC0W_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6TC0m_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Thread/author"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6TC02_BEdyr2J85FkESWQ" points="[-43, 30, 394, 14]$[-398, 30, 39, 14]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6VfEG_BEdyr2J85FkESWQ" type="4003" source="_NQf_AG_BEdyr2J85FkESWQ" target="_d5BQeG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6WGIG_BEdyr2J85FkESWQ" type="6002">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6WGIW_BEdyr2J85FkESWQ" x="-5" y="-30"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6WGIm_BEdyr2J85FkESWQ" type="6004">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6WGI2_BEdyr2J85FkESWQ" x="6" y="-25"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6VfEW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6VfEm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Thread/items"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6VfE2_BEdyr2J85FkESWQ" points="[40, 38, 26, -234]$[40, 235, 26, -37]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6blsG_BEdyr2J85FkESWQ" type="4002" source="_d4_bQG_BEdyr2J85FkESWQ" target="_d5CelG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6cMwG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6cMwW_BEdyr2J85FkESWQ" x="38" y="-22"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6cMwm_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6cMw2_BEdyr2J85FkESWQ" x="14" y="-22"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6blsW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6blsm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Relationship/source"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6bls2_BEdyr2J85FkESWQ" points="[0, 41, -181, -133]$[181, 101, 0, -73]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6epAG_BEdyr2J85FkESWQ" type="4002" source="_d4_bQG_BEdyr2J85FkESWQ" target="_d5CelG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6epBG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6epBW_BEdyr2J85FkESWQ" x="20" y="13"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6epBm_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6epB2_BEdyr2J85FkESWQ" x="14" y="13"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6epAW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6epAm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Relationship/target"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6epA2_BEdyr2J85FkESWQ" points="[47, 22, -294, 38]$[273, 22, -68, 38]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6hsUG_BEdyr2J85FkESWQ" type="4002" source="_d5BQeG_BEdyr2J85FkESWQ" target="_9Zd04G_AEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6hsVG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6hsVW_BEdyr2J85FkESWQ" x="132" y="20"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6hsVm_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6hsV2_BEdyr2J85FkESWQ" x="-20" y="36"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6hsUW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6hsUm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//ThreadItem/author"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6hsU2_BEdyr2J85FkESWQ" points="[-49, -37, 402, 219]$[-49, -137, 402, 119]$[-419, -137, 32, 119]$[-419, -218, 32, 38]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6kIkG_BEdyr2J85FkESWQ" type="4002" source="_d5CelG_BEdyr2J85FkESWQ" target="_9Zd04G_AEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6kIlG_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6kvoG_BEdyr2J85FkESWQ" x="61" y="-36"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6kvoW_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6kvom_BEdyr2J85FkESWQ" x="-7" y="-23"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6kIkW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6kIkm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Topic/resources"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6kIk2_BEdyr2J85FkESWQ" points="[-33, -69, -35, 187]$[-33, -218, -35, 38]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6mk0G_BEdyr2J85FkESWQ" type="4002" source="_d5CelG_BEdyr2J85FkESWQ" target="_d5CelG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6nL4G_BEdyr2J85FkESWQ" type="6001">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6nL4W_BEdyr2J85FkESWQ" x="-16" y="41"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6nL4m_BEdyr2J85FkESWQ" type="6003">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6nL42_BEdyr2J85FkESWQ" x="35" y="21"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6mk0W_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6mk0m_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Topic/subtopics"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6mk02_BEdyr2J85FkESWQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_d6poIG_BEdyr2J85FkESWQ" type="4003" source="_d5CelG_BEdyr2J85FkESWQ" target="_NQf_AG_BEdyr2J85FkESWQ">
<children xmi:type="notation:Node" xmi:id="_d6poJG_BEdyr2J85FkESWQ" type="6002">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6poJW_BEdyr2J85FkESWQ" x="-74" y="-16"/>
</children>
<children xmi:type="notation:Node" xmi:id="_d6poJm_BEdyr2J85FkESWQ" type="6004">
<layoutConstraint xmi:type="notation:Location" xmi:id="_d6qPMG_BEdyr2J85FkESWQ" x="53" y="-18"/>
</children>
<styles xmi:type="notation:ConnectorStyle" xmi:id="_d6poIW_BEdyr2J85FkESWQ" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_d6poIm_BEdyr2J85FkESWQ" fontName="Verdana"/>
<element xmi:type="ecore:EReference" href="MeinMM.ecore#//Topic/comments"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_d6poI2_BEdyr2J85FkESWQ" points="[69, -61, -370, 211]$[442, -61, 3, 211]$[442, -234, 3, 38]"/>
</edges>
<edges xmi:type="notation:Edge" xmi:id="_tjvcQHKHEdykbsU3DEby8g" type="4004" source="_sGh3YHKHEdykbsU3DEby8g" target="_d5CelG_BEdyr2J85FkESWQ">
<styles xmi:type="notation:ConnectorStyle" xmi:id="_tjvcQXKHEdykbsU3DEby8g" routing="Rectilinear"/>
<styles xmi:type="notation:FontStyle" xmi:id="_tjvcQnKHEdykbsU3DEby8g" fontName="Verdana"/>
<element xsi:nil="true"/>
<bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_tjvcQ3KHEdykbsU3DEby8g" points="[1, -3, -57, 156]$[-10, -91, -68, 68]"/>
<sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_tjzGoHKHEdykbsU3DEby8g" id="(0.7126437,0.057692308)"/>
</edges>
</notation:Diagram>

--------------010906020807020105000002
Content-Type: text/xml;
name="mindmap.gmfgraph"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="mindmap.gmfgraph"

<?xml version="1.0" encoding="UTF-8"?>
<gmfgraph:Canvas xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gmfgraph="
Re: Bug? please confirm [message #154728 is a reply to message #153556] Wed, 10 October 2007 15:03 Go to previous message
Eclipse UserFriend
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

anybody can confirm this?

- -stefan


SKuhn schrieb:
> hi all,
>
> I've replayed the example of the GMF-Tutorial I, extended the Topic by a
> meta-class called SuperTopic. Added a creation tool and the
> basic.gmfgraph. Copied the Topic def. changed the creation-tool,semantic
> model element and the vis. representation. Deleted/generated everything
> again. run. I get an exception while creating a SuperTopic. I debugged
> the exception up to doExecuteWithResult.
>
> ViewService.getInstance().createView(
> viewDescriptor.getViewKind(),
> viewDescriptor.getElementAdapter(),
> containerView,
> viewDescriptor.getSemanticHint(),
> viewDescriptor.getIndex(),
> viewDescriptor.isPersisted(),
> viewDescriptor.getPreferencesHint());
>
> return null, so that the next line
> Assert.isNotNull(view, "failed to create a view");
> throws the exception. If you're debugging, catch
> org.eclipse.jface.util.Assert$AssertionFailedException
>
> Don't think I did something wrong (and even if- a better error-msg would
> be helpful)
>
> All relevant files are attached. Please confirm if it's a bug.
>
> -stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHDSHyIYVWjMSpDwwRAhbUAJ95WR77usrP+rPcKLhBpGb2wj+HjACf UnvJ
J7taDtP7nm+lbtjOOIMBtBw=
=DTee
-----END PGP SIGNATURE-----
Previous Topic:"Custom Actions" in the MindMap example (GMF Tutorial)
Next Topic:"Jump into text editor"
Goto Forum:
  


Current Time: Sun May 11 23:40:46 EDT 2025

Powered by FUDForum. Page generated in 0.04577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top