Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.GeneralUnitPNode

Packages that use GeneralUnitPNode
at.tuwien.ifs.somtoolbox.apps.viewer This package implements the SOMViewer application; main class is SOMViewer.java. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls This package provides control elements, mostly dialogs, for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.apps.viewer.controls.player   
at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver   
at.tuwien.ifs.somtoolbox.apps.viewer.handlers This package provides event handlers for the SOMViewer application. 
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.apps.viewer
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as GeneralUnitPNode
private  GeneralUnitPNode[][] MapPNode.units
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return GeneralUnitPNode
 GeneralUnitPNode MapPNode.getGeneralUnitPNodeAtPos(double x, double y)
           
 GeneralUnitPNode MapPNode.getGeneralUnitPNodeAtPos(float x, float y)
           
 GeneralUnitPNode MapPNode.getGeneralUnitPNodeAtPos(Point2D p)
           
 GeneralUnitPNode MapPNode.getUnit(int x, int y)
          Return the GeneralUnitPNode at the unit index x/y.
 GeneralUnitPNode MapPNode.getUnit(Unit u)
          Return the GeneralUnitPNode at the unit index x/y.
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type GeneralUnitPNode
static ArrowPNode ArrowPNode.createInputCorrectionArrow(InputCorrections.InputCorrection c, InputCorrections.CreationType creationType, GeneralUnitPNode sourceUnitNode, GeneralUnitPNode targetUnitNode)
           
 

Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type GeneralUnitPNode
GeneralUnitPNode(Unit u, GeneralUnitPNode clone)
           
GeneralUnitPNodeSerializer(GeneralUnitPNode unit)
           
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.apps.viewer.controls
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls declared as GeneralUnitPNode
protected  GeneralUnitPNode[][] AbstractSelectionPanel.selections
           
private  GeneralUnitPNode QuerySOMPanel.winningUnitPNode
           
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls with type parameters of type GeneralUnitPNode
protected  Vector<GeneralUnitPNode> AbstractSelectionPanel.markedUnits
          units graphically marked on the map.
 

Method parameters in at.tuwien.ifs.somtoolbox.apps.viewer.controls with type arguments of type GeneralUnitPNode
private  void AutoRoutePanel.doFlatRouting(List<GeneralUnitPNode> units)
           
private  void AutoRoutePanel.doHighDimRouting(List<GeneralUnitPNode> units)
           
private  void AutoRoutePanel.doSnappedRouting(List<GeneralUnitPNode> units)
           
 

Constructor parameters in at.tuwien.ifs.somtoolbox.apps.viewer.controls with type arguments of type GeneralUnitPNode
AutoRoutePanel.SimpleTSPSolver(List<GeneralUnitPNode> units)
           
AutoRoutePanel.SimpleTSPSolver(List<GeneralUnitPNode> units, boolean routeHighDim, Random rand)
           
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player declared as GeneralUnitPNode
private  GeneralUnitPNode PlaySOMPlayer.playingNode
           
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.controls.player with type parameters of type GeneralUnitPNode
private  Vector<GeneralUnitPNode> PlaySOMPlayer.foundUnits
           
private  Hashtable<File,GeneralUnitPNode> PlaySOMPlayer.nodePos
           
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver that return types with arguments of type GeneralUnitPNode
private  List<GeneralUnitPNode> PathMerger.convertPathToUnits(edu.umd.cs.piccolo.PNode node)
           
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.apps.viewer.handlers
 

Fields in at.tuwien.ifs.somtoolbox.apps.viewer.handlers with type parameters of type GeneralUnitPNode
protected  Set<GeneralUnitPNode> OrderedPSelectionEventHandler.currentSelection
           
private  ArrayList<GeneralUnitPNode> ClusterSelectionEventHandler.markedNodes
           
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.handlers that return types with arguments of type GeneralUnitPNode
 Collection<GeneralUnitPNode> OrderedPSelectionEventHandler.getSelection()
          Returns a copy of the currently selected nodes.
 

Methods in at.tuwien.ifs.somtoolbox.apps.viewer.handlers with parameters of type GeneralUnitPNode
protected  boolean LineSelectionEventHandler.onSelection(GeneralUnitPNode upn, Point2D selectedPoint)
          check if the given Point lies on the given UnitPNode
 

Uses of GeneralUnitPNode in at.tuwien.ifs.somtoolbox.visualization.clustering
 

Fields in at.tuwien.ifs.somtoolbox.visualization.clustering declared as GeneralUnitPNode
private  GeneralUnitPNode[] ClusterNode.unitNodes
           
 

Fields in at.tuwien.ifs.somtoolbox.visualization.clustering with type parameters of type GeneralUnitPNode
private static Hashtable<double[],GeneralUnitPNode> UnitKMeans.unitLookupTable
           
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering that return GeneralUnitPNode
 GeneralUnitPNode[] ClusterNode.getNodes()
          Returns all the GeneralUnitPNodes contained in this cluster
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering with parameters of type GeneralUnitPNode
private  TreeSet<NodeDistance> CompleteLinkageTreeBuilder.calculateAllDistances(GeneralUnitPNode[][] units)
          Calculates all distances between all units.
private  TreeSet<NodeDistance> WardsLinkageTreeBuilderAll.calculateInitialDistances(GeneralUnitPNode[][] units)
          Calculates the initial distances from each To each other unit where there is not yet a distance calculated.
private  TreeSet<NodeDistance> WardsLinkageTreeBuilder.calculateInitialDistances(GeneralUnitPNode[][] units)
          Calculates the initial distances from each unit to its neighbours to the right, bottom, bottom-right and bottom-left.
private  TreeSet<NodeDistance> SingleLinkageTreeBuilder.calculateNearestDistances(GeneralUnitPNode[][] units)
          Calculates the distances from each unit to its neighbours to the right, bottom and bottom-right.
 boolean ClusterNode.containsNode(GeneralUnitPNode node)
           
static double[][] UnitKMeans.convert(GeneralUnitPNode[][] units)
          Convert a GeneralUnitPNode[][] to a simple doule[][].
 ClusteringTree KMeansTreeBuilder.createTree(GeneralUnitPNode[][] units)
           
 ClusteringTree SingleLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
          Calculation of the Clustering.
 ClusteringTree WardsLinkageTreeBuilderAll.createTree(GeneralUnitPNode[][] units)
          Calculation of the Clustering.
 ClusteringTree CompleteLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
          Calculation of the Clustering.
abstract  ClusteringTree TreeBuilder.createTree(GeneralUnitPNode[][] units)
           
 ClusteringTree WardsLinkageTreeBuilder.createTree(GeneralUnitPNode[][] units)
          Calculation of the Clustering.
abstract  ClusteringTree NonHierarchicalTreeBuilder.createTree(GeneralUnitPNode[][] units, int k)
           
 ClusteringTree KMeansTreeBuilder.createTree(GeneralUnitPNode[][] units, int k)
           
 ClusterNode ClusteringTree.findClusterOf(GeneralUnitPNode unitPNode, int level)
          Find the ClusterNode that contains the given GeneralUnitPNode at the given level.
 ClusteringTree NonHierarchicalTreeBuilder.getTree(GeneralUnitPNode[][] units, int k)
           
private  void ClusterNode.writeLabelInfos(GeneralUnitPNode node)
          Sets this.label and this.numberOfInputs for this cluster.
 

Method parameters in at.tuwien.ifs.somtoolbox.visualization.clustering with type arguments of type GeneralUnitPNode
 boolean ClusterNode.containsAllNodes(Collection<GeneralUnitPNode> nodes)
           
 

Constructors in at.tuwien.ifs.somtoolbox.visualization.clustering with parameters of type GeneralUnitPNode
ClusterNode(GeneralUnitPNode leaf, int level)
          Creates an initial ClusterNode with only one Node inside.
UnitKMeans(int k, GeneralUnitPNode[][] units)
           
UnitKMeans(int k, GeneralUnitPNode[][] units, KMeans.InitType initialisation)