../
|
tools/
|
94
(15 years ago)
by duarte:
Simplified the code for dealing with text/numerical keys.
Now there's no more double methods Integer/String, rather the methos use a generic Object[] that stores either String[] or Integer[] depending on the case.
Thus modified a few methods in DataDistributer, DataDistribution and MySQLConnection.
|
testGraph2Pml.java
|
50
(16 years ago)
by filippis:
More examples added and the current ones modified according to Graph2Pml changes
|
testClusterConnection.java
|
36
(16 years ago)
by duarte:
Now using constructor without key and createStatement with key, since createStatement without key is not allowed anymore (is now private)
|
testPymolServer.java
|
24
(16 years ago)
by stehr:
moved executables (classes with main function) to root directory
|
makeNbhTbl.java
|
24
(16 years ago)
by stehr:
moved executables (classes with main function) to root directory
|