Modifier and Type | Method and Description |
---|---|
Tree<RuleEditorTreeNode,String> |
RuleEditor.getEditTree() |
Tree<RuleEditorTreeNode,String> |
RuleManager.getEditTree() |
Tree<RuleEditorTreeNode,String> |
RuleManagementWrapper.getEditTree() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditor.setEditTree(Tree<RuleEditorTreeNode,String> editTree) |
Modifier and Type | Method and Description |
---|---|
protected void |
RuleEditTreeBuilder.handleCompoundNode(RuleEditor rule,
Node sprout,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
protected void |
RuleEditTreeBuilder.handleSimpleNode(RuleEditor rule,
Node sprout,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
protected void |
RuleEditTreeBuilder.setupCompoundNode(RuleEditor rule,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
protected void |
RuleEditTreeBuilder.setupEditNode(RuleEditor rule,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
protected void |
RuleEditTreeBuilder.setupSimpleNode(RuleEditor rule,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundOpCodeNode
abstract data class for the rule tree
Node s |
class |
SimplePropositionEditNode
abstract data class for the rule tree
Node s |
class |
SimplePropositionNode
abstract data class for the rule tree
s |
Modifier and Type | Method and Description |
---|---|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findEditedProposition(Node<RuleEditorTreeNode,String> node)
Find and return the node containing the proposition that is in currently in edit mode
|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findParentPropositionNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
Modifier and Type | Method and Description |
---|---|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findEditedProposition(Node<RuleEditorTreeNode,String> node)
Find and return the node containing the proposition that is in currently in edit mode
|
static Node<RuleEditorTreeNode,String> |
PropositionTreeUtil.findParentPropositionNode(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
static PropositionEditor |
PropositionTreeUtil.findProposition(Node<RuleEditorTreeNode,String> currentNode,
String selectedPropKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
LURuleEditTreeBuilder.setupEditNode(RuleEditor rule,
PropositionEditor prop,
Node<RuleEditorTreeNode,String> leaf) |
Modifier and Type | Class and Description |
---|---|
class |
LUPropositionEditNode
abstract data class for the rule tree
Node s |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.