Package org.kie.api.runtime.conf
Class BeliefSystemTypeOption
java.lang.Object
org.kie.api.runtime.conf.BeliefSystemTypeOption
- All Implemented Interfaces:
Serializable,Option,SingleValueOption,KieSessionOption,SingleValueKieSessionOption,SingleValueRuleRuntimeOption
A class for the belief system configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OptionKey<BeliefSystemTypeOption>static final StringThe property name for the belief system configurationFields inherited from interface org.kie.api.runtime.conf.SingleValueRuleRuntimeOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BeliefSystemTypeOptionThis is a factory method for this belief system configuration.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.conf.Option
propertyNameMethods inherited from interface org.kie.api.runtime.conf.SingleValueRuleRuntimeOption
type
-
Field Details
-
PROPERTY_NAME
The property name for the belief system configuration- See Also:
-
KEY
-
-
Method Details
-
get
This is a factory method for this belief system configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
beliefSystemType- the identifier for the belie system- Returns:
- the actual type safe default clock type configuration.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption- Returns:
- the property name for this option
-
getBeliefSystemType
- Returns:
- the configured belief system type
-
hashCode
public int hashCode() -
equals
-
toString
-