Uses of Interface
org.kuali.rice.krms.framework.engine.Proposition
Packages that use Proposition
Package
Description
-
Uses of Proposition in org.kuali.rice.krms.framework.engine
Classes in org.kuali.rice.krms.framework.engine that implement PropositionModifier and TypeClassDescriptionclassclassfinal classAn implementation ofPropositionwhich holds other Propositions and aLogicalOperator.classMethods in org.kuali.rice.krms.framework.engine that return types with arguments of type PropositionModifier and TypeMethodDescriptionComparableTermBasedProposition.getChildren()Returns an empty list.CompoundProposition.getChildren()Returns an unmodifiableList ofPropositions.Proposition.getChildren()Returns theListof childPropositions that belong to this object.Methods in org.kuali.rice.krms.framework.engine with parameters of type PropositionModifier and TypeMethodDescriptionvoidCompoundProposition.logPropositionResult(Proposition proposition, PropositionResult propositionResult, ExecutionEnvironment environment) Constructors in org.kuali.rice.krms.framework.engine with parameters of type PropositionModifierConstructorDescriptionBasicRule(String name, Proposition proposition, List<Action> actions) ConstructorBasicRule(Proposition proposition, List<Action> actions) ConstructorFalseTriggeredRule(Proposition proposition, List<Action> actions) Constructor parameters in org.kuali.rice.krms.framework.engine with type arguments of type PropositionModifierConstructorDescriptionCompoundProposition(LogicalOperator logicalOperator, List<Proposition> propositions) Create a CompoundProposition with the given values -
Uses of Proposition in org.kuali.rice.krms.framework.engine.expression
Classes in org.kuali.rice.krms.framework.engine.expression that implement PropositionModifier and TypeClassDescriptionclassAn implementation ofPropositionwhich uses a givenExpression<Boolean>Methods in org.kuali.rice.krms.framework.engine.expression that return types with arguments of type Proposition -
Uses of Proposition in org.kuali.rice.krms.framework.type
Methods in org.kuali.rice.krms.framework.type that return PropositionModifier and TypeMethodDescriptionPropositionTypeService.loadProposition(PropositionDefinition propositionDefinition) Load the Proposition given the propositionDefinition