Modifier and Type | Interface and Description |
---|---|
interface |
ComponentBuilder<T extends PropositionEditor>
Created with IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
SimpleTextComponentBuilder.buildTermParameters(PropositionEditor propositionEditor) |
void |
SimpleTextComponentBuilder.resolveTermParameters(PropositionEditor propositionEditor,
Map<String,String> termParameters) |
Modifier and Type | Method and Description |
---|---|
protected PropositionEditor |
RuleEditor.createPropositionEditor(PropositionDefinitionContract definition) |
protected PropositionEditor |
PropositionEditor.createPropositionEditor(PropositionDefinitionContract definition) |
Modifier and Type | Method and Description |
---|---|
List<PropositionEditor> |
PropositionEditor.getCompoundEditors() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditor.setProposition(PropositionEditor proposition) |
Modifier and Type | Method and Description |
---|---|
void |
PropositionEditor.setCompoundEditors(List<PropositionEditor> compoundEditors) |
Modifier and Type | Method and Description |
---|---|
PropositionEditor |
RuleViewHelperService.copyProposition(PropositionEditor proposition) |
PropositionEditor |
RuleViewHelperService.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild) |
PropositionEditor |
RuleViewHelperService.createSimplePropositionBoStub(PropositionEditor sibling) |
Modifier and Type | Method and Description |
---|---|
PropositionEditor |
RuleViewHelperService.copyProposition(PropositionEditor proposition) |
PropositionEditor |
RuleViewHelperService.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild) |
PropositionEditor |
RuleViewHelperService.createSimplePropositionBoStub(PropositionEditor sibling) |
String |
RuleViewHelperService.resetDescription(PropositionEditor prop) |
boolean |
RuleViewHelperService.validateProposition(PropositionEditor proposition,
String namespace) |
Modifier and Type | Method and Description |
---|---|
PropositionEditor |
RuleViewHelperServiceImpl.copyProposition(PropositionEditor oldProposition) |
PropositionEditor |
RuleViewHelperServiceImpl.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild) |
PropositionEditor |
RuleViewHelperServiceImpl.createSimplePropositionBoStub(PropositionEditor sibling) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PropositionEditor> |
RuleViewHelperServiceImpl.getPropositionEditorClass() |
Modifier and Type | Method and Description |
---|---|
PropositionEditor |
RuleViewHelperServiceImpl.copyProposition(PropositionEditor oldProposition) |
PropositionEditor |
RuleViewHelperServiceImpl.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild) |
PropositionEditor |
RuleViewHelperServiceImpl.createSimplePropositionBoStub(PropositionEditor sibling) |
protected void |
RuleEditorMaintainableImpl.finPropositionEditor(PropositionEditor propositionEditor) |
protected Map<String,String> |
RuleEditorMaintainableImpl.getTermParameters(PropositionEditor proposition) |
protected void |
RuleEditorMaintainableImpl.initPropositionEditor(PropositionEditor propositionEditor) |
String |
RuleViewHelperServiceImpl.resetDescription(PropositionEditor prop) |
protected String |
RuleEditorMaintainableImpl.saveTerm(PropositionEditor propositionEditor) |
boolean |
RuleViewHelperServiceImpl.validateProposition(PropositionEditor proposition,
String namespace)
Validate the given proposition and its children.
|
Modifier and Type | Method and Description |
---|---|
protected String |
RuleEditTreeBuilder.getDescription(PropositionEditor proposition) |
List<String> |
RuleViewTreeBuilder.getListItems(PropositionEditor propositionEditor) |
List<String> |
RulePreviewTreeBuilder.getListItems(PropositionEditor propositionEditor) |
protected String |
AbstractTreeBuilder.getPropositionPrefix(RuleEditor rule,
PropositionEditor prop) |
Modifier and Type | Field and Description |
---|---|
protected PropositionEditor |
RuleEditorTreeNode.proposition |
Modifier and Type | Method and Description |
---|---|
PropositionEditor |
RuleEditorTreeNode.getProposition() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditorTreeNode.setProposition(PropositionEditor proposition) |
Constructor and Description |
---|
RuleEditorTreeNode(PropositionEditor proposition) |
Modifier and Type | Method and Description |
---|---|
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createSimplePropositionBoStub(PropositionEditor sibling,
Class<? extends PropositionEditor> propClass)
This method creates a partially populated Simple PropositionBo with
three parameters: a term type paramter (value not assigned)
a operation parameter
a constant parameter (value set to empty string)
The returned PropositionBo has an generatedId.
|
static PropositionEditor |
PropositionTreeUtil.findProposition(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
static PropositionEditor |
PropositionTreeUtil.getProposition(RuleEditor ruleEditor) |
PropositionEditor |
RuleLogicExpressionParser.parseExpressionIntoRule(RuleEditor ruleEditor) |
Modifier and Type | Method and Description |
---|---|
static void |
PropositionTreeUtil.cancelNewProp(PropositionEditor proposition) |
static String |
PropositionTreeUtil.configureLogicExpression(PropositionEditor proposition) |
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createSimplePropositionBoStub(PropositionEditor sibling,
Class<? extends PropositionEditor> propClass)
This method creates a partially populated Simple PropositionBo with
three parameters: a term type paramter (value not assigned)
a operation parameter
a constant parameter (value set to empty string)
The returned PropositionBo has an generatedId.
|
static void |
PropositionTreeUtil.resetNewProp(PropositionEditor proposition) |
void |
NaturalLanguageHelper.setNaturalLanguageForUsage(PropositionEditor proposition,
String usageName)
This method should set the natural language only for the given proposition.
|
void |
NaturalLanguageHelper.setNaturalLanguageTreeForUsage(PropositionEditor proposition,
String usageName)
This method sets the natural language descriptions for the given proposition and all its child propositions as
well.
|
static void |
PropositionTreeUtil.setTypeForCompoundOpCode(PropositionEditor proposition,
String compoundOpCode) |
Modifier and Type | Method and Description |
---|---|
void |
RuleLogicExpressionParser.checkMissingRCs(List<PropositionEditor> missingProps,
List<PropositionEditor> props) |
void |
RuleLogicExpressionParser.checkMissingRCs(List<PropositionEditor> missingProps,
List<PropositionEditor> props) |
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
boolean addNewChild,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createCompoundPropositionBoStub(PropositionEditor existing,
Class<? extends PropositionEditor> propClass) |
static PropositionEditor |
PropositionTreeUtil.createSimplePropositionBoStub(PropositionEditor sibling,
Class<? extends PropositionEditor> propClass)
This method creates a partially populated Simple PropositionBo with
three parameters: a term type paramter (value not assigned)
a operation parameter
a constant parameter (value set to empty string)
The returned PropositionBo has an generatedId.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrolPropositionEditor
Created with IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
protected PropositionEditor |
EnrolRuleEditor.createPropositionEditor(PropositionDefinitionContract definition) |
protected PropositionEditor |
EnrolPropositionEditor.createPropositionEditor(PropositionDefinitionContract definition) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PropositionEditor> |
EnrolRuleViewHelperServiceImpl.getPropositionEditorClass() |
Class<? extends PropositionEditor> |
CORuleViewHelperServiceImpl.getPropositionEditorClass() |
Class<? extends PropositionEditor> |
AORuleViewHelperServiceImpl.getPropositionEditorClass() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
CORuleViewHelperServiceImpl.getTermParameters(PropositionEditor proposition) |
protected Map<String,String> |
AORuleViewHelperServiceImpl.getTermParameters(PropositionEditor proposition) |
protected void |
CORuleViewHelperServiceImpl.initPropositionEditor(PropositionEditor propositionEditor) |
protected void |
AORuleViewHelperServiceImpl.initPropositionEditor(PropositionEditor propositionEditor) |
Modifier and Type | Method and Description |
---|---|
List<String> |
EnrolRuleViewTreeBuilder.getListItems(PropositionEditor propositionEditor) |
List<String> |
EnrolRulePreviewTreeBuilder.getListItems(PropositionEditor propositionEditor) |
Constructor and Description |
---|
KSCompoundOpCodeNode(PropositionEditor proposition) |
KSCompoundPropositionEditNode(PropositionEditor proposition) |
KSSimplePropositionEditNode(PropositionEditor proposition) |
KSSimplePropositionNode(PropositionEditor proposition) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.