[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt] Re: FilteredUsageCrossReferencer

Wuwei,

This is really a question for the UML2 newsgroup (copied).

If I recall correctly, that is a now obsolete class (it doesn't even exist 
in the UML2 source code anymore) that was used to compute inverse references 
while ignoring derived features. The API was inherited from 
UsageCrossReferencer, i.e. clients would call one of the find*(*) methods.

The "new" way to obtain inverse references for UML elements is via 
UML2Util#getInverseReferences(EObject).

Kenn


"Wuwei " <wws_ques@xxxxxxxxx> wrote in message 
news:b9c1d421e16bf89fbc45f3525ae17856$1@xxxxxxxxxxxxxxxxxx
>I read the UML2 implementation but I cannot find the API for 
>FilteredUsageCrossReferencer. It seems find is one of the methods. What is 
>this method supposed to do? Thanks.
> Wuwei
>