Package org.jetbrains.mps.openapi.model
Interface SNodeId
-
public interface SNodeId
Uniquely 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 String
getType()
-
-
-
Method Detail
-
getType
String getType()
-
-