Interface DeleteService

    • Method Detail

      • deleteElements

        void deleteElements​(java.util.Collection<java.lang.Object> toDelete)
        Deletes the given objects from the containment tree. This will cut all references to the deleted objects.
        Parameters:
        toDelete - the objects to delete
      • deleteElement

        void deleteElement​(java.lang.Object toDelete)
        Deletes the given object from the containment tree. This will cut all references to the deleted object.
        Parameters:
        toDelete - the object to delete