Class AlternativeTranscript
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
IPATranscript>
@Extension(IPATranscript.class)
@Deprecated
public class AlternativeTranscript
extends HashMap<String,IPATranscript>
Deprecated.
Since 4.0.0
Extension for alternative forms for an IPATranscript.
This is most often used for mutl-blind transcription methods.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get selected transcriber keyvoid
setSelected
(String selected) Deprecated.Set selected transcriber keyMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
AlternativeTranscript
public AlternativeTranscript()Deprecated.
-
-
Method Details
-
setSelected
Deprecated.Set selected transcriber key- Parameters:
selected
-
-
getSelected
Deprecated.Get selected transcriber key- Returns:
- selected transcriber or
null
-