Interface ScenarioRepresentationTextProvider


@OpenApiAll public interface ScenarioRepresentationTextProvider
Contains knowledge how scenario elements should be represented in GUI. Each scenario implementation can return its own provider to change GUI representation of scenario elements.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets representation text of the given scenario node.
  • Method Details

    • getRepresentationText

      String getRepresentationText(ScenarioNode scenarioNode)
      Gets representation text of the given scenario node.
      Parameters:
      scenarioNode - scenario node for which to get representation text.
      Returns:
      representation text of the given scenario node.