epsilonlabs / emc-ptcim

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

PtcimConstraintTracer must be updated to the new interface #24

Open kolovos opened 7 years ago

kolovos commented 7 years ago

In response to https://bugs.eclipse.org/bugs/show_bug.cgi?id=513701 the interface for locating model elements in Epsilon has become more generic. PtcimConstraintTracer must be updated to match the new interface as in https://github.com/epsilonlabs/emc-simulink/commit/a7544ea594e8ff88d55da3bbbe2ab60658a37654

kolovos commented 7 years ago

Done in ecece6e. However, it appears that to locate a model element in IM, we also need to know the model name and there's no obvious way to get this from PtcimObject. As such, the new class (PtcimModelElementLocator) is not functional and the respective extension in plugin.xml has been temporarily disabled.