SCM Repositories - andromda

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.26.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 18:21:15 2006 UTC (2 years, 1 month ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2, V3_3
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
try the use case name as a backup (not as an else clause)

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 05:27:36 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
CVS Tags: HEAD, Root_V3, Root_V3_x, Root_V3_x_HEAD, V3_2_RC1, V3x_BEFORE_METAFACADE_RESET
Branch point for: V3_x_HEAD
Changes since 1.25: +7 -7 lines
Diff to previous 1.25
Change a bunch of HashMap to LinkedHashMap, as well as HashSet to LinkedHashSet, so that cartridges generate consistent ordering of elements (this will keep the ordering from changing for no reason)

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 03:48:51 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1, V3_2RC1SNAPSHOT
Branch point for: V3_1x
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Improve filtering of model packages (allow pattern matching).  Also start on pattern matching support of constraint filtering.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 13:26:16 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_1RC1_tag
Branch point for: V3_1RC1
Changes since 1.23: +12 -10 lines
Diff to previous 1.23
reformatted parameter list to use a single indentation

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 04:39:33 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22
move external hyperlink down to UML metafacades.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 23:03:09 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
clean up some old code

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 22:47:24 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.20: +0 -20 lines
Diff to previous 1.20
move more "front-end" logic out of bpm4struts into the front-end facades.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 16:37:22 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.19: +20 -17 lines
Diff to previous 1.19
add FrontEndFinalState

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 22:56:38 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.18: +7 -2 lines
Diff to previous 1.18
coding improvements, facades are only mapped for those elements that actually make part of a FrontEndUseCase, this allows djbpm and bpm4struts to work on the same model

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 14:27:04 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_1M1
Changes since 1.17: +0 -12 lines
Diff to previous 1.17
improvement to sending parameters across use-cases

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 23:41:48 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.16: +35 -0 lines
Diff to previous 1.16
update to enable page-variables to survive a use-case transition

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed May 25 00:12:29 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.15: +0 -9 lines
Diff to previous 1.15
revert a change I didn't mean to check in

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 25 00:08:34 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.14: +9 -0 lines
Diff to previous 1.14
getRoles was incorrectly only retrieving the specializations directly under the role instead of the entire chain.  Add new getAllSpecializations operation to the UML Metafacades.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu May 5 05:58:01 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3_0x, V3_0
Branch point for: V3_0x
Changes since 1.13: +8 -6 lines
Diff to previous 1.13
the meta logic classes now correctly enforce ordering of association ends.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 16:26:14 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0RC2
Changes since 1.12: +4 -3 lines
Diff to previous 1.12
reformat update: casting now no longer has a space separator, extends and implements keyswords are on a new line

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 17:55:56 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11
reformatted code

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 05:03:52 2005 UTC (3 years, 9 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0RC1
Changes since 1.10: +1 -2 lines
Diff to previous 1.10
-  Improve inheritance within the metafacades, metafacades now only have delegated (i.e. fake inheritance) when moving between packages, otherwise its real inheritance.  This helps speed things up since we don't need to construct more than 1 or 2 objects per facade instance instead of up to 6 or so if we have a big inheritance hiearchy.  Also will make it easier to map metafacades based on properties.
- Remove declaration of implements on LogicImpls since the interface is declared already on the Logic class (it's redundant).

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 03:49:34 2005 UTC (3 years, 10 months ago) by draftdog
Branch: MAIN
Changes since 1.9: +26 -2 lines
Diff to previous 1.9
support for webpage links outside of the model

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 17:05:42 2004 UTC (3 years, 11 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0M3
Changes since 1.8: +3 -8 lines
Diff to previous 1.8
improvements and refactorings for endless loop problem (StackOverflowError)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 09:20:55 2004 UTC (4 years ago) by draftdog
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
TAGGED_VALUE is now TAGGEDVALUE

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 15:27:39 2004 UTC (4 years, 1 month ago) by draftdog
Branch: MAIN
Changes since 1.6: +0 -0 lines
Diff to previous 1.6
public handlers have been moved to protected

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 15:25:43 2004 UTC (4 years, 1 month ago) by draftdog
Branch: MAIN
Changes since 1.5: +33 -18 lines
Diff to previous 1.5
public handlers have been moved to protected
improved searching for usecase link

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 28 10:05:18 2004 UTC (4 years, 1 month ago) by draftdog
Branch: MAIN
Changes since 1.4: +0 -8 lines
Diff to previous 1.4
removed search for application use-case when proper name or hyperlink was missing

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 07:08:18 2004 UTC (4 years, 1 month ago) by draftdog
Branch: MAIN
Changes since 1.3: +49 -35 lines
Diff to previous 1.3
improved getting target use-case, better support for hyperlinks

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 6 17:45:12 2004 UTC (4 years, 3 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0M2
Changes since 1.2: +21 -6 lines
Diff to previous 1.2
introduced the feature of linking on the PSM level using hyperlinks

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 27 00:39:45 2004 UTC (4 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.1: +3 -10 lines
Diff to previous 1.1
all facade logic implementation classes now have handleXXX() methods for attributes, operations and associations
the logic glue class now caches return values by default
empty pre/post condition methods have been added in the logic glue classes, no be implemented later using the OCL2Java translator

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 04:25:22 2004 UTC (4 years, 7 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3-before-ocl-integration, V3_0M1
Move all stuff from src/facades/manual to src/java (for consistency) and better support
with maven

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by: