A fully working version of the scheduling language with added examples
This commit is contained in:
parent
ec42f74960
commit
ebfd85a666
126 changed files with 7235 additions and 981 deletions
9
examples/geraniums/metamodels/mm.od
Normal file
9
examples/geraniums/metamodels/mm.od
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class Geranium {
|
||||
Boolean flowering;
|
||||
}
|
||||
|
||||
class Pot {
|
||||
Boolean cracked;
|
||||
}
|
||||
|
||||
association Planted [0..*] Geranium -> Pot [1..1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue