Uses of Package
org.kuali.rice.krms.api.engine
Packages that use org.kuali.rice.krms.api.engine
-
Classes in org.kuali.rice.krms.api.engine used by org.kuali.rice.krms.apiClassDescriptionAn Engine executes using the given
SelectionCriteria, @{link Facts}, andExecutionOptionsreturningEngineResults -
Classes in org.kuali.rice.krms.api.engine used by org.kuali.rice.krms.api.engineClassDescriptionResults of an
Engine's executionThe ExecutionEnvironment manages contextual information which is made available to different components of the rules engine during execution.Defines various possible flags that can be used to control how the rules engine executes and performs it's evaluation of rules.The ExecutionOptions contain a set of options that can be passed to the KRMS engine to control certain aspects related to it's execution.Parameter object for theEngineused to pass in mappings from Term to value (aka facts).Builder for aFactsparameter objectInterface for defining ResultEventsSelectionCritera are used to to select anto execute.invalid reference
AgendaIdentifies a (hopefully) resolvableTerm.An Exception forTermResolverexceptions.AnTermResolverimplementor is a utility class used for resolution (reification) of fact values for one or moreTerms.