labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Move the get_all_contents() filter to the Java side #152

Closed ylussaud closed 1 year ago

ylussaud commented 1 year ago

This is an optimization that will prevent useless Python objects from being created and should improve performance. To do this we need to get he EClass from a Python Class to call EClass.isInstance() on the Java side.