Uses of Interface
org.kuali.rice.krms.framework.engine.Proposition

Packages that use Proposition
org.kuali.rice.krms.framework.engine   
org.kuali.rice.krms.framework.engine.expression   
org.kuali.rice.krms.framework.type Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krms.impl.provider.repository   
org.kuali.rice.krms.impl.validation   
 

Uses of Proposition in org.kuali.rice.krms.framework.engine
 

Classes in org.kuali.rice.krms.framework.engine that implement Proposition
 class CollectionOfComparablesTermBasedProposition<T>
           
 class ComparableTermBasedProposition<T>
          An implementation of Proposition which uses a ComparisonOperator and Term
 class CompoundProposition
          An implementation of Proposition which holds other Propositions and a LogicalOperator.
 class StringTermBasedProposition
           
 

Methods in org.kuali.rice.krms.framework.engine that return types with arguments of type Proposition
 List<Proposition> Proposition.getChildren()
          Returns the List of child Propositions that belong to this object.
 List<Proposition> CompoundProposition.getChildren()
          Returns an unmodifiableList of Propositions.
 List<Proposition> ComparableTermBasedProposition.getChildren()
          Returns an empty list.
 

Methods in org.kuali.rice.krms.framework.engine with parameters of type Proposition
 void CompoundProposition.logPropositionResult(Proposition proposition, PropositionResult propositionResult, ExecutionEnvironment environment)
           
 

Constructors in org.kuali.rice.krms.framework.engine with parameters of type Proposition
BasicRule(Proposition proposition, List<Action> actions)
          Constructor
BasicRule(String name, Proposition proposition, List<Action> actions)
          Constructor
FalseTriggeredRule(Proposition proposition, List<Action> actions)
           
 

Constructor parameters in org.kuali.rice.krms.framework.engine with type arguments of type Proposition
CompoundProposition(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 Proposition
 class ExpressionBasedProposition
          An implementation of Proposition which uses a given Expression
 

Methods in org.kuali.rice.krms.framework.engine.expression that return types with arguments of type Proposition
 List<Proposition> ExpressionBasedProposition.getChildren()
           
 

Uses of Proposition in org.kuali.rice.krms.framework.type
 

Methods in org.kuali.rice.krms.framework.type that return Proposition
 Proposition PropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
          Load the Proposition given the propositionDefinition
 

Uses of Proposition in org.kuali.rice.krms.impl.provider.repository
 

Methods in org.kuali.rice.krms.impl.provider.repository that return Proposition
 Proposition SimplePropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
           
 Proposition CompoundPropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
           
 Proposition RepositoryToEngineTranslatorImpl.translatePropositionDefinition(PropositionDefinition propositionDefinition)
           
 Proposition RepositoryToEngineTranslator.translatePropositionDefinition(PropositionDefinition propositionDefinition)
           
 

Uses of Proposition in org.kuali.rice.krms.impl.validation
 

Constructors in org.kuali.rice.krms.impl.validation with parameters of type Proposition
ValidationRule(ValidationRuleType type, String name, Proposition proposition, List<Action> actions)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.