Interface ModelElementsProvider


@OpenApiAll public interface ModelElementsProvider
Class provides model elements for action which can be used in browser, diagram and anywhere where ModelElement is accessible. Used to return multiple elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method returns Elements of this object.
  • Method Details

    • getElements

      List<Element> getElements()
      Method returns Elements of this object.
      Returns:
      some Elements.