Get all subconcepts of a concept in baselanguage (java).

Hi,

I have a concept called"A" and several concepts (sub-concepts?) called"B", "C", and "D" that extend concept "A".  Knowing concept "A" is there anyway to get a list of all concepts that extends from "A"?

I could hard-code the sub-concepts into the generator but it would make the code more brittle. It's far less likely the super-concept would change.

 

0
2 comments

"concept/A/.sub-concepts(model)" should do the trick.

Vaclav

 

1

Thanks.  I found another way and forgot about this.

0

Please sign in to leave a comment.