viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Rewrite ObservablePatternMatchList for IP reasons #336

Closed ujhelyiz closed 11 years ago

ujhelyiz commented 11 years ago

ObservablePatternMatchList was created by Balázs Grill in #268; it needs to be rewritten to have a clean IP history.

The implementation is related to the new feature of #335.

abelhegedus commented 11 years ago

Marking as resolved, note that existing uses may break, but can be corrected by changing:

new ObservablePatternMatchList(matcher)

to

IncQueryObservables.observeMatchesAsList(MatcherClass.factory(), notifier)

or

new ObservablePatternMatchList<MatchClass>(matcher)
ujhelyiz commented 11 years ago

I created a page to list known incompatibilities for version 0.7 in our Drupal page. For future reference, I also link it here: https://viatra.inf.mit.bme.hu/incquery/documentation/newandnoteworthy/migrate-0.7