Uses of Interface
org.kie.dmn.api.core.ast.InputDataNode
-
Packages that use InputDataNode Package Description org.kie.dmn.api.core -
-
Uses of InputDataNode in org.kie.dmn.api.core
Methods in org.kie.dmn.api.core that return InputDataNode Modifier and Type Method Description InputDataNodeDMNModel. getInputById(String id)InputDataNodeDMNModel. getInputByName(String name)Methods in org.kie.dmn.api.core that return types with arguments of type InputDataNode Modifier and Type Method Description Set<InputDataNode>DMNModel. getInputs()Set<InputDataNode>DMNModel. getRequiredInputsForDecisionId(String decisionId)Set<InputDataNode>DMNModel. getRequiredInputsForDecisionName(String decisionName)
-