Uses of Class
de.julielab.jcore.ae.acronymtagger.entries.FullformEntry
-
Packages that use FullformEntry Package Description de.julielab.jcore.ae.acronymtagger.entries -
-
Uses of FullformEntry in de.julielab.jcore.ae.acronymtagger.entries
Methods in de.julielab.jcore.ae.acronymtagger.entries that return types with arguments of type FullformEntry Modifier and Type Method Description Set<Map.Entry<String,FullformEntry>>AcronymEntry. getAllFullforms()Methods in de.julielab.jcore.ae.acronymtagger.entries with parameters of type FullformEntry Modifier and Type Method Description voidAcronymEntry. addFullform(String fullName, FullformEntry f)Constructors in de.julielab.jcore.ae.acronymtagger.entries with parameters of type FullformEntry Constructor Description AcronymEntry(String fullName, FullformEntry ffE)adds a fullform with all information in the FullformEntry to the internal fullformList
-