Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNInputClauseRep
-
Packages that use ARG_XDMNInputClauseRep Package Description de.mid.innovator.srv2api.icw2dm 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_XDMNInputClauseRep Modifier and Type Field Description java.util.List<ARG_XDMNInputClauseRep>
ARG_XDMNDecisionTableRep. seqInput
sorted list of inputs - SharedArgConstructor parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type ARG_XDMNInputClauseRep Constructor Description ARG_XDMNDecisionTableRep(DMNElement ohElement, DMExpression ohExpr, java.lang.String strName, K_HIT_POLICY kHit, K_BUILTIN_AGGREGATOR kAggr, K_DECISION_TABLE_ORIENTATION kOrient, java.util.List<ARG_XDMNInputClauseRep> seqInput, java.util.List<ARG_XDMNOutputClauseRep> seqOutput, java.util.List<ARG_XDMNRuleAnnoClauseRep> seqAnno, java.util.List<ARG_XDMNDecisionRuleRep> seqRule)
-