Interface SModelData

    • Method Detail

      • getModelId

        default SModelId getModelId()
      • getModelName

        default SModelName getModelName()
      • getReference

        @Deprecated
        SModelReference getReference()
        Deprecated.
        Generally, SModelReference may get complete only at the moment model is attached to a module (there's SModelReference.getModuleReference() and we can't assume SModelData is only for UUID models), therefore it's odd to expect SModelReference for an SModelData.
      • addRootNode

        void addRootNode​(SNode node)
      • removeRootNode

        void removeRootNode​(SNode node)