Author: scooter
Date: 2011-06-24 18:12:56 -0700 (Fri, 24 Jun 2011)
New Revision: 25938
Removed:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/FORCE/
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/DistanceMatrix.java
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/TransClust/TransClustCluster.java
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/edgeConverters/EdgeAttributeHandler.java
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/HistogramDialog.java
Log:
Updates for edgeConverters move
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/DistanceMatrix.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/DistanceMatrix.java
2011-06-25 00:25:33 UTC (rev 25937)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/DistanceMatrix.java
2011-06-25 01:12:56 UTC (rev 25938)
@@ -18,6 +18,7 @@
import cern.colt.matrix.DoubleMatrix2D;
import cern.colt.matrix.impl.SparseDoubleMatrix2D;
+import clusterMaker.algorithms.edgeConverters.EdgeAttributeHandler;
import clusterMaker.algorithms.edgeConverters.EdgeWeightConverter;
public class DistanceMatrix {
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/TransClust/TransClustCluster.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/TransClust/TransClustCluster.java
2011-06-25 00:25:33 UTC (rev 25937)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/TransClust/TransClustCluster.java
2011-06-25 01:12:56 UTC (rev 25938)
@@ -11,7 +11,7 @@
import clusterMaker.algorithms.ClusterResults;
import clusterMaker.algorithms.DistanceMatrix;
import clusterMaker.algorithms.NodeCluster;
-import clusterMaker.algorithms.EdgeAttributeHandler;
+import clusterMaker.algorithms.edgeConverters.EdgeAttributeHandler;
import clusterMaker.algorithms.TransClust.de.layclust.taskmanaging.TaskConfig;
import clusterMaker.ui.ClusterViz;
import clusterMaker.ui.NewNetworkView;
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/edgeConverters/EdgeAttributeHandler.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/edgeConverters/EdgeAttributeHandler.java
2011-06-25 00:25:33 UTC (rev 25937)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/edgeConverters/EdgeAttributeHandler.java
2011-06-25 01:12:56 UTC (rev 25938)
@@ -54,7 +54,7 @@
import clusterMaker.algorithms.edgeConverters.NoneConverter;
import clusterMaker.algorithms.edgeConverters.SCPSConverter;
-import clusterMaker.algorithms.ThresholdHeuristic;
+import clusterMaker.algorithms.edgeConverters.ThresholdHeuristic;
import clusterMaker.ui.HistogramDialog;
import clusterMaker.ui.HistoChangeListener;
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/HistogramDialog.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/HistogramDialog.java
2011-06-25 00:25:33 UTC (rev 25937)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/ui/HistogramDialog.java
2011-06-25 01:12:56 UTC (rev 25938)
@@ -29,7 +29,7 @@
import javax.swing.border.Border;
import javax.swing.border.EtchedBorder;
-import clusterMaker.algorithms.ThresholdHeuristic;
+import clusterMaker.algorithms.edgeConverters.ThresholdHeuristic;
public class HistogramDialog extends JDialog implements ActionListener,
ComponentListener, HistoChangeListener {
double[] inputArray;
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.