Как написать термин ни в сплаве - PullRequest
0 голосов
/ 25 октября 2019

Я должен написать код, как доступ = нет. Но если я выполню метамодель, появится сообщение

 Cannot bind field accesses to the empty set or empty relation

Как исправить мой код?

sig months_prior_to_open_day extends BusinessEvent {} { 
    triggers = open_day_planning accesses = none
} 

sig open_day_planning extends BusinessProcess {} { 
    flows_to = none 
    realizes = none 
    uses = none 
    aggregates = none 
    triggers = send_update_to_subject_staff 
    accesses = none 
}

1 Ответ

0 голосов
/ 25 октября 2019

Попробуйте написать no accesses.

...