Package | Description |
---|---|
org.kuali.rice.krms.framework.engine | |
org.kuali.rice.krms.framework.engine.expression | |
org.kuali.rice.krms.framework.type |
Copyright 2005-2015 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 |
Modifier and Type | Class and Description |
---|---|
class |
CollectionOfComparablesTermBasedProposition<T> |
class |
ComparableTermBasedProposition<T>
|
class |
CompoundProposition
An implementation of
Proposition which holds other Propositions and a LogicalOperator . |
class |
StringTermBasedProposition |
Modifier and Type | Method and Description |
---|---|
List<Proposition> |
Proposition.getChildren()
Returns the
List of child Proposition s that belong to this object. |
List<Proposition> |
CompoundProposition.getChildren()
Returns an unmodifiableList of
Proposition s. |
List<Proposition> |
ComparableTermBasedProposition.getChildren()
Returns an empty list.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundProposition.logPropositionResult(Proposition proposition,
PropositionResult propositionResult,
ExecutionEnvironment environment) |
Constructor and Description |
---|
BasicRule(Proposition proposition,
List<Action> actions)
Constructor
|
BasicRule(String name,
Proposition proposition,
List<Action> actions)
Constructor
|
FalseTriggeredRule(Proposition proposition,
List<Action> actions) |
Constructor and Description |
---|
CompoundProposition(LogicalOperator logicalOperator,
List<Proposition> propositions)
Create a CompoundProposition with the given values
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBasedProposition
|
Modifier and Type | Method and Description |
---|---|
List<Proposition> |
ExpressionBasedProposition.getChildren() |
Modifier and Type | Method and Description |
---|---|
Proposition |
PropositionTypeService.loadProposition(PropositionDefinition propositionDefinition)
Load the Proposition given the propositionDefinition
|
Modifier and Type | Method and Description |
---|---|
Proposition |
SimplePropositionTypeService.loadProposition(PropositionDefinition propositionDefinition) |
Proposition |
CompoundPropositionTypeService.loadProposition(PropositionDefinition propositionDefinition) |
Proposition |
RepositoryToEngineTranslatorImpl.translatePropositionDefinition(PropositionDefinition propositionDefinition) |
Proposition |
RepositoryToEngineTranslator.translatePropositionDefinition(PropositionDefinition propositionDefinition) |
Constructor and Description |
---|
ValidationRule(ValidationRuleType type,
String name,
Proposition proposition,
List<Action> actions) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.