Uses of Interface
de.uni_leipzig.cvk.data.cluster.ClusterTableSettings

Packages that use ClusterTableSettings
de.uni_leipzig.cvk.data Provides the classes which implement methods for input/output and methods to get access to all adapted algorithms e.g.BorderFlow
de.uni_leipzig.cvk.data.cluster Provides the classes which implement a strategy for extended ClusterAlgorithm classes. 
de.uni_leipzig.cvk.visual Provides the classes which implement the visualization with the top-level Visualization and Display classes of prefuse toolkit. 
 

Uses of ClusterTableSettings in de.uni_leipzig.cvk.data
 

Classes in de.uni_leipzig.cvk.data that implement ClusterTableSettings
 class Model
          This class represents an Observable Model to hold, load and save data with an instances of EdgeListGraphReader and GraphMLReaderMod class, to give access to all supported algorithm with an instance of ClusterContext class and to notify all registered views by arguments.
 

Uses of ClusterTableSettings in de.uni_leipzig.cvk.data.cluster
 

Classes in de.uni_leipzig.cvk.data.cluster that implement ClusterTableSettings
 class ClusterAlgorithm
           Is an abstract base class for a concrete cluster algorithm implementation.
 class ClusterAlgorithmBorderFlow
          Is a ClusterAlgorithm and an adapt for BorderFlow algorithm of BorderFlow class.
 class ClusterAlgorithmKNN
          Is a ClusterAlgorithm and an adapt for knn algorithm of BorderFlow class.
 class ClusterAlgorithmMCL
          Is a ClusterAlgorithm and an adapt for mcl algorithm of MarkovClustering class.
 class Eval
          Only undirected supported.
 

Uses of ClusterTableSettings in de.uni_leipzig.cvk.visual
 

Classes in de.uni_leipzig.cvk.visual that implement ClusterTableSettings
 class AggregatePanel
          Is a JPanel class and uses a Visualization instance AggregatePanel.m_vis and a Display instance AggregatePanel.m_display.