| Package | Description |
|---|---|
| de.learnlib.algorithms.discriminationtree.hypothesis.vpda | |
| de.learnlib.algorithms.discriminationtree.vpda |
| Modifier and Type | Method and Description |
|---|---|
protected DTNode<I> |
DTNode.createChild(Boolean outcome,
HypLoc<I> data) |
DTNode<I> |
HypLoc.getLeaf() |
DTNode<I> |
AbstractHypTrans.getNonTreeTarget() |
DTNode<I> |
AbstractHypTrans.getTargetNode() |
DTNode<I> |
DTree.sift(DTNode<I> start,
Word<I> prefix) |
DTNode<I> |
DTree.sift(DTNode<I> start,
Word<I> as,
boolean hard) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Boolean,DTNode<I>> |
DTNode.createChildMap() |
List<DTNode<I>> |
DTree.sift(List<DTNode<I>> starts,
List<Word<I>> prefixes) |
List<DTNode<I>> |
DTree.sift(List<DTNode<I>> starts,
List<Word<I>> prefixes,
boolean hard) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockList.add(DTNode<I> block) |
protected DefaultQuery<I,Boolean> |
DTree.buildQuery(DTNode<I> node,
Word<I> prefix) |
void |
HypLoc.setLeaf(DTNode<I> leaf) |
void |
AbstractHypTrans.setNonTreeTarget(DTNode<I> nonTreeTarget) |
DTNode<I> |
DTree.sift(DTNode<I> start,
Word<I> prefix) |
DTNode<I> |
DTree.sift(DTNode<I> start,
Word<I> as,
boolean hard) |
| Modifier and Type | Method and Description |
|---|---|
List<DTNode<I>> |
DTree.sift(List<DTNode<I>> starts,
List<Word<I>> prefixes) |
List<DTNode<I>> |
DTree.sift(List<DTNode<I>> starts,
List<Word<I>> prefixes,
boolean hard) |
void |
DTNode.split(ContextPair<I> discriminator,
Map<Boolean,DTNode<I>> children) |
| Constructor and Description |
|---|
DTNode(DTNode<I> parent,
boolean parentLabel) |
DTNode(DTNode<I> parent,
boolean parentLabel,
HypLoc<I> data) |
| Modifier and Type | Method and Description |
|---|---|
protected List<DTNode<I>> |
AbstractVPDALearner.updateDTTargets(List<AbstractHypTrans<I>> trans,
boolean hard) |
| Modifier and Type | Method and Description |
|---|---|
protected static <I> void |
AbstractVPDALearner.link(DTNode<I> leaf,
HypLoc<I> loc) |
Copyright © 2020. All rights reserved.