Package omero.model

Interface _NodeAnnotationLinkOperations

    • Method Detail

      • getVersion

        RInt getVersion​(Ice.Current __current)
      • setVersion

        void setVersion​(RInt theVersion,
                        Ice.Current __current)
      • getParent

        Node getParent​(Ice.Current __current)
      • setParent

        void setParent​(Node theParent,
                       Ice.Current __current)
      • getChild

        Annotation getChild​(Ice.Current __current)
      • setChild

        void setChild​(Annotation theChild,
                      Ice.Current __current)
      • link

        void link​(Node theParent,
                  Annotation theChild,
                  Ice.Current __current)