Class SNodeLegacy


  • @Deprecated
    public final class SNodeLegacy
    extends Object
    Deprecated.
    marked as deprecated to clearly indicate code needs re-write
    Wrap of SNode with methods utilized by legacy code. All the stuff that shall not be part of SNode implementation but still in use by some archaic code was moved here. To use, just wrap SNode instance with new SNodeLegacy(snode) and proceed with the methods available
    • Constructor Detail

      • SNodeLegacy

        public SNodeLegacy​(@NotNull
                           SNode node)
        Deprecated.
    • Method Detail

      • getConceptDeclarationNode

        public SNode getConceptDeclarationNode()
        Deprecated.
      • getPropertyDeclaration

        public SNode getPropertyDeclaration​(String propertyName)
        Deprecated.
      • getLinkDeclaration

        public SNode getLinkDeclaration​(String role)
        Deprecated.
      • getRoleLink

        public SNode getRoleLink()
        Deprecated.