Directory src/seg/jUCMNav/extensionpoints/

Directory Created:
2005-08-16 12:34
Total Files:
7
Deleted Files:
0
Lines of Code:
330

[root]/src/seg/jUCMNav/extensionpoints

Lines of Code

src/seg/jUCMNav/extensionpoints/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 28 (100.0%) 404 (100.0%) 14.4
jkealey 16 (57.1%) 248 (61.4%) 15.5
jfroy 7 (25.0%) 108 (26.7%) 15.4
dessure 3 (10.7%) 31 (7.7%) 10.3
sghan090 1 (3.6%) 16 (4.0%) 16.0
apour024 1 (3.6%) 1 (0.2%) 1.0

Most Recent Commits

jkealey 2009-12-04 10:13 Rev.: 1705

no bug: formatting cleanup with our default formatting template.

37 lines of code changed in 4 files:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (+19 -16), IURNExport.java (+5 -5), IURNExportPrePostHooks.java (+11 -9), IURNReport.java (+2 -2)
apour024 2009-11-29 15:41 Rev.: 1694

Explanation of change:
This is the first check in for the new Formula Based GRL strategy algorithm. This change adds a new entry in the preferences dialog for GRL strategies and also the new algorithm class. In addition, I am adding a math library that is used in this new algorithm.

Note: This is work in progress. We may change the algorithm as well as the library we are using to calculate the result of the formula.

Testing:
- I manually tested by changing the GRL strategy to the new algorithm and trying it. In addition I also changed the setting back to the quantitative algorithm to make sure it works fine.
- All the unit tests passed.
- I did not add any new unit test

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (+1)
sghan090 2008-07-27 13:27 Rev.: 1470

added 3 GRL strategy algorithms
updated contribution icons
added algorithm choice property page option
modified display of quantitative & qualitative evaluations

16 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (+16 -3)
dessure 2008-01-21 16:57 Rev.: 1390

Modified code to be compliant with Java 1.4

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNReport.java (-1)
dessure 2008-01-10 18:57 Rev.: 1387

fixed the javadoc parameter from diagram to mapDiagrams

1 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNReport.java (+1 -1)
dessure 2008-01-08 09:27 Rev.: 1372

30 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNReport.java (new 30)
jkealey 2007-01-23 13:07 Rev.: 1107

javadoc for seg.jUCMNav.editparts.*, seg.jUCMNav.extensionpoints.*, seg.jUCMNav.figures.*

16 lines of code changed in 3 files:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (-3), IURNExport.java (+4), IURNExportPrePostHooks.java (+12)
jkealey 2007-01-19 16:31 Rev.: 1090

mscs: added scenario export wizard and preference page. removed auto-generation when running a scenario.

17 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNExportPrePostHooks.java (new 17)
jkealey 2006-11-15 21:40 Rev.: 1022

html export : refactored so that it follows a more general structure

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNExport.java (+7 -2)
jfroy 2006-07-09 14:17 Rev.: 886

7 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (+7)
jfroy 2006-03-17 03:05 Rev.: 814

Modification of the import autolayout mechanism(added vector for diagrams to do autolayout)
Fixed 2 tests broke in previous commit.

13 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNImport.java (+13 -4)
jfroy 2006-03-13 17:10 Rev.: 802

Added extension point for the Strategy algorithms

51 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IGRLStrategyAlgorithm.java (new 51)
jfroy 2006-02-23 12:14 Rev.: 756

Added option to import URN element in the selected file. Added option to autolayout only imported diagrams.

4 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNImport.java (+4 -2)
jfroy 2006-02-21 17:33 Rev.: 743

Added first version of the GRL catalog import/export

21 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNImport.java (+21 -1)
jfroy 2006-02-05 11:52 Rev.: 715

Fixed bugs 400, 401, 403 and 404
- Added GRL export as images

10 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IUseCaseMapExport.java (+10 -10)
jkealey 2006-01-12 11:00 Rev.: 629

I had forgotten to remove a few links and implement a few lines of code relating to the import/export infrastructure changes.

31 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IUseCaseMapExport.java (+31 -6)
jkealey 2006-01-12 10:19 Rev.: 628

Created a URN Import extension point and related wizard. currently very simple, but sufficient for the use case to use case map conversion utility which will be packaged seperately.

Various other small modifications to import/export/autolayout extensions/wizards.

85 lines of code changed in 4 files:

  • src/seg/jUCMNav/extensionpoints: IURNExport.java (+19 -5), IURNImport.java (new 34), IUseCaseMapExport.java (+3 -2), package.html (new 29)
jfroy 2005-10-26 17: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.

2 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IUseCaseMapExport.java (+2 -2)
jkealey 2005-09-21 23:11 Rev.: 566

Added export URNSpec extension point and template for DXL export.

23 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IURNExport.java (new 23)
jkealey 2005-08-16 12:34 Rev.: 509

* bug 363 - preference page for label colors
* also created preference page for autolayout.
* added our first extension point: UseCaseMapExport.
* Refactored existing export image and autolayout code to create three extensions
* Will have to rethink UI/extension point (or create a new one) to be able to export a URNspec

32 lines of code changed in 1 file:

  • src/seg/jUCMNav/extensionpoints: IUseCaseMapExport.java (new 32)
Generated by StatSVN 0.6.0