Package org.jetbrains.mps.openapi.model
Interface SNodeId
- 
 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()
 
- 
- 
- 
Method Detail- 
getTypeString getType() 
 
- 
 
-