View | Details | Raw Unified | Return to bug 206318
Collapse All | Expand All

(-)src/org/eclipse/ohf/h3et/mif/core/conversion/converters/GraphicRepresentationConverter.java (+2 lines)
Lines 116-121 Link Here
116
		// make new entry in the main graphic to contain graphic elements of this graphic-presentation
116
		// make new entry in the main graphic to contain graphic elements of this graphic-presentation
117
		Element newParent = parent.getOwnerDocument().createElementNS(BaseConverter.MIF_NAMESPACE, "class");
117
		Element newParent = parent.getOwnerDocument().createElementNS(BaseConverter.MIF_NAMESPACE, "class");
118
		newParent.setAttribute("className", parent.getAttribute("name"));
118
		newParent.setAttribute("className", parent.getAttribute("name"));
119
		newParent.setAttribute("presentation", graphic.getAttribute("presentation"));
120
		
119
		moveGraphElement(graphic, newParent);
121
		moveGraphElement(graphic, newParent);
120
		
122
		
121
		// remove the current graphic from "entryPoint"
123
		// remove the current graphic from "entryPoint"

Return to bug 206318