Sign in
eclipse
/
ocl
/
org.eclipse.ocl
/
bcbc2c221c7c2fe2da687059ae9d85a2f3a85351
/
.
/
tests
/
org.eclipse.ocl.examples.xtext.tests
/
models
/
uml
/
Fruit.ocl
blob: db30ed83040778542c1fc2c4b6e8ac550e46cfaa [
file
] [
log
] [
blame
]
import
'Fruit.uml'
package
fruit
context
Fruit
inv
:
true
context
Fruit
::
color
:
Color
init
:
Color
::
black
context
Fruit
::
preferredColor
()
:
Color
body
:
Color
::
red
endpackage