Interface DeleteAction


public interface DeleteAction
Author:
klukas
  • Method Summary

    Modifier and Type Method Description
    void delete​(List<GraphElement> elements)  
  • Method Details