public class GUIOneStepChildTreeNode extends GUIAbstractTreeNode
OneStepSimplifier.
These nodes are leaves.| Modifier and Type | Field and Description |
|---|---|
private RuleApp |
app |
private GUIAbstractTreeNode |
parent |
| Constructor and Description |
|---|
GUIOneStepChildTreeNode(GUIProofTreeModel tree,
GUIAbstractTreeNode parent,
RuleApp app) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushCache() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
TreeNode |
getParent() |
boolean |
isLeaf() |
String |
toString() |
children, ensureBranchLabelIsSet, findBranch, findChild, getAllowsChildren, getIndex, getNode, getPath, getProofTreeModelprivate final RuleApp app
private final GUIAbstractTreeNode parent
public GUIOneStepChildTreeNode(GUIProofTreeModel tree, GUIAbstractTreeNode parent, RuleApp app)
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodegetChildAt in class GUIAbstractTreeNodepublic int getChildCount()
getChildCount in interface TreeNodegetChildCount in class GUIAbstractTreeNodepublic TreeNode getParent()
getParent in interface TreeNodegetParent in class GUIAbstractTreeNodepublic boolean isLeaf()
isLeaf in interface TreeNodeisLeaf in class GUIAbstractTreeNodepublic void flushCache()
flushCache in class GUIAbstractTreeNode