Directory src/seg/jUCMNav/emf/

Directory Created:
2005-02-22 17:48
Total Files:
5
Deleted Files:
8
Lines of Code:
0

[root]/src/seg/jUCMNav/emf

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 0 (-) 0.0
jkealey 17 (18.9%) 0 (-) 0.0
jfroy 30 (33.3%) 0 (-) 0.0
etremblay 43 (47.8%) 0 (-) 0.0

Most Recent Commits

jfroy 2006-03-23 08:30 Rev.: 831

Created command test cases for GRL
Fixed bug when saving Evaluation and LinkRef

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-03-02 18:24 Rev.: 785

Fixed error with private/protected association (does not affect the code)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/emf: URN.genmodel (changed)
jfroy 2006-03-02 06:38 Rev.: 783

Fix the URNlink to support multiple links type. Modification of the links display in UCM

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), urn.ecore (changed), urncore.ecore (changed)
jfroy 2006-02-28 08:15 Rev.: 771

Added URNlink dialog, actions and commands

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), urn.ecore (changed), urncore.ecore (changed)
jfroy 2006-02-22 23:48 Rev.: 746

Ended name change.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-02-22 23:02 Rev.: 745

Name change for EvaluationScenario (now called Strategy)

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-02-17 20:54 Rev.: 738

Added actor evaluation level.
Fixed bug when entering non integer for evaluation level

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-02-15 22:49 Rev.: 731

Added:
-Delete commands for scenario and evaluation
-Delete action for evaluation

Fixed:
-NullPointer exception with scenarioView (in property view)
-Adding new elements in model when in scenario view
-Contribution and decomposition refresh
-Dispose labels in IntentionalElementEditPart and LinkRefEditPart

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-02-11 23:55 Rev.: 724

Added scenario author, color modification when scenario selected and fixed NullPointerException in Scenario view when closing the editor.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-02-11 18:25 Rev.: 722

Evaluation scenario view added.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed), ucm.ecore (changed), urn.ecore (changed), urncore.ecore (changed)
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 4 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed), ucm.ecore (changed), urncore.ecore (changed)
jkealey 2005-09-07 03:11 Rev.: 547

regenerated the EMF code using EMF 2.1; slight changes; doesn't seem to have affected anything

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/emf: URN.genmodel (changed)
jkealey 2005-06-02 20:17 Rev.: 284

Upgraded meta-model to version 7.
bug 193 - ReqElemStartPointAttributes
properties view shows workload attribute as a nested attribute (instead of original dialog box proposal)
properties view doesn't refresh its descriptors every time you change a property. (property descriptors are properly cached by implementing the PropertyID class with hashCode and equals that work better than Object[]'s)

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), ucm.ecore (changed)
etremblay 2005-05-25 22:44 Rev.: 223

The new meta model was generated in the code.
The start, empty and end point are not in the palette anymore. Use the path tool to create them from now on.
Deleted the marquee in the palette since the selection tool do the same thing...

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), grl.ecore (changed), ucm.ecore (changed), urn.ecore (changed), urncore.ecore (changed)
etremblay 2005-04-25 21:55 Rev.: 77

Refactored a lot of packages to better reflect our strategy for the future.
Corrected some bugs to follow some guidelines we defined earlier.
Extracted the RessourceTracker class from UCMEditor.

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/emf: ComponentRefAreaComparator.java (del), EObjectPropertySource.java (del), ModelCreationFactory.java (del), UrnModelManager.java (del)
jkealey 2005-04-16 18:18 Rev.: 72

* Created General Test Suite that will run all smaller ones; this test suite should be run by cruisecontrol
* Refactored ModelCreationFactory to allow static use
* Cleaned CreatePathCommand ; now extends JUCMNavCommand and no longer references Draw2D
* Created a test case for it.
* Removed CreatePathNodeCommand which wasn't used.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: ModelCreationFactory.java (changed), UrnModelManager.java (changed)
jkealey 2005-04-15 22:55 Rev.: 68

first attempts at autogenerated junit tests.
the code committed here will probably break the compiler; eclipse must be updated as stated here:
http://www.cis.upenn.edu/~matuszek/cit594-2004/Pages/eclipse-faq.html

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: ModelCreationFactory.java (changed), UrnModelManager.java (changed)
jkealey 2005-04-11 02:05 Rev.: 63

worked on bug 184; top level element is now URNspec; will break existing files.
perfected a few issues concerning components; are now subsets of URNspec
fixed a bug concerning the label's addaction that caused an error to be thrown when clicking outside the editor

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: ModelCreationFactory.java (changed), UcmModelManager.java (del), UrnModelManager.java (new)
jkealey 2005-04-05 04:20 Rev.: 61

bug 133
- shows feedback that can't resize/move if fixed.
- we're creating componentrefs and components now
- can color components (line/fill)
- reorder creation order creating the smallest (area) last so they aren't
hidden by other components.
- property view improved to handle colors/references
- can return to default color by using the "return to default" button

bugs / todo:
- components should be under paths, which are under pathnodes
- must add property dialog to pick from existing components
- should refactor the property page creator so that it works with responsibilities as well.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: ComponentRefAreaComparator.java (new), EObjectPropertySource.java (changed), UcmModelManager.java (changed)
jkealey 2005-04-01 00:44 Rev.: 59

removed checkboxpropertydescriptor from project as it is based on a checkboxcelleditor which the documentation clearly states is a bogus implementation that does nothing.
replaced this propertydescriptor with a combobox property descriptor; make it so that boolean values now have a true/false dropdown in the properties view.
using this new feature, I implemented the "fixed" component property. you cannot resize or move a fixed component.
note that our feedback does not yet reflect this change.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: CheckboxPropertyDescriptor.java (del), EObjectPropertySource.java (changed)
etremblay 2005-03-29 23:01 Rev.: 56

URN model version 5 is now generated in EMF.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), ucm.ecore (changed), urncore.ecore (changed)
etremblay 2005-03-29 20:04 Rev.: 54

Commented the functions for all the following package:
- editors
- emf
- figures
- figures.router

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/emf: CheckboxPropertyDescriptor.java (changed), EObjectPropertySource.java (changed), ModelCreationFactory.java (changed), UcmModelManager.java (changed)
etremblay 2005-03-29 15:05 Rev.: 52

Resolved bug 166.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/emf: UcmModelManager.java (changed)
jkealey 2005-03-29 04:13 Rev.: 51

initial version of being able to add components ( bug 133 )
lots of cleanup required.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/emf: ModelCreationFactory.java (changed), UcmModelManager.java (changed)
etremblay 2005-03-28 15:48 Rev.: 50

- You can add multiple path in one diagram.
- The path tool is close to work like planned.
- To extend a path, select the end point of the path you want to extends, select the end point tool and then click where you want to extend.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: URN.genmodel (changed), ucm.ecore (changed), urncore.ecore (changed)
etremblay 2005-03-15 22:05 Rev.: 43

- The new model is now working.
- Creating path works (do/undo)
- Extending path works (do/undo)
- SplitLinkCommand doesn't work
- BSplineConnectionRouter works #1!

0 lines of code changed in 10 files:

  • src/seg/jUCMNav/emf: EObjectPropertySource.java (changed), ModelCreationFactory.java (changed), URN.genmodel (new), UcmModelManager.java (changed), grl.ecore (new), seg.jUcmnav.model.ecore (del), ucm.ecore (new), ucm.genmodel (del), urn.ecore (new), urncore.ecore (new)
etremblay 2005-03-08 15:31 Rev.: 38

TODO list is now up to date.

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/emf: CheckboxPropertyDescriptor.java (changed), EObjectPropertySource.java (changed), ModelCreationFactory.java (changed), UcmModelManager.java (changed)
etremblay 2005-02-25 17:29 Rev.: 21

Now the user can create a path and add node between links.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/emf: ModelCreationFactory.java (changed), seg.jUcmnav.model.ecore (changed), ucm.genmodel (changed)
etremblay 2005-02-22 17:48 Rev.: 18

Nothing is working right now...

0 lines of code changed in 6 files:

  • src/seg/jUCMNav/emf: CheckboxPropertyDescriptor.java (new), EObjectPropertySource.java (new), ModelCreationFactory.java (new), UcmModelManager.java (new), seg.jUcmnav.model.ecore (new), ucm.genmodel (new)
Generated by StatCVS 0.6.0