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

com.change_vision.jude.api.inf.model.IMindMapDiagram
All Superinterfaces:
IDiagram, IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IDiagram, IElement, IEntity, IHyperlinkOwner, INamedElement
All Known Implementing Classes:
ITraceabilityMap

public abstract IMindMapDiagram
extends IDiagram

Interface for Mindmap.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  INodePresentation[] getFloatingTopics()
          Get the floating topics.
abstract  INodePresentation getRoot()
          Get root Topic.
abstract  ITopicPresentation getRootTopic()
          Deprecated. Get root Topic.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IDiagram
exportImage, getBoundRect, getPresentations, getProperties, getProperty, getText, setProperties, setProperty
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getRootTopic

abstract ITopicPresentation getRootTopic()
Deprecated. Get root Topic.

Returns:
root Topic.

getRoot

abstract INodePresentation getRoot()
Get root Topic.

Returns:
root Topic.

getFloatingTopics

abstract INodePresentation[] getFloatingTopics()
Get the floating topics.

Returns:
floating topics.