Package jetbrains.mps.smodel
Class FastNodeFinderManager
- java.lang.Object
 - 
- jetbrains.mps.smodel.FastNodeFinderManager
 
 
- 
public class FastNodeFinderManager extends Object
Entry point to accessFastNodeFinderinstance for a class. Likely to becomeCoreComponent, then static fields would become instance fields and it would be caller's responsibility to obtain instance of this class. XXX lives in kernel as it depends now from classes that require kernel classes. Consider refactoring and relocating to smodel module. 
- 
- 
Constructor Summary
Constructors Constructor Description FastNodeFinderManager() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddispose(SModel model)static FastNodeFinderget(SModel model) 
 - 
 
- 
- 
Method Detail
- 
get
@NotNull public static FastNodeFinder get(SModel model)
 
- 
dispose
public static void dispose(SModel model)
 
 - 
 
 -