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 Scenario
Scenario. to_jaxb()
Methods in core with parameters of type Scenario Modifier and Type Method Description static Scenario
ScenarioFactory. 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 Scenario
ObjectFactory. createScenario()
Create an instance ofScenario
-
Uses of Scenario in xml
Methods in xml that return Scenario Modifier and Type Method Description static Scenario
JaxbLoader. load_scenario(InputStream stream)
static Scenario
JaxbLoader. load_scenario(String filename)
static Scenario
JaxbLoader. load_test_scenario(String testname)
Methods in xml with parameters of type Scenario Modifier and Type Method Description static void
JaxbWriter. save_scenario(Scenario scn, String filename)
-