../
|
AA.java
|
195
(17 years ago)
by duarte:
Made contactTypes a String[]
|
Contact.java
|
185
(17 years ago)
by duarte:
Implemented hashCode method in Contact and GenericContact. Was necessary to use these classes as keys in Maps
Fixed bug in equals method in GenericContact
Changed middle character from "\t" to " " in toString
|
ContactList.java
|
178
(17 years ago)
by duarte:
Fixed bug in getMaxRange method, was not assigning to the max variable
Added toString method to Contact
|
EdgeNbh.java
|
179
(17 years ago)
by duarte:
FIXED BUG: fixed restrictContactsToMax/MinRange. Couldn't delete contacts at the same time as looping in them
NEW CLASSES NodeNbh and EdgeNbh, now used in getNodeNbh and getEdgeNbh
New method getResidueType
|
GenericContact.java
|
185
(17 years ago)
by duarte:
Implemented hashCode method in Contact and GenericContact. Was necessary to use these classes as keys in Maps
Fixed bug in equals method in GenericContact
Changed middle character from "\t" to " " in toString
|
Graph.java
|
192
(17 years ago)
by duarte:
Made contacts public
|
GraphIdNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdAcCodeNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdInconsistentResidueNumbersError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdInfo.java
|
190
(17 years ago)
by duarte:
NEW FEATURE: mapping of pdb residue serials and internal serials in the Pdb object
|
NbhProbDistribution.java
|
183
(17 years ago)
by duarte:
Fixed bug: calculateEntropy was wrong when a pi was 0
|
NodeNbh.java
|
193
(17 years ago)
by duarte:
Moved motif static methods to Background class. They didn't belong here
|
Pdb.java
|
190
(17 years ago)
by duarte:
NEW FEATURE: mapping of pdb residue serials and internal serials in the Pdb object
|
PdbaseAcCodeNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbaseInconsistencyError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbaseInfo.java
|
190
(17 years ago)
by duarte:
NEW FEATURE: mapping of pdb residue serials and internal serials in the Pdb object
|