Uses of Class
de.mid.innovator.srv2api.icw2elem.K_HIT_POLICY
-
Packages that use K_HIT_POLICY 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.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of K_HIT_POLICY in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as K_HIT_POLICY Modifier and Type Field Description K_HIT_POLICY
ARG_XDMNDecisionTableRep. kHit
the hit policy that determines the semantic of the decision tableMethods in de.mid.innovator.srv2api.icw2dm that return K_HIT_POLICY Modifier and Type Method Description K_HIT_POLICY
DMDecisionTable. getHitPolicy()
The hit policy that determines the semantic of thisDMDecisionTable
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_HIT_POLICY Modifier and Type Method Description void
DMDecisionTable. setHitPolicy(K_HIT_POLICY value)
Set the value of Attribut HitPolicy.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_HIT_POLICY 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)
-
Uses of K_HIT_POLICY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_HIT_POLICY Modifier and Type Method Description static K_HIT_POLICY
K_HIT_POLICY. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_HIT_POLICY
K_HIT_POLICY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_HIT_POLICY[]
K_HIT_POLICY. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-