Class SModelUtil_new


  • public class SModelUtil_new
    extends Object
    • Constructor Detail

      • SModelUtil_new

        public SModelUtil_new()
    • Method Detail

      • instantiateConceptDeclaration

        @Deprecated
        public static SNode instantiateConceptDeclaration​(SNode conceptDeclaration,
                                                          SModel model,
                                                          boolean fullNodeStructure)
        Deprecated.
        use of this method is discouraged as it exposes SNode implementation class. There's SModelOperations.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 exposes SNode implementation class. There's SModelOperations.createNewNode() to use from generated code
      • getAlias

        public static String getAlias​(SNode conceptDeclaration)
      • isEmptyPropertyValue

        public static boolean isEmptyPropertyValue​(String s)
      • getMetaLevel

        public static int getMetaLevel​(SNode node)