Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITInputClause> |
JSITDecisionTable.addAllInput(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of input
|
<D extends JSITInputClause> |
JSITDecisionTable.addInput(D element)
Appends the specified element to the end of input
|
Modifier and Type | Method and Description |
---|---|
List<JSITInputClause> |
JSITDecisionTable.getInput()
READ-ONLY getter for input as a
List |
jsinterop.base.JsArrayLike<JSITInputClause> |
JSITDecisionTable.getNativeInput()
Native getter for input
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITInputClause> |
JSITDecisionTable.addAllInput(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of input
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionTable.setInput(List<JSITInputClause> inputParam)
Setter for input as a
List |
void |
JSITDecisionTable.setNativeInput(jsinterop.base.JsArrayLike<JSITInputClause> inputParam)
Setter for input
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.