public class ExpandNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpandNode.ExpandNodeException |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SEARCH_STEPS |
| Constructor and Description |
|---|
ExpandNode(ExpandNode parent,
ExpandNode selectedParent,
ExpandNode excludedParent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkForConflict(Option n) |
static void |
computeSelectedOption(Document doc) |
boolean |
containedInSelectedBranch(long v,
Option n) |
boolean |
coveredConflicting(Option n) |
public ExpandNode(ExpandNode parent, ExpandNode selectedParent, ExpandNode excludedParent)
Copyright © 2016. All rights reserved.