Package | Description |
---|---|
marytts.cart |
Modifier and Type | Class and Description |
---|---|
static class |
DecisionNode.BinaryByteDecisionNode
A binary decision Node that compares two byte values.
|
static class |
DecisionNode.BinaryFloatDecisionNode
A binary decision Node that compares two float values.
|
static class |
DecisionNode.BinaryShortDecisionNode
A binary decision Node that compares two short values.
|
static class |
DecisionNode.ByteDecisionNode
An decision Node with an arbitrary number of daughters.
|
static class |
DecisionNode.ShortDecisionNode
An decision Node with an arbitrary number of daughters.
|
Modifier and Type | Method and Description |
---|---|
DecisionNode |
DirectedGraphNode.getDecisionNode() |
Modifier and Type | Method and Description |
---|---|
Iterator<DecisionNode> |
DirectedGraph.getDecisionNodeIterator()
Return an iterator which returns all decision nodes in the tree exactly once.
|
Iterable<DecisionNode> |
DirectedGraph.getDecisionNodes()
A representation of the corresponding node iterator that can be used in extended for() statements.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectedGraphNode.setDecisionNode(DecisionNode newNode) |
Constructor and Description |
---|
DirectedGraphNode(DecisionNode decisionNode,
Node leafNode) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.