Package jetbrains.mps.smodel
Class SModelUtil_new
- java.lang.Object
 - 
- jetbrains.mps.smodel.SModelUtil_new
 
 
- 
public class SModelUtil_new extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SModelUtil_new() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetAlias(SNode conceptDeclaration)static intgetMetaLevel(SNode node)static SNodeinstantiateConceptDeclaration(SAbstractConcept concept, SModel model, SNodeId nodeId, boolean fullNodeStructure)Deprecated.use of this method is discouraged as it exposesSNodeimplementation class.static SNodeinstantiateConceptDeclaration(SNode conceptDeclaration, SModel model, boolean fullNodeStructure)Deprecated.use of this method is discouraged as it exposesSNodeimplementation class.static booleanisEmptyPropertyValue(String s) 
 - 
 
- 
- 
Method Detail
- 
instantiateConceptDeclaration
@Deprecated public static SNode instantiateConceptDeclaration(SNode conceptDeclaration, SModel model, boolean fullNodeStructure)
Deprecated.use of this method is discouraged as it exposesSNodeimplementation class. There'sSModelOperations.createNewNode()to use from generated code 
- 
instantiateConceptDeclaration
@Deprecated public static SNode instantiateConceptDeclaration(@NotNull SAbstractConcept concept, @Nullable SModel model, SNodeId nodeId, boolean fullNodeStructure)
Deprecated.use of this method is discouraged as it exposesSNodeimplementation class. There'sSModelOperations.createNewNode()to use from generated code 
- 
isEmptyPropertyValue
public static boolean isEmptyPropertyValue(String s)
 
- 
getMetaLevel
public static int getMetaLevel(SNode node)
 
 - 
 
 -