Package org.jetbrains.mps.openapi.model
Interface SNodeId
- 
- All Known Implementing Classes:
 SNodeId,SNodeId.Foreign,SNodeId.Regular,StringBasedIdForJavaStubMethods
public interface SNodeIdUniquely identifies a node within a model. Will be used as keys in maps and so should correctly implement equals() and hashCode(). Custom persistence implementations may provide their own implementations of SNodeId. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType() 
 - 
 
- 
- 
Method Detail
- 
getType
String getType()
 
 - 
 
 -