at.tuwien.ifs.somtoolbox.visualization.thematicmap
Class RndIndexGenerator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.visualization.thematicmap.RndIndexGenerator

public class RndIndexGenerator
extends Object

Version:
$Id: RndIndexGenerator.java 3883 2010-11-02 17:13:23Z frank $
Author:
Taha Abdel Aziz

Nested Class Summary
(package private)  class RndIndexGenerator.ClassComperator
           
 
Field Summary
(package private)  ArrayList<SOMClass> classes
           
(package private)  double[] scale
           
 
Constructor Summary
RndIndexGenerator(ArrayList<SOMClass> classes)
          Creates a new instance of IdexGenerator
 
Method Summary
 SOMClass getNextIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scale

double[] scale

classes

ArrayList<SOMClass> classes
Constructor Detail

RndIndexGenerator

public RndIndexGenerator(ArrayList<SOMClass> classes)
Creates a new instance of IdexGenerator

Method Detail

getNextIndex

public SOMClass getNextIndex()