Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_HIT_POLICY
Packages that use K_HIT_POLICY
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.
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_POLICYModifier and TypeFieldDescriptionARG_XDMNDecisionTableRep.kHitthe hit policy that determines the semantic of the decision tableMethods in de.mid.innovator.srv2api.icw2dm that return K_HIT_POLICYModifier and TypeMethodDescriptionDMDecisionTable.getHitPolicy()The hit policy that determines the semantic of thisDMDecisionTable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_HIT_POLICYModifier and TypeMethodDescriptionvoidDMDecisionTable.setHitPolicy(K_HIT_POLICY value) Set the value of Attribut HitPolicy.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_HIT_POLICYModifierConstructorDescriptionARG_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) -
Uses of K_HIT_POLICY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_HIT_POLICYModifier and TypeMethodDescriptionstatic K_HIT_POLICYK_HIT_POLICY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_HIT_POLICYReturns the enum constant of this class with the specified name.static K_HIT_POLICY[]K_HIT_POLICY.values()Returns an array containing the constants of this enum class, in the order they are declared.