Two additional query-operators have been added to the rule-concept of EMFTrace.
ModelUndirectedRelatedTo - works just as the existing ModelRelatedTo-operator except for ignoring the directions of relations, which is especially useful for simplifying rules searching for equivalences.
ModelIndirectlyRelatedTo - searches for indirect relations between two models of a certain type. For example, you could use this operator to query the inheritance hierarchy of classes or call-relations between methods more easily.
The migration of EMFTrace from EMFStore 0.9.3 towards EMFStore 1.2.0 RC is done!
The migration project is currently hosted as a branch only, but it will be transferred to the trunk once it has been thoroughly tested.
The migration of EMFTrace from EMFStore 0.9.3 towards EMFStore 1.0.1 is almost done.
The migration project can be accessed from SVN at:
Code\branches\MigrationToEMFStore101\
A new release of EMFTrace will be published once the migration is done and thoroughly tested.
Version 0.3.2 of EMFTrace has been released.
Get it from here: https://sourceforge.net/projects/emftrace/files/Releases/
This version includes a major bug-fix concerning the execution of NOT-conditions.