9 lines
129 B
Text
9 lines
129 B
Text
class Geranium {
|
|
Boolean flowering;
|
|
}
|
|
|
|
class Pot {
|
|
Boolean cracked;
|
|
}
|
|
|
|
association Planted [0..*] Geranium -> Pot [1..1]
|