marytts.tools.voiceimport
Class LabelPauseDeleter
java.lang.Object
marytts.tools.voiceimport.VoiceImportComponent
marytts.tools.voiceimport.LabelPauseDeleter
public class LabelPauseDeleter
- extends VoiceImportComponent
|
Method Summary |
boolean |
compute()
Do the computations required by this component. |
java.util.SortedMap |
getDefaultProps(DatabaseLayout db)
Get the map of properties2values
containing the default values |
java.lang.String |
getName()
Get the name of this component |
int |
getProgress()
Provide the progress of computation, in percent, or -1 if
that feature is not implemented. |
void |
initialiseComp()
Initialise a voice import component:
component specific initialisation;
to be overwritten by subclasses |
protected void |
setupHelp()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
labExt
protected java.lang.String labExt
pauseSymbol
protected java.lang.String pauseSymbol
EDIR
public final java.lang.String EDIR
- See Also:
- Constant Field Values
OUTLABDIR
public final java.lang.String OUTLABDIR
- See Also:
- Constant Field Values
PAUSETHR
public final java.lang.String PAUSETHR
- See Also:
- Constant Field Values
LabelPauseDeleter
public LabelPauseDeleter()
getName
public final java.lang.String getName()
- Description copied from class:
VoiceImportComponent
- Get the name of this component
- Specified by:
getName in class VoiceImportComponent
- Returns:
- the name
getDefaultProps
public java.util.SortedMap getDefaultProps(DatabaseLayout db)
- Description copied from class:
VoiceImportComponent
- Get the map of properties2values
containing the default values
- Specified by:
getDefaultProps in class VoiceImportComponent
- Returns:
- map of props2values
setupHelp
protected void setupHelp()
- Specified by:
setupHelp in class VoiceImportComponent
initialiseComp
public void initialiseComp()
- Description copied from class:
VoiceImportComponent
- Initialise a voice import component:
component specific initialisation;
to be overwritten by subclasses
- Overrides:
initialiseComp in class VoiceImportComponent
compute
public boolean compute()
throws java.lang.Exception
- Do the computations required by this component.
- Specified by:
compute in class VoiceImportComponent
- Returns:
- true on success, false on failure
- Throws:
java.lang.Exception
getProgress
public int getProgress()
- Provide the progress of computation, in percent, or -1 if
that feature is not implemented.
- Specified by:
getProgress in class VoiceImportComponent
- Returns:
- -1 if not implemented, or an integer between 0 and 100.