Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDecisionRule
-
Packages that use JSITDecisionRule Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITDecisionRule in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITDecisionRule Modifier and Type Method Description <D extends JSITDecisionRule>
voidJSITDecisionTable. 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>
voidJSITDecisionTable. addRule(D element)Appends the specified element to the end of ruleMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITDecisionRule Modifier and Type Method Description jsinterop.base.JsArrayLike<JSITDecisionRule>JSITDecisionTable. getNativeRule()Native getter for ruleList<JSITDecisionRule>JSITDecisionTable. getRule()READ-ONLY getter for rule as aListMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITDecisionRule Modifier and Type Method Description <D extends JSITDecisionRule>
voidJSITDecisionTable. addAllRule(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of ruleMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITDecisionRule Modifier and Type Method Description voidJSITDecisionTable. setNativeRule(jsinterop.base.JsArrayLike<JSITDecisionRule> ruleParam)Setter for rulevoidJSITDecisionTable. setRule(List<JSITDecisionRule> ruleParam)Setter for rule as aList
-