Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNInputClauseRep
Packages that use ARG_XDMNInputClauseRep
Package
Description
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
-
Uses of ARG_XDMNInputClauseRep in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm with type parameters of type ARG_XDMNInputClauseRepModifier and TypeFieldDescriptionARG_XDMNDecisionTableRep.seqInputsorted list of inputs - SharedArgConstructor parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type ARG_XDMNInputClauseRepModifierConstructorDescriptionARG_XDMNDecisionTableRep(DMNElement ohElement, DMExpression ohExpr, String strName, K_HIT_POLICY kHit, K_BUILTIN_AGGREGATOR kAggr, K_DECISION_TABLE_ORIENTATION kOrient, List<ARG_XDMNInputClauseRep> seqInput, List<ARG_XDMNOutputClauseRep> seqOutput, List<ARG_XDMNRuleAnnoClauseRep> seqAnno, List<ARG_XDMNDecisionRuleRep> seqRule)