Package | Description |
---|---|
org.drools.workbench.scenariosimulation.kogito.marshaller.js.model |
Modifier and Type | Method and Description |
---|---|
<D extends JSIScenarioType> |
JSIScenariosType.addAllScenario(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of scenario
|
<D extends JSIScenarioType> |
JSIScenariosType.addScenario(D element)
Appends the specified element to the end of scenario
|
Modifier and Type | Method and Description |
---|---|
jsinterop.base.JsArrayLike<JSIScenarioType> |
JSIScenariosType.getNativeScenario()
Native getter for scenario
|
List<JSIScenarioType> |
JSIScenariosType.getScenario()
READ-ONLY getter for scenario as a
List |
Modifier and Type | Method and Description |
---|---|
<D extends JSIScenarioType> |
JSIScenariosType.addAllScenario(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of scenario
|
Modifier and Type | Method and Description |
---|---|
void |
JSIScenariosType.setNativeScenario(jsinterop.base.JsArrayLike<JSIScenarioType> scenarioParam)
Setter for scenario
|
void |
JSIScenariosType.setScenario(List<JSIScenarioType> scenarioParam)
Setter for scenario as a
List |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.