Package | Description |
---|---|
act.cli.tree | |
act.metric |
Modifier and Type | Class and Description |
---|---|
class |
FilteredTreeNode |
class |
SimpleTreeNode
A simple mutable tree node implementation
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TreeNode> |
FilteredTreeNode.children() |
java.util.List<TreeNode> |
TreeNode.children()
Returns a list of child tree node
|
java.util.List<TreeNode> |
SimpleTreeNode.children() |
Modifier and Type | Method and Description |
---|---|
SimpleTreeNode |
SimpleTreeNode.addChild(TreeNode child) |
java.lang.Boolean |
TreeNodeFilter.apply(java.util.List<? extends TreeNode> path,
TreeNode theNode)
Apply the filter on a
TreeNode and check the result. |
SimpleTreeNode |
SimpleTreeNode.removeChild(TreeNode child) |
protected abstract boolean |
TreeNodeFilter.test(java.util.List<? extends TreeNode> path,
TreeNode theNode)
Sub class should implement the filter logic in this method
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
TreeNodeFilter.apply(java.util.List<? extends TreeNode> path,
TreeNode theNode)
Apply the filter on a
TreeNode and check the result. |
SimpleTreeNode |
SimpleTreeNode.children(java.util.List<TreeNode> children) |
protected abstract boolean |
TreeNodeFilter.test(java.util.List<? extends TreeNode> path,
TreeNode theNode)
Sub class should implement the filter logic in this method
|
Constructor and Description |
---|
FilteredTreeNode(java.util.List<TreeNode> path,
TreeNode theNode,
TreeNodeFilter filter) |
FilteredTreeNode(TreeNode root,
TreeNodeFilter filter) |
Constructor and Description |
---|
FilteredTreeNode(java.util.List<TreeNode> path,
TreeNode theNode,
TreeNodeFilter filter) |
SimpleTreeNode(java.lang.String id,
java.lang.String label,
java.util.List<TreeNode> children) |
Modifier and Type | Method and Description |
---|---|
TreeNode |
MetricInfoTree.root(MetricInfoTree.NodeDecorator decorator) |
Copyright © 2014–2017 ActFramework. All rights reserved.