Calling the textgen procedure for super concept Follow
Hello!
Can I call the TextGen procedure for the super concept? Something like this:
For Base concept:
... and for Child concept:
Thanks,
Alexey
Can I call the TextGen procedure for the super concept? Something like this:
For Base concept:
append {some common prefix}
... and for Child concept:
append super() {some specific suffix}
Thanks,
Alexey
Please sign in to leave a comment.
Instead you can extract text-generation code into an operation an reuse it in append clauses. Create a LanguageTextGenDeclaration root and declare an operation.