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

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

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.
 

Uses of PropositionDefinitionContract in org.kuali.rice.krms.impl.repository.language
 

Methods in org.kuali.rice.krms.impl.repository.language with parameters of type PropositionDefinitionContract
 String NaturalLanguageTranslator.translateProposition(PropositionDefinitionContract proposition, String nlUsageTypeKey)
          Translates a requirement component for a specific natural language usuage type (context) into natural language.
 String NaturalLanguageTranslator.translateProposition(PropositionDefinitionContract proposition, String nlUsageTypeKey, String language)
          Translates a requirement component for a specific natural language usuage type (context) and language locale (e.g.
 



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