I need to Check if an Element is an opaque behavior. Ho开发者_如何学Gow I can do that?
Thank you
If an "Opaque Behavior" is a type, you can use plain OCL :
element.oclIsKindOf(OpaqueBehavior)
I need to Check if an Element is an opaque behavior. Ho开发者_如何学Gow I can do that?
Thank you
If an "Opaque Behavior" is a type, you can use plain OCL :
element.oclIsKindOf(OpaqueBehavior)
精彩评论