Directory src/seg/jUCMNav/model/util/modelexplore/queries/

Directory Created:
2005-06-04 23:18
Total Files:
6
Deleted Files:
0
Lines of Code:
726

[root]/src/seg/jUCMNav/model/util/modelexplore/queries

Lines of Code

src/seg/jUCMNav/model/util/modelexplore/queries/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 726 (100.0%) 25.0
jpdaigle 6 (20.7%) 372 (51.2%) 62.0
jkealey 21 (72.4%) 354 (48.8%) 16.8
jfroy 2 (6.9%) 0 (0.0%) 0.0

Most Recent Commits

jfroy 2005-10-26 23:13 Rev.: 585

Merge grl branch with the main trunk
Major modification of the metamodel (URN_08.mdl) (Added GRL metamodel, New interfaces that define common element in GRL and UCM, Modified UCM-Map package to implement the new interfaces (some associations and attributes have been refactored using the interfaces), Map is now called UCMmap (to resolve conflict with java.util.map in the implementation), Removed Path Graph)
Modification of the code that used the metamodel.
Started modification of jUCMNav to support GRL.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), ReachableNodeFinder.java (changed)
jkealey 2005-07-29 19:09 Rev.: 498

bugs 372 - 378 - 380 - 379 - 273 - 375 - massive changes in deletion command infrastructure. mainly refactoring but also various functionality additions

also committing minor changes to the twiki plugin created by JFRoy and an ant script to generate javadoc on a windows machine.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), DeletionPathFinder.java (changed)
jkealey 2005-07-26 15:59 Rev.: 495

bug 325 - found bug with use of queries in pathtool when doing previous change.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: EndPointFinder.java (changed), StartPointFinder.java (changed)
jkealey 2005-07-12 20:22 Rev.: 464

cleaned/commented everything under seg.jUCMNav.model except the commands

26 lines of code changed in 6 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), DeletionPathFinder.java (changed), EndPointFinder.java (changed), ReachableNodeFinder.java (changed), StartPointFinder.java (changed), package.html (new 26)
jkealey 2005-06-29 07:49 Rev.: 437

and fork / and join figures

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed)
jkealey 2005-06-27 19:40 Rev.: 428

bug 335: palette wording
bug 344: extracted more strings

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed)
jkealey 2005-06-23 17:34 Rev.: 411

bug 320 - loops when deleting in/outs of joins/forks should no longer occur

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), ReachableNodeFinder.java (changed)
jkealey 2005-06-22 20:09 Rev.: 409

JP's initial implementation followed connects.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ReachableNodeFinder.java (changed)
jkealey 2005-06-22 18:58 Rev.: 407

bug 320 - some code was not run properly (bugs with my query inheritance). fixed a bug reported by gunter: drag&drop of directly connected stub/start-end caused the path to get hidden in the background.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), DeletionPathFinder.java (changed)
jkealey 2005-06-22 04:29 Rev.: 403

bug 320 - loops; to investigate: given this preliminary version, what is okay, what is not. I think it looks pretty good but I haven't tested everything thoroughly. I know that it is too restrictive concerning paths that have a stub that should be considered to contain a start/end point, but for simplicity's sake, I think the workarounds are sufficient.

103 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed), DeletionPathFinder.java (new 103)
jkealey 2005-06-21 18:31 Rev.: 400

bug 320 - reimplemented the connection router. the new version uses JP's query framework and is a listener to model objects. is also a step forward for the implementation of nicer and joins/forks. furthermore, in my only test, this new implementation makes the command tests run 39% faster.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (changed)
jkealey 2005-06-21 15:56 Rev.: 398

bug 320 - reimplemented the connection router. the new version uses JP's query framework and is a listener to model objects. is also a step forward for the implementation of nicer and joins/forks. furthermore, in my only test, this new implementation makes the command tests run 39% faster.

225 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ConnectionSplineFinder.java (new 225)
jpdaigle 2005-06-12 00:51 Rev.: 342

Removed debugging code

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/model/util/modelexplore/queries: ReachableNodeFinder.java (changed)
jpdaigle 2005-06-11 22:24 Rev.: 339

JP: Bug 263 progress - mega huge commit of doom!
Implemented querying for reachable nodes, reachable startpoints, and endpoints, etc.
Fixed illegal creation of loops when dragging start or end points to a NodeConnection.
Contextual actions and dragging to a PathNode can still introduce loops and aren't fixed yet.

164 lines of code changed in 3 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: EndPointFinder.java (changed), ReachableNodeFinder.java (new 164), StartPointFinder.java (changed)
jpdaigle 2005-06-04 23:18 Rev.: 290

More query infrastructure work. Query chaining doesn't need so much flexibility and may be deemed unnecessary and removed in a subsequent commit.

208 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/util/modelexplore/queries: EndPointFinder.java (new 103), StartPointFinder.java (new 105)
Generated by StatCVS 0.5.0