Package | Description |
---|---|
org.kuali.rice.krms.dto | |
org.kuali.rice.krms.tree.node | |
org.kuali.rice.krms.util |
Modifier and Type | Method and Description |
---|---|
Tree<RuleEditorTreeNode,String> |
RuleManagementWrapper.getEditTree() |
Tree<RuleEditorTreeNode,String> |
RuleEditor.getEditTree() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditor.setEditTree(Tree<RuleEditorTreeNode,String> editTree) |
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) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.