Package org.opentrafficsim.editor
Class ScenarioWrapper
java.lang.Object
org.opentrafficsim.editor.ScenarioWrapper
Wraps a scenario node as an item in the dropdown menu.
Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the scenario node.boolean
isScenario
(XsdTreeNode node) Returns whether this wraps the given node.toString()
-
Constructor Details
-
ScenarioWrapper
Constructor.- Parameters:
scenarioNode
- XsdTreeNode; node of the scenario.
-
-
Method Details