Suggested strategy to generate concepts
I need to generate concepts (for the PE4MPS project but the problem is not project specific) in a persistent way, I mean not as transient object. Once you have a concept you can create nodes of that concept.
The problem araise when the concept gets genereted again: the nodes of that concept could lost the referenced concept if the concept is deleted then recreated.
What's the suggested strategy in this case? Programmatically one can, in theory, search for the concept to generate and do not create new ones if it exists.
With a generator the process will be much more clear but can a Generator updates nodes instead of always generated new ones?
Thanks,
Mar
The problem araise when the concept gets genereted again: the nodes of that concept could lost the referenced concept if the concept is deleted then recreated.
What's the suggested strategy in this case? Programmatically one can, in theory, search for the concept to generate and do not create new ones if it exists.
With a generator the process will be much more clear but can a Generator updates nodes instead of always generated new ones?
Thanks,
Mar
Please sign in to leave a comment.
Without any other hint I will use this strategy because I can't imagine a similar use of the Generator aspect.