/** * <copyright> * </copyright> * * $Id$ */ package com.crispico.flower.mp.model.codesync; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Mind Map Root</b></em>'. * <!-- end-user-doc --> * * * @see com.crispico.flower.mp.model.codesync.CodeSyncPackage#getMindMapRoot() * @model * @generated */ public interface MindMapRoot extends CodeSyncRoot, MindMapElement { } // MindMapRoot