Package jetbrains.mps.findUsages
Class FindUsagesUtil
- java.lang.Object
 - 
- jetbrains.mps.findUsages.FindUsagesUtil
 
 
- 
public class FindUsagesUtil extends Object
evgeny, 4/22/13 
- 
- 
Constructor Summary
Constructors Constructor Description FindUsagesUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcollectInstances(SModel model, Collection<SAbstractConcept> concepts, Consumer<SNode> consumer, ProgressMonitor monitor)Finds exact instances of the provided concepts in the model.static booleanhasModelUsages(SModel m, Collection<SModelReference> models) 
 - 
 
- 
- 
Method Detail
- 
hasModelUsages
public static boolean hasModelUsages(SModel m, Collection<SModelReference> models)
 
- 
collectInstances
public static void collectInstances(SModel model, Collection<SAbstractConcept> concepts, Consumer<SNode> consumer, @NotNull ProgressMonitor monitor)
Finds exact instances of the provided concepts in the model. FIXME refactor intoNodeInstanceFindersimilar toNodeUsageFinder. 
 - 
 
 -