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 TypeMethodDescriptiongetRepresentationText
(ScenarioNode scenarioNode) Gets representation text of the given scenario node.
-
Method Details
-
getRepresentationText
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.
-