../
|
ClusterConnection.java
|
53
(18 years ago)
by duarte:
Fixed a bug with setKeyDb method, was not actually working:
as well as setting the MASTERDB string needed to change connection to master database to point to new db!
From now on take care if setKeyDb is used in another class. It will open another master connection, thus master connection won't be always the same during the run of the program
|
ColoredStrings.java
|
54
(18 years ago)
by stehr:
initial import
|
ColoredStringsTest.java
|
54
(18 years ago)
by stehr:
initial import
|
Graph2Pml.java
|
49
(18 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
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
|
Msdsd2Pdb.java
|
40
(18 years ago)
by filippis:
Adding Msdsd2Pdb and PyMol classes
|
MultiOutputStream.java
|
27
(18 years ago)
by stehr:
initial import
|
MultiOutputStreamTest.java
|
27
(18 years ago)
by stehr:
initial import
|
MySQLConnection.java
|
59
(18 years ago)
by duarte:
Changed comments in constructors
Changed in method readConnectionFile:
- variable to count mandatory parameters to paramCount
- number of mandatory parameters now 4, dbname is also mandatory
|
PyMol.java
|
48
(18 years ago)
by filippis:
Refresh method added plus refresh added before saving image
|
PymolServerOutputStream.java
|
28
(18 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PymolServerOutputStreamTest.java
|
29
(18 years ago)
by stehr:
changed server port to standard
|
R.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
Report.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
SystemCmd.java
|
39
(18 years ago)
by filippis:
Adding comments
|
calcMST.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
mySQLConnect.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
utils4DB.java
|
56
(18 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
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
|