Uses of Interface
org.kuali.rice.krms.api.repository.proposition.PropositionDefinitionContract

Packages that use PropositionDefinitionContract
org.kuali.rice.krms.api.repository.proposition 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.api.repository.rule 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. 
 

Uses of PropositionDefinitionContract in org.kuali.rice.krms.api.repository.proposition
 

Classes in org.kuali.rice.krms.api.repository.proposition that implement PropositionDefinitionContract
 class PropositionDefinition
          Concrete model object implementation of KRMS Proposition.
static class PropositionDefinition.Builder
          This builder is used to construct instances of KRMS Proposition.
 

Methods in org.kuali.rice.krms.api.repository.proposition that return types with arguments of type PropositionDefinitionContract
 List<? extends PropositionDefinitionContract> PropositionDefinitionContract.getCompoundComponents()
          Returns the propositions which are contained in a compound proposition.
 

Methods in org.kuali.rice.krms.api.repository.proposition with parameters of type PropositionDefinitionContract
static PropositionDefinition.Builder PropositionDefinition.Builder.create(PropositionDefinitionContract contract)
          Creates a builder by populating it with data from the given PropositionDefinitionContract.
 

Uses of PropositionDefinitionContract in org.kuali.rice.krms.api.repository.rule
 

Methods in org.kuali.rice.krms.api.repository.rule that return PropositionDefinitionContract
 PropositionDefinitionContract RuleDefinitionContract.getProposition()
          This method returns the Proposition associated with the rule.
 



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