Package ca.phon.ipa
Class AlternativeTranscript
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
IPATranscript>
@Extension(IPATranscript.class)
public class AlternativeTranscript
extends HashMap<String,IPATranscript>
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
-
Method Summary
Modifier and TypeMethodDescriptionGet selected transcriber keyvoid
setSelected
(String selected) 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()
-
-
Method Details
-
setSelected
Set selected transcriber key- Parameters:
selected
-
-
getSelected
Get selected transcriber key- Returns:
- selected transcriber or
null
-