Package jetbrains.mps.smodel
Interface FastNodeFinder
- 
- All Known Implementing Classes:
 BaseFastNodeFinder,DefaultFastNodeFinder,TransientModelNodeFinder
public interface FastNodeFinderEvgeny Gryaznov, Mar 1, 2010 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFastNodeFinder.FactoryInterface models can implement if they'd like to supply ownFastNodeFinderimplementation In general, there should be an alternative mechanism to obtain factories, other than model implementing the interface (something more extension-friendly, e.g. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()List<SNode>getNodes(SAbstractConcept concept, boolean includeInherited) 
 - 
 
- 
- 
Method Detail
- 
getNodes
@NotNull List<SNode> getNodes(@NotNull SAbstractConcept concept, boolean includeInherited)
- Returns:
 - list of instances, or empty list, if none found
 - Since:
 - 3.2
 
 
- 
dispose
void dispose()
 
 - 
 
 -