|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecisionNode | |
---|---|
toxTree.tree | This packages contains abstract and default classes implementing the interfaces
defined in toxTree.core package. |
toxtree.ui.tree | User interface for viewing and editing a decision tree IDecisionMethod |
toxtree.ui.tree.actions | Actions (derived from AbstractAction for the decision tree user interface
toxTree.ui.tree |
Uses of DecisionNode in toxTree.tree |
---|
Subclasses of DecisionNode in toxTree.tree | |
---|---|
class |
MultiLabelDecisionNode
|
Fields in toxTree.tree declared as DecisionNode | |
---|---|
protected DecisionNode[] |
DecisionNode.nodes
|
Methods in toxTree.tree that return DecisionNode | |
---|---|
DecisionNode |
DecisionNodesList.getNode(int index)
|
DecisionNode[] |
DecisionNode.getNodes()
|
Methods in toxTree.tree with parameters of type DecisionNode | |
---|---|
void |
DecisionNodesList.addNode(DecisionNode node)
|
void |
DecisionNodesList.removeNode(DecisionNode node)
|
void |
DecisionNodesList.setNode(int index,
DecisionNode node)
|
void |
DecisionNode.setNodes(DecisionNode[] nodes)
|
protected void |
UserDefinedTree.visitCategories(DecisionNode rule,
IDecisionCategories usedCategories)
|
protected void |
UserDefinedTree.visitRules(DecisionNode rule)
|
Constructors in toxTree.tree with parameters of type DecisionNode | |
---|---|
DecisionNode(IDecisionRule rule,
DecisionNode nodeNo,
DecisionNode nodeYes)
Constructs a decision node with rule, nodeNo at branch NO and nodeYes at branch YES. |
|
DecisionNode(IDecisionRule rule,
DecisionNode nodeNo,
DecisionNode nodeYes,
IDecisionCategory categoryNo,
IDecisionCategory categoryYes)
|
Uses of DecisionNode in toxtree.ui.tree |
---|
Fields in toxtree.ui.tree declared as DecisionNode | |
---|---|
protected DecisionNode |
EditTreeActions.node
|
Methods in toxtree.ui.tree that return DecisionNode | |
---|---|
DecisionNode |
EditTreeActions.getNode()
|
static DecisionNode |
SelectListDialog.selectNewNode(java.awt.Component parent,
java.lang.ClassLoader classLoader)
Provides a list of names of the classes implementing IDecisionRule
If the user selects an object, a DecisionNode containing the rule is created and returned Uses Introspection.getAvailableRuleTypes(ClassLoader) |
Methods in toxtree.ui.tree with parameters of type DecisionNode | |
---|---|
protected javax.swing.JComponent |
TreeEditorPanel.createNodePanel(DecisionNode node)
|
protected void |
TreeEditorPanel.setNode(DecisionNode node)
|
void |
EditTreeActions.setNode(DecisionNode node)
|
Uses of DecisionNode in toxtree.ui.tree.actions |
---|
Fields in toxtree.ui.tree.actions declared as DecisionNode | |
---|---|
protected DecisionNode |
SetBranchAction.node
|
Methods in toxtree.ui.tree.actions that return DecisionNode | |
---|---|
DecisionNode |
SetBranchAction.getDecisionNode()
|
DecisionNode |
INodeAction.getDecisionNode()
|
static DecisionNode |
NewRuleAction.updateNode(IDecisionMethod tree,
DecisionNode node)
|
Methods in toxtree.ui.tree.actions with parameters of type DecisionNode | |
---|---|
void |
SetBranchAction.setDecisionNode(DecisionNode node)
|
void |
INodeAction.setDecisionNode(DecisionNode node)
|
static DecisionNode |
NewRuleAction.updateNode(IDecisionMethod tree,
DecisionNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |