for (let modelId of modelIds) {
            let model = graph.getElement(modelId);
            model.unlinkChildEdgeNeighbour(this.id);
        }