| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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-2013 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 Propositionwhich uses aComparisonOperatorandTerm | 
|  class | CompoundPropositionAn implementation of Propositionwhich holds other Propositions and aLogicalOperator. | 
|  class | StringTermBasedProposition | 
| Methods in org.kuali.rice.krms.framework.engine that return types with arguments of type Proposition | |
|---|---|
|  List<Proposition> | Proposition.getChildren()Returns the Listof childPropositions 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 | ExpressionBasedPropositionAn implementation of Propositionwhich uses a givenExpression | 
| 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||