Package | Description |
---|---|
marytts.cart |
Modifier and Type | Method and Description |
---|---|
abstract DecisionNode.Type |
DecisionNode.getDecisionNodeType()
Get the decision node type
|
DecisionNode.Type |
DecisionNode.BinaryByteDecisionNode.getDecisionNodeType() |
DecisionNode.Type |
DecisionNode.BinaryShortDecisionNode.getDecisionNodeType() |
DecisionNode.Type |
DecisionNode.BinaryFloatDecisionNode.getDecisionNodeType() |
DecisionNode.Type |
DecisionNode.ByteDecisionNode.getDecisionNodeType() |
DecisionNode.Type |
DecisionNode.ShortDecisionNode.getDecisionNodeType() |
static DecisionNode.Type |
DecisionNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionNode.Type[] |
DecisionNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.