Package jetbrains.mps.smodel
Class SNodeLegacy
- java.lang.Object
 - 
- jetbrains.mps.smodel.SNodeLegacy
 
 
- 
@Deprecated public final class SNodeLegacy extends Object
Deprecated.marked as deprecated to clearly indicate code needs re-writeWrap of SNode with methods utilized by legacy code. All the stuff that shall not be part ofSNodeimplementation but still in use by some archaic code was moved here. To use, just wrap SNode instance withnew SNodeLegacy(snode)and proceed with the methods available 
- 
- 
Constructor Summary
Constructors Constructor Description SNodeLegacy(SNode node)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SNodegetConceptDeclarationNode()Deprecated.SNodegetLinkDeclaration(String role)Deprecated.SNodegetPropertyDeclaration(String propertyName)Deprecated.SNodegetRoleLink()Deprecated. 
 -