Uses of Class
org.kie.api.runtime.conf.BeliefSystemTypeOption
-
Packages that use BeliefSystemTypeOption Package Description org.kie.api.builder.model org.kie.api.runtime.conf -
-
Uses of BeliefSystemTypeOption in org.kie.api.builder.model
Methods in org.kie.api.builder.model that return BeliefSystemTypeOption Modifier and Type Method Description BeliefSystemTypeOptionKieSessionModel. getBeliefSystem()Returns the BeliefSystemType of this KieSessionModelMethods in org.kie.api.builder.model with parameters of type BeliefSystemTypeOption Modifier and Type Method Description KieSessionModelKieSessionModel. setBeliefSystem(BeliefSystemTypeOption beliefSystem)Sets the BeliefSystem for this KieSessionModel. -
Uses of BeliefSystemTypeOption in org.kie.api.runtime.conf
Fields in org.kie.api.runtime.conf with type parameters of type BeliefSystemTypeOption Modifier and Type Field Description static OptionKey<BeliefSystemTypeOption>BeliefSystemTypeOption. KEYMethods in org.kie.api.runtime.conf that return BeliefSystemTypeOption Modifier and Type Method Description static BeliefSystemTypeOptionBeliefSystemTypeOption. get(java.lang.String beliefSystemType)This is a factory method for this belief system configuration.
-