Patterns in OCL
Burkhart Wolff
Université Paris-Sud
Patterns in OCL Burkhart Wolff Universit Paris-Sud - - PowerPoint PPT Presentation
Patterns in OCL Burkhart Wolff Universit Paris-Sud Pattern-Matching Lambdas Proposal: Hidden second-order combinators, implicitly accepting a lambda buried under first-order notation, are: ->iterate ->exists ->forall
Université Paris-Sud
System X, Project FSF, Internal Meeting 22.11.13 B.Wolff
under first-order notation, are:
System X, Project FSF, Internal Meeting 22.11.13 B.Wolff
under first-order notation, are:
(S->select(a | a.oclIsKindOf(Employee) and P a ))
System X, Project FSF, Internal Meeting 22.11.13 B.Wolff
under first-order notation, are:
class Employee is Person + salary : Integer[0..1] + department_id : Integer [1] end