Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDecisionRule> |
JSITDecisionTable.addAllRule(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of rule
|
<D extends JSITDecisionRule> |
JSITDecisionTable.addRule(D element)
Appends the specified element to the end of rule
|
Modifier and Type | Method and Description |
---|---|
jsinterop.base.JsArrayLike<JSITDecisionRule> |
JSITDecisionTable.getNativeRule()
Native getter for rule
|
List<JSITDecisionRule> |
JSITDecisionTable.getRule()
READ-ONLY getter for rule as a
List |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDecisionRule> |
JSITDecisionTable.addAllRule(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of rule
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionTable.setNativeRule(jsinterop.base.JsArrayLike<JSITDecisionRule> ruleParam)
Setter for rule
|
void |
JSITDecisionTable.setRule(List<JSITDecisionRule> ruleParam)
Setter for rule as a
List |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.