enum SourceKind {
Undefined,
Formula,
Law,
Rule,
Check,
Reaction,
SetOfEquations,
Pattern,
OptimizationConstraint,
ConstraintSatisfaction,
ExpertRule,
ExpertCheck,
UIEvent,
Behavior,
Method,
BusinessRules,
Expression,
Generative
}
Enumerated value that defines which kind of Knowledge object .
- Parameters:
-
- Undefined
- The source is undefined.
- Formula
- The source is a formula.
- Law
- The source is a Law.
- Rule
- The source is a Knowledge Advisor rule.
- Check
- The source is a Knowledge Advisor check.
- Reaction
- The source is a Knowledge Advisor reaction or an action.
- SetOfEquations
- The source is a Knowledge Advisor set of equation.
- Pattern
- The source is a Product Knowledge Template pattern.
- OptimizationConstraint
- The source is a Product Engineering optimizer optimization constraint.
- ConstraintSatisfaction
- The source is a Product Engineering optimizer constraint satisfaction.
- ExpertRule
- The source is a Knowledge Expert rule.
- ExpertCheck
- The source is a Knowledge Expert check.
- UIEvent
- The source is a UI Event (Knowledge Based Dialogs).
- Behavior
- The source is a Behavior(Engineering process automation).
- Method
- The source is a Method(Engineering process automation).
- BusinessRules
- The source is a business rules.
- Expression
- The source is a simple expression.