../
|
utils4lh.java
|
30
(18 years ago)
by stehr:
introduced generics, so class will compile in Java 5, not sure though whether the functionality is the same as before, will need more testing
|
utils4DB.java
|
56
(18 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
mySQLConnect.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
calcMST.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
SystemCmd.java
|
39
(18 years ago)
by filippis:
Adding comments
|
Report.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
R.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
PymolServerOutputStreamTest.java
|
29
(18 years ago)
by stehr:
changed server port to standard
|
PymolServerOutputStream.java
|
28
(18 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PyMol.java
|
48
(18 years ago)
by filippis:
Refresh method added plus refresh added before saving image
|
MySQLConnection.java
|
64
(18 years ago)
by duarte:
Added method getCreateIndex4Table
|
MultiOutputStreamTest.java
|
27
(18 years ago)
by stehr:
initial import
|
MultiOutputStream.java
|
27
(18 years ago)
by stehr:
initial import
|
Msdsd2Pdb.java
|
40
(18 years ago)
by filippis:
Adding Msdsd2Pdb and PyMol classes
|
Machine.java
|
45
(18 years ago)
by filippis:
Graph2Pymol class now functional
testGraph2Pymol class now functional with comments also
PyMol class:python strings methods and removeList, concatList, refresh methods added
Machine class: indentation
|
Graph2Pml.java
|
49
(18 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
DataDistribution.java
|
73
(18 years ago)
by duarte:
Got rid of keyColumn
Now key is directly the keyColumn name, e.g. key is asu_id not asu
This makes things less confusing and simpler.
We've done this following last commit of DataDistribution to also change the ways we deal with key/keyColumn.
Note that now the checkKeyCounts and checkDifferingKeys are using to get the keyTable name a ClusterConnection object and the new ClusterConnection method getTableOnNode
|
ColoredStringsTest.java
|
54
(18 years ago)
by stehr:
initial import
|
ColoredStrings.java
|
54
(18 years ago)
by stehr:
initial import
|
ClusterConnection.java
|
72
(18 years ago)
by duarte:
2 important changes:
Fixed important bug on the constructor that gets the key passed (the bug was there since a lot of revisions ago and always passed since that constructor was not used in other classes)
Got rid of keyColumn, was useless. Now key is directly the keyColumn name which is more logical and makes everything simpler
- changed all calls to keyColumn to key
- got rid of keyColumn field and setKeyColumn
- changed completely the methods setKeyTable to get the table name from the dbs_keys on key_master db
- introduced new method getTableOnNode. Gets the name of the table where splitted data is stored for this db and key
|