All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BrainWave.SOM.SOMMapWeight

java.lang.Object
   |
   +----java.awt.Component
           |
           +----BrainWave.BWObject
                   |
                   +----BrainWave.Weight
                           |
                           +----BrainWave.SOM.SOMMapWeight

public class SOMMapWeight
extends Weight
Implements the SOM weight going between map units.
Version:
2.0
Author:
Simon Dennis

Constructor Index

 o SOMMapWeight()
 o SOMMapWeight(double, Unit, Unit, boolean)
 o SOMMapWeight(Unit, Unit)

Method Index

 o actionPerformed(ActionEvent)
 o setupMenu()
 o updateWeight()

Constructors

 o SOMMapWeight
 public SOMMapWeight()
 o SOMMapWeight
 public SOMMapWeight(Unit TheFrom,
                     Unit TheTo)
 o SOMMapWeight
 public SOMMapWeight(double TheValue,
                     Unit TheFrom,
                     Unit TheTo,
                     boolean TheFrozen)

Methods

 o updateWeight
 public void updateWeight()
Overrides:
updateWeight in class Weight
 o setupMenu
 public void setupMenu()
Overrides:
setupMenu in class Weight
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Overrides:
actionPerformed in class Weight

All Packages  Class Hierarchy  This Package  Previous  Next  Index