Package jetbrains.mps.persistence
Interface IndexAwareModelFactory.Callback
- 
- Enclosing interface:
 - IndexAwareModelFactory
 
public static interface IndexAwareModelFactory.CallbackCallback implementation shall tolerate duplicated notifications 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexternalNodeRef(SNodeId node)Report indexed model references node with a given id from some external modelvoidimports(SModelReference modelRef)Report indexed model imports some other modelvoidinstances(SConceptId concept)Report indexed model has instances of the concept specifiedvoidlocalNodeRef(SNodeId node)Report indexed model references node with a given id that resides in the indexed model 
 - 
 
- 
- 
Method Detail
- 
instances
void instances(@NotNull SConceptId concept)
Report indexed model has instances of the concept specified 
- 
imports
void imports(@NotNull SModelReference modelRef)
Report indexed model imports some other model 
- 
externalNodeRef
void externalNodeRef(@NotNull SNodeId node)
Report indexed model references node with a given id from some external model 
 - 
 
 -