Finding out wether Generation Required for a Specific Node
- 7
- 2
- dpavleti
- Dec 12
Is there a component which can tell me for a node, wether the enclosing model needs to be build(just like after modification of a model)?
Domenik
Domenik
- Mihail Muhin
- Dec 12
Hi, Domenik.
Generation status can be obtained like:
ModelGenerationStatusManager.getInstance().generationRequired()
It would be better if you look at its usages also.
Regards,
Mihail
Generation status can be obtained like:
ModelGenerationStatusManager.getInstance().generationRequired()
It would be better if you look at its usages also.
Regards,
Mihail
- dpavleti
- Dec 13