com.change_vision.jude.api.inf.model
Interface IMindMapDiagram

com.change_vision.jude.api.inf.model.IMindMapDiagram
All Implemented Interfaces:
IDiagram, IElement, INamedElement

public IMindMapDiagram
extends IDiagram

Interface for Mindmap diagrams.


Method Summary
abstract  ITopicPresentation getRootTopic()
           
 
Methods inherited from class com.change_vision.jude.api.inf.model.IDiagram
getText
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getRootTopic

public abstract ITopicPresentation getRootTopic()