Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition
|
PropositionDefinition |
RuleManagementService.getProposition(String id)
Retrieve Proposition specified by the identifier
|
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
RuleManagementService.getPropositionsByRule(String ruleId)
Retrieve Propositions associated with the specified Rule
|
Set<PropositionDefinition> |
RuleManagementService.getPropositionsByType(String typeId)
Retrieve Propositions of the specified type
|
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementService.createProposition(PropositionDefinition propositionDefinition)
Create a Proposition
|
String |
TranslateBusinessMethods.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
String |
RuleManagementService.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
Retrieve all the NaturalLanguageUsages
|
NaturalLanguageTree |
TranslateBusinessMethods.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
NaturalLanguageTree |
RuleManagementService.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode)
Translates NaturalLanguage for a given proposition, returning a tree of
the NaturalLanguage.
|
void |
RuleManagementService.updateProposition(PropositionDefinition propositionDefinition)
Update the Proposition
|
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
PropositionDefinition.Builder.build()
Builds an instance of a Proposition based on the current state of the builder.
|
Modifier and Type | Method and Description |
---|---|
List<PropositionDefinition> |
PropositionDefinition.getCompoundComponents() |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
RuleManagementServiceImpl.getProposition(String id) |
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
RuleManagementServiceImpl.getPropositionsByType(String typeId) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
TranslationUtility.buildCompoundPropositionContextMap(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
protected Map<String,Object> |
TranslationUtility.buildSimplePropositionContextMap(PropositionDefinition proposition) |
PropositionDefinition |
RuleManagementServiceImpl.createProposition(PropositionDefinition propositionDefinition) |
protected String |
TranslationUtility.translateCompoundProposition(PropositionDefinition proposition,
String naturalLanguageUsageId,
String languageCode) |
String |
TranslationUtility.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
String |
RuleManagementServiceImpl.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
TranslationUtility.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
RuleManagementServiceImpl.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
protected String |
TranslationUtility.translateSimpleProposition(NaturalLanguageTemplate naturalLanguageTemplate,
PropositionDefinition proposition) |
void |
RuleManagementServiceImpl.updateProposition(PropositionDefinition propositionDefinition) |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceMockImpl.createProposition(PropositionDefinition propositionDefinition) |
PropositionDefinition |
RuleManagementServiceMockImpl.getProposition(String id) |
Modifier and Type | Method and Description |
---|---|
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByRule(String ruleId) |
Set<PropositionDefinition> |
RuleManagementServiceMockImpl.getPropositionsByType(String typeId) |
Modifier and Type | Method and Description |
---|---|
PropositionDefinition |
RuleManagementServiceMockImpl.createProposition(PropositionDefinition propositionDefinition) |
String |
RuleManagementServiceMockImpl.translateNaturalLanguageForProposition(String naturalLanguageUsageId,
PropositionDefinition proposition,
String languageCode) |
NaturalLanguageTree |
RuleManagementServiceMockImpl.translateNaturalLanguageTreeForProposition(String naturalLanguageUsageId,
PropositionDefinition propositionDefinintion,
String languageCode) |
void |
RuleManagementServiceMockImpl.updateProposition(PropositionDefinition propositionDefinition) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.