Package | Description |
---|---|
org.drools.workbench.scenariosimulation.kogito.marshaller.js.model |
Modifier and Type | Method and Description |
---|---|
<D extends JSIFactMappingType> |
JSIFactMappingsType.addAllFactMapping(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of factMapping
|
<D extends JSIFactMappingType> |
JSIFactMappingsType.addFactMapping(D element)
Appends the specified element to the end of factMapping
|
Modifier and Type | Method and Description |
---|---|
List<JSIFactMappingType> |
JSIFactMappingsType.getFactMapping()
READ-ONLY getter for factMapping as a
List |
jsinterop.base.JsArrayLike<JSIFactMappingType> |
JSIFactMappingsType.getNativeFactMapping()
Native getter for factMapping
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIFactMappingType> |
JSIFactMappingsType.addAllFactMapping(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of factMapping
|
Modifier and Type | Method and Description |
---|---|
void |
JSIFactMappingsType.setFactMapping(List<JSIFactMappingType> factMappingParam)
Setter for factMapping as a
List |
void |
JSIFactMappingsType.setNativeFactMapping(jsinterop.base.JsArrayLike<JSIFactMappingType> factMappingParam)
Setter for factMapping
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.