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:
Scenario
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getRepresentationText(ScenarioNode scenarioNode)
Gets representation text of the given scenario node.
-
-
-
Method Detail
-
getRepresentationText
java.lang.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.
-
-