Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
refs/heads/hhoyos/iEvl
/
.
/
examples
/
org.eclipse.epsilon.examples.oomerging
/
CompareSimpleOO.ecl
blob: 153bef170175c347c069cd3c09932bdef31de206 [
file
] [
log
] [
blame
]
rule
Models
match l
:
Left
!
Model
with
r
:
Right
!
Model
{
compare
:
true
}
rule
Class
match l
:
Left
!
Class
with
r
:
Right
!
Class
{
compare
:
l
.
name
=
r
.
name
}