| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.proposition |
Copyright 2005-2016 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.api.repository.rule |
Copyright 2005-2016 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropositionDefinition
Concrete model object implementation of KRMS Proposition.
|
static class |
PropositionDefinition.Builder
This builder is used to construct instances of KRMS Proposition.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PropositionDefinitionContract> |
PropositionDefinitionContract.getCompoundComponents()
Returns the propositions which are contained in a
compound proposition.
|
| Modifier and Type | Method and Description |
|---|---|
static PropositionDefinition.Builder |
PropositionDefinition.Builder.create(PropositionDefinitionContract contract)
Creates a builder by populating it with data from the given
PropositionDefinitionContract. |
| Modifier and Type | Method and Description |
|---|---|
PropositionDefinitionContract |
RuleDefinitionContract.getProposition()
This method returns the Proposition associated with the rule.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.