Finding out wether Generation Required for a Specific Node

  • 7
  • 2

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
Hi, Domenik.

Generation status can be obtained like:
ModelGenerationStatusManager.getInstance().generationRequired()

It would be better if you look at its usages also.

Regards,
Mihail