Uses of Class
jaxb.Scenario
-
Packages that use Scenario Package Description core jaxb xml -
-
Uses of Scenario in core
Methods in core that return Scenario Modifier and Type Method Description ScenarioScenario. to_jaxb()Methods in core with parameters of type Scenario Modifier and Type Method Description static ScenarioScenarioFactory. create_scenario(Scenario js, boolean validate_pre_init)Constructors in core with parameters of type Scenario Constructor Description OTM(Scenario jscenario, boolean validate) -
Uses of Scenario in jaxb
Methods in jaxb that return Scenario Modifier and Type Method Description ScenarioObjectFactory. createScenario()Create an instance ofScenario -
Uses of Scenario in xml
Methods in xml that return Scenario Modifier and Type Method Description static ScenarioJaxbLoader. load_scenario(InputStream stream)static ScenarioJaxbLoader. load_scenario(String filename)static ScenarioJaxbLoader. load_test_scenario(String testname)Methods in xml with parameters of type Scenario Modifier and Type Method Description static voidJaxbWriter. save_scenario(Scenario scn, String filename)
-