forked from prmr/JetUML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prmr#416 Refactor constraint about edge end in sequence diagram
The case where trying to create a constructor edge was implemented as a special case in constraints, where the constraint was only added to the constraint set if the call could be a legal constructor call. This divergence from the design, where all constraints are stored in a set, was creating an obstacle to the future improvement of the constraint management. With this change, all constraints are implemented as predicates.
- Loading branch information
1 parent
fdd4b0f
commit f31bd42
Showing
3 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters