comirva.ui.model
Class SunBurstVisuListItem

java.lang.Object
  extended by comirva.ui.model.SunBurstVisuListItem
All Implemented Interfaces:
VisuListItem

public class SunBurstVisuListItem
extends Object
implements VisuListItem


Constructor Summary
SunBurstVisuListItem(DataMatrix toMatrix, Vector termVector, SunburstConfig config, SunburstNode rootNode)
          Constructs a new sun burst list item for the visualisation list
 
Method Summary
 SunburstConfig getConfig()
          Returns the configuration
 SunburstNode getRootNode()
          Returns the Sunburst Root Node
 Vector getTermVector()
          Returns the term vector
 DataMatrix getToMatrix()
          Returns the Term Occurence Matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunBurstVisuListItem

public SunBurstVisuListItem(DataMatrix toMatrix,
                            Vector termVector,
                            SunburstConfig config,
                            SunburstNode rootNode)
Constructs a new sun burst list item for the visualisation list

Parameters:
toMatrix -
termVector -
config -
Method Detail

getConfig

public SunburstConfig getConfig()
Returns the configuration

Returns:
the config

getTermVector

public Vector getTermVector()
Returns the term vector

Returns:
the termVector

getToMatrix

public DataMatrix getToMatrix()
Returns the Term Occurence Matrix

Returns:
the toMatrix

getRootNode

public SunburstNode getRootNode()
Returns the Sunburst Root Node

Returns:
the sunburst root node