../
|
TinkerError.java
|
419
(17 years ago)
by duarte:
Re-branching for JUNG2 development
|
PRMInfo.java
|
419
(17 years ago)
by duarte:
Re-branching for JUNG2 development
|
TinkerRunner.java
|
420
(17 years ago)
by duarte:
First implementation of the new graph framework using JUNG2. Still a few classes to fix, but all basic functionality is there.
NOTE: at the moment ProtStructGraph is a SparseGraph which doesn't guarantee that the graph has no parallel or loop edges (I thought that would be solved by using the SimpleGraph interface but it doesn't, that's only a marker interface)
|
ConstraintsMaker.java
|
420
(17 years ago)
by duarte:
First implementation of the new graph framework using JUNG2. Still a few classes to fix, but all basic functionality is there.
NOTE: at the moment ProtStructGraph is a SparseGraph which doesn't guarantee that the graph has no parallel or loop edges (I thought that would be solved by using the SimpleGraph interface but it doesn't, that's only a marker interface)
|