Directory src/urncore/

Directory Created:
2005-03-15 17:05
Total Files:
23
Deleted Files:
11
Lines of Code:
7280

[root]/src/urncore
            directory in repo impl (17 files, 7250 lines)
            directory in repo util (2 files, 1026 lines)

Lines of Code

src/urncore/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 361 (100.0%) 51796 (100.0%) 143.4
damyot 103 (28.5%) 16310 (31.5%) 158.3
jkealey 85 (23.5%) 12187 (23.5%) 143.3
etremblay 65 (18.0%) 10478 (20.2%) 161.2
jfroy 79 (21.9%) 7867 (15.2%) 99.5
pengfei 24 (6.6%) 4613 (8.9%) 192.2
gunterm 5 (1.4%) 341 (0.7%) 68.2

Most Recent Commits

damyot 2012-03-03 19:50 Rev.: 2286

[bug800] Version 0.24 of metamodel, with improvements to strategies and contribution changes.

3715 lines of code changed in 21 files:

  • src/urncore: Comment.java (+100 -100), Component.java (+152 -152), ComponentKind.java (+137 -137), ComponentLabel.java (+16 -16), ComponentType.java (+26 -26), Concern.java (+52 -52), Condition.java (+154 -154), ConnectionLabel.java (+16 -16), IURNConnection.java (+64 -64), IURNContainer.java (+53 -53), IURNContainerRef.java (+155 -155), IURNDiagram.java (+72 -72), IURNNode.java (+96 -96), Label.java (+28 -28), Metadata.java (+28 -28), NodeLabel.java (+16 -16), Responsibility.java (+90 -90), URNdefinition.java (+66 -66), URNmodelElement.java (+86 -86), UrncoreFactory.java (+64 -64), UrncorePackage.java (+2244 -2244)
jkealey 2012-02-28 10:54 Rev.: 2175

bug 655: cleaned imports & fixed a few deprecated calls to Eclipse.
looks like it also cleaned up the auto-generated code.

1 lines of code changed in 2 files:

  • src/urncore: Component.java (+1), Condition.java (-1)
damyot 2009-12-21 14:26 Rev.: 1799

[nobug] New metamodel (v.023). Added new association for Concern, fixed responsibility bindings, and added performance TimeUnit. Fixed code so test cases could pass.

209 lines of code changed in 4 files:

  • src/urncore: Concern.java (+19), Responsibility.java (+19), URNmodelElement.java (+29), UrncorePackage.java (+142 -4)
damyot 2009-12-07 15:26 Rev.: 1717

Fix build, again...

27 lines of code changed in 1 file:

  • src/urncore: Condition.java (+27 -27)
damyot 2009-12-07 14:29 Rev.: 1715

Update to jUCMNav metamodel version 0.22

3 lines of code changed in 2 files:

  • src/urncore: Condition.java (-29), UrncorePackage.java (+3 -31)
damyot 2009-12-03 12:31 Rev.: 1702

Update to jUCMNav metamodel version 0.21

3691 lines of code changed in 21 files:

  • src/urncore: Comment.java (+100 -100), Component.java (+152 -152), ComponentKind.java (+137 -137), ComponentLabel.java (+16 -16), ComponentType.java (+26 -26), Concern.java (+42 -42), Condition.java (+184 -154), ConnectionLabel.java (+16 -16), IURNConnection.java (+64 -64), IURNContainer.java (+53 -53), IURNContainerRef.java (+155 -155), IURNDiagram.java (+72 -72), IURNNode.java (+96 -96), Label.java (+28 -28), Metadata.java (+28 -28), NodeLabel.java (+16 -16), Responsibility.java (+93 -65), URNdefinition.java (+66 -66), URNmodelElement.java (+70 -70), UrncoreFactory.java (+64 -64), UrncorePackage.java (+2213 -2157)
damyot 2009-06-29 16:47 Rev.: 1522

Changes to metamodel: Addition of Comment (for GRL/UCM diagrams), WaitKind (for UCM waiting places), and the GRL Xor decomposition type (used by intentional elements).

511 lines of code changed in 4 files:

  • src/urncore: Comment.java (new 218), IURNDiagram.java (+19), UrncoreFactory.java (+9), UrncorePackage.java (+265 -2)
damyot 2008-02-15 10:36 Rev.: 1413

Moved "context" attribute from ComponentRef to Component in metamodel.

63 lines of code changed in 2 files:

  • src/urncore: Component.java (+28), UrncorePackage.java (+35 -7)
damyot 2008-02-14 23:33 Rev.: 1411

Metamodel update (version 0.19) together with appropriate changes, with minor updates to the plug-in text.

3681 lines of code changed in 25 files:

  • src/urncore: Component.java (+242 -17), ComponentElement.java (del), ComponentKind.java (+137 -137), ComponentLabel.java (+16 -16), ComponentRegular.java (del), ComponentType.java (+38 -76), Concern.java (+55 -26), Condition.java (+167 -138), ConnectionLabel.java (new 55), DynamicRespKind.java (del), DynamicResponsibility.java (del), IURNConnection.java (+77 -48), IURNContainer.java (+53 -53), IURNContainerRef.java (+155 -155), IURNDiagram.java (+62 -62), IURNNode.java (+96 -96), Label.java (+28 -28), Metadata.java (+28 -28), NodeLabel.java (+16 -16), Pool.java (del), Responsibility.java (+65 -65), URNdefinition.java (+76 -57), URNmodelElement.java (+70 -70), UrncoreFactory.java (+63 -72), UrncorePackage.java (+2182 -3055)
pengfei 2007-07-19 20:16 Rev.: 1316

The KPI modelling and monitoring functions.

4613 lines of code changed in 24 files:

  • src/urncore: Component.java (+18 -18), ComponentElement.java (+54 -54), ComponentKind.java (+156 -156), ComponentLabel.java (+18 -18), ComponentRegular.java (+82 -82), ComponentType.java (+51 -51), Concern.java (+29 -29), Condition.java (+156 -156), DynamicRespKind.java (+139 -139), DynamicResponsibility.java (+69 -69), IURNConnection.java (+54 -54), IURNContainer.java (+60 -60), IURNContainerRef.java (+175 -175), IURNDiagram.java (+69 -69), IURNNode.java (+108 -108), Label.java (+32 -32), Metadata.java (+32 -32), NodeLabel.java (+18 -18), Pool.java (+62 -62), Responsibility.java (+73 -73), URNdefinition.java (+62 -62), URNmodelElement.java (+79 -79), UrncoreFactory.java (+77 -77), UrncorePackage.java (+2940 -2940)
gunterm 2007-04-25 11:04 Rev.: 1239

update to URN metamodel v0.17 (adds infrastructure for future support of concerns and pointcut stubs)

341 lines of code changed in 5 files:

  • src/urncore: Concern.java (new 75), IURNDiagram.java (+29), URNdefinition.java (+19), UrncoreFactory.java (+9), UrncorePackage.java (+209 -4)
damyot 2007-03-16 10:08 Rev.: 1157

Metamodel update for CSM export

4410 lines of code changed in 23 files:

  • src/urncore: Component.java (+18 -18), ComponentElement.java (+54 -54), ComponentKind.java (+156 -156), ComponentLabel.java (+18 -18), ComponentRegular.java (+82 -82), ComponentType.java (+51 -51), Condition.java (+156 -156), DynamicRespKind.java (+139 -139), DynamicResponsibility.java (+69 -69), IURNConnection.java (+54 -54), IURNContainer.java (+60 -60), IURNContainerRef.java (+175 -175), IURNDiagram.java (+51 -51), IURNNode.java (+108 -108), Label.java (+32 -32), Metadata.java (+32 -32), NodeLabel.java (+18 -18), Pool.java (+62 -62), Responsibility.java (+73 -73), URNdefinition.java (+51 -51), URNmodelElement.java (+79 -79), UrncoreFactory.java (+71 -71), UrncorePackage.java (+2801 -2801)
jkealey 2007-03-01 13:38 Rev.: 1139

Metamodel URN_14; resources are URNmodelElements

4410 lines of code changed in 23 files:

  • src/urncore: Component.java (+18 -18), ComponentElement.java (+54 -54), ComponentKind.java (+156 -156), ComponentLabel.java (+18 -18), ComponentRegular.java (+82 -82), ComponentType.java (+51 -51), Condition.java (+156 -156), DynamicRespKind.java (+139 -139), DynamicResponsibility.java (+69 -69), IURNConnection.java (+54 -54), IURNContainer.java (+60 -60), IURNContainerRef.java (+175 -175), IURNDiagram.java (+51 -51), IURNNode.java (+108 -108), Label.java (+32 -32), Metadata.java (+32 -32), NodeLabel.java (+18 -18), Pool.java (+62 -62), Responsibility.java (+73 -73), URNdefinition.java (+51 -51), URNmodelElement.java (+79 -79), UrncoreFactory.java (+71 -71), UrncorePackage.java (+2801 -2801)
jkealey 2006-09-20 14:26 Rev.: 913

Organized imports in metamodel packages.

0 lines of code changed in 1 file:

  • src/urncore: Condition.java (-2)
jkealey 2006-09-19 22:47 Rev.: 911

More work on strategies & scenarios view. Added key handlers to view. Regenerated with minor tweaks to metamodel v0.12.

Can now add / delete variables but not hooked up to responsibilities/conditions yet.

3 lines of code changed in 2 files:

  • src/urncore: Condition.java (-19), UrncorePackage.java (+3 -31)
jkealey 2006-09-19 16:42 Rev.: 910

Metamodel 0.12. Added some basic logic to create/delete scenario groups / scenarios. Delete scenario is not a command at the moment.

4982 lines of code changed in 23 files:

  • src/urncore: Component.java (+19 -19), ComponentElement.java (+54 -54), ComponentKind.java (+168 -152), ComponentLabel.java (+19 -19), ComponentRegular.java (+83 -83), ComponentType.java (+52 -52), Condition.java (+191 -132), DynamicRespKind.java (+150 -134), DynamicResponsibility.java (+70 -70), IURNConnection.java (+55 -55), IURNContainer.java (+61 -62), IURNContainerRef.java (+176 -177), IURNDiagram.java (+52 -53), IURNNode.java (+109 -110), Label.java (+33 -33), Metadata.java (new 81), NodeLabel.java (+19 -19), Pool.java (+63 -63), Responsibility.java (+85 -58), URNdefinition.java (+52 -53), URNmodelElement.java (+88 -72), UrncoreFactory.java (+75 -66), UrncorePackage.java (+3227 -2095)
jfroy 2006-03-23 03:30 Rev.: 831

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

2 lines of code changed in 2 files:

  • src/urncore: GRLmodelElement.java (+1), UCMmodelElement.java (+1)
jfroy 2006-03-02 01:38 Rev.: 783

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

239 lines of code changed in 4 files:

  • src/urncore: GRLmodelElement.java (-25), UCMmodelElement.java (-25), URNmodelElement.java (+40), UrncorePackage.java (+199 -100)
jfroy 2006-02-28 03:15 Rev.: 771

Added URNlink dialog, actions and commands

152 lines of code changed in 4 files:

  • src/urncore: GRLmodelElement.java (+26), UCMmodelElement.java (+26), URNmodelElement.java (-40), UrncorePackage.java (+100 -199)
jfroy 2006-01-29 15:34 Rev.: 669

Merge of GRL branch with the main trunk

1411 lines of code changed in 26 files:

  • src/urncore: Component.java (+2 -2), ComponentElement.java (+1 -1), ComponentLabel.java (+15 -15), ComponentRegular.java (+2 -2), ComponentType.java (+2 -2), Condition.java (+5 -5), DynamicResponsibility.java (+5 -5), GRLmodelElement.java (+1 -26), IURNConnection.java (new 114), IURNContainer.java (new 130), IURNContainerRef.java (new 319), IURNDiagram.java (new 115), IURNNode.java (new 208), Label.java (+3 -3), NodeLabel.java (+7 -7), Pool.java (+3 -3), Responsibility.java (+2 -2), SpecificationComponent.java (del), SpecificationComponentRef.java (del), SpecificationConnection.java (del), SpecificationDiagram.java (del), SpecificationNode.java (del), UCMmodelElement.java (+1 -26), URNdefinition.java (+6 -6), URNmodelElement.java (+44 -4), UrncorePackage.java (+426 -326)
jfroy 2005-10-26 18: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.

6063 lines of code changed in 24 files:

  • src/urncore: Component.java (new 59), ComponentElement.java (new 121), ComponentKind.java (new 246), ComponentLabel.java (new 55), ComponentRegular.java (new 170), ComponentType.java (new 117), Condition.java (new 248), DynamicRespKind.java (new 219), DynamicResponsibility.java (new 146), GRLmodelElement.java (new 46), Label.java (new 81), NodeLabel.java (new 55), Pool.java (new 137), Responsibility.java (new 122), SpecificationComponent.java (new 130), SpecificationComponentRef.java (new 319), SpecificationConnection.java (new 114), SpecificationDiagram.java (new 115), SpecificationNode.java (new 208), UCMmodelElement.java (new 46), URNdefinition.java (new 117), URNmodelElement.java (new 108), UrncoreFactory.java (new 118), UrncorePackage.java (new 2966)
jfroy 2005-10-26 17:39 Rev.: 582

***This build could not compile. DO NOT CHECKOUT THIS VERSION

Merging the grl branch in the main trunk. Problem during the merging with the metamodel package.
Need to delete these packages.

0 lines of code changed in 19 files:

  • src/urncore: Component.java (del), ComponentElement.java (del), ComponentKind.java (del), ComponentLabel.java (del), ComponentRegular.java (del), ComponentType.java (del), Condition.java (del), DynamicRespKind.java (del), DynamicResponsibility.java (del), GRLmodelElement.java (del), Label.java (del), NewClass.java (del), NodeLabel.java (del), Pool.java (del), Responsibility.java (del), UCMmodelElement.java (del), URNdefinition.java (del), UrncoreFactory.java (del), UrncorePackage.java (del)
jkealey 2005-09-06 22:11 Rev.: 547

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

30 lines of code changed in 16 files:

  • src/urncore: Component.java (+1 -1), ComponentElement.java (+2 -2), ComponentLabel.java (+1 -1), ComponentRegular.java (+1 -1), ComponentType.java (+1 -1), Condition.java (+4 -4), DynamicResponsibility.java (+4 -4), GRLmodelElement.java (+3 -3), Label.java (+2 -2), NewClass.java (+2 -2), NodeLabel.java (+1 -1), Pool.java (+2 -2), Responsibility.java (+1 -1), UCMmodelElement.java (+3 -3), URNdefinition.java (+1 -1), UrncorePackage.java (+1)
jkealey 2005-06-02 15: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)

2761 lines of code changed in 18 files:

  • src/urncore: Component.java (+19 -19), ComponentElement.java (+115 -115), ComponentKind.java (+143 -143), ComponentLabel.java (+19 -19), ComponentRegular.java (+83 -83), ComponentType.java (+52 -52), Condition.java (+132 -132), DynamicRespKind.java (+126 -126), DynamicResponsibility.java (+70 -70), GRLmodelElement.java (+78 -78), Label.java (+33 -33), NodeLabel.java (+19 -19), Pool.java (+63 -63), Responsibility.java (+58 -58), UCMmodelElement.java (+60 -60), URNdefinition.java (+52 -52), UrncoreFactory.java (+72 -72), UrncorePackage.java (+1567 -1567)
etremblay 2005-05-25 17: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...

3887 lines of code changed in 19 files:

  • src/urncore: Component.java (+26 -26), ComponentElement.java (+174 -117), ComponentKind.java (+201 -201), ComponentLabel.java (+35), ComponentRegular.java (+120 -120), ComponentType.java (+77 -77), Condition.java (new 248), DynamicRespKind.java (+176 -176), DynamicResponsibility.java (+101 -101), GRLmodelElement.java (+118 -89), Label.java (+48 -48), NewClass.java (changed), NodeLabel.java (+26 -26), Pool.java (+92 -92), Responsibility.java (+91 -32), UCMmodelElement.java (+89 -89), URNdefinition.java (+82 -45), UrncoreFactory.java (+96 -87), UrncorePackage.java (+2087 -1650)
etremblay 2005-03-29 18:01 Rev.: 56

URN model version 5 is now generated in EMF.

3114 lines of code changed in 18 files:

  • src/urncore: Component.java (+26 -26), ComponentElement.java (+117 -117), ComponentKind.java (+201 -201), ComponentLabel.java (new 21), ComponentRegular.java (+120 -120), ComponentType.java (+77 -77), DynamicRespKind.java (+176 -176), DynamicResponsibility.java (+101 -101), GRLmodelElement.java (+89 -89), Label.java (new 81), NewClass.java (new 25), NodeLabel.java (new 56), Pool.java (+92 -92), Responsibility.java (+32 -32), UCMmodelElement.java (+89 -89), URNdefinition.java (+47 -30), UrncoreFactory.java (+90 -63), UrncorePackage.java (+1674 -1442)
etremblay 2005-03-28 10: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.

132 lines of code changed in 14 files:

  • src/urncore: Component.java (changed), ComponentElement.java (+31), ComponentKind.java (changed), ComponentRegular.java (+15 -13), ComponentType.java (changed), DynamicRespKind.java (changed), DynamicResponsibility.java (changed), GRLmodelElement.java (changed), Pool.java (changed), Responsibility.java (+8 -35), UCMmodelElement.java (changed), URNdefinition.java (changed), UrncoreFactory.java (changed), UrncorePackage.java (+78 -51)
etremblay 2005-03-15 17: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!

3345 lines of code changed in 14 files:

  • src/urncore: Component.java (new 59), ComponentElement.java (new 136), ComponentKind.java (new 246), ComponentRegular.java (new 168), ComponentType.java (new 117), DynamicRespKind.java (new 219), DynamicResponsibility.java (new 146), GRLmodelElement.java (new 129), Pool.java (new 137), Responsibility.java (new 90), UCMmodelElement.java (new 129), URNdefinition.java (new 63), UrncoreFactory.java (new 91), UrncorePackage.java (new 1615)
Generated by StatSVN 0.7.0