Interface ISkeleton

    • Method Detail

      • toString

        String toString()
        Gets a string representation of this skeleton object. The value of the returned string depends on each implementation of class that implements ISkeleton. Different implementations may return strings that cannot be compared in a meaningful way.
        Overrides:
        toString in class Object
        Returns:
        the string representation of this skeleton object, or null.
      • clone

        ISkeleton clone()
        Clones this skeleton object.
        Returns:
        a new skeleton object that is a copy of this one.
      • setParent

        void setParent​(IResource parent)
        Sets a parent of this skeleton object. The parent is the resource that attaches this skeleton with SetSkeleton(). Normally the IResorce implementations set themselves as a parent for the skeleton.
        Parameters:
        parent - reference to the resource that attaches this skeleton object with IResource.setSkeleton()
      • getParent

        IResource getParent()
        Gets the parent resource of this skeleton.
        Returns:
        reference to the resource that attaches this skeleton object with IResource.setSkeleton()