onierstrasz / IMAD

experiments using Gt and Mondrian to build executable domain models
MIT License
3 stars 1 forks source link

Make HypernodeContext a decorator of a Hypernode instead of a wrapper ? #53

Open onierstrasz opened 3 years ago

onierstrasz commented 3 years ago

The current interface that requires you to explicitly ask a context for its node is clunky at times. Would it be better to provide a full delegation interface for contexts to access their underlying node?