epsilonlabs / emc-ptcim

EMC driver for the PTC Integrity Modeler
Eclipse Public License 1.0
2 stars 0 forks source link

Select operation with (x|x.isTypeOf(Y)) or (x:Y|true) fails to select any items #28

Open beatrizsanchez opened 6 years ago

beatrizsanchez commented 6 years ago

For a given PTCIM object type "Y", calling Y.all returns all objects of type Y. However using the select operation in the following ways: (x|x.isTypeOf(Y)) or (x:Y|true), fails to get all the items. However, using (x|x.type =Y) does work.