Open gdaniel opened 8 years ago
AllInstances(Class) operation is mapped to metaClassNode.inE("kyanosInstanceOf").outV, and does not take into account Class subclasses.
AllInstances(Class)
metaClassNode.inE("kyanosInstanceOf").outV
This could be fixed by reusing the logic in the oclIsKindOf(Class) translation.
oclIsKindOf(Class)
AllInstances(Class)
operation is mapped tometaClassNode.inE("kyanosInstanceOf").outV
, and does not take into account Class subclasses.This could be fixed by reusing the logic in the
oclIsKindOf(Class)
translation.