Uses of Class
eu.openaire.dblp_benchmark.beans.DBLPAuthor
Packages that use DBLPAuthor
-
Uses of DBLPAuthor in eu.openaire.dblp_benchmark.beans
Methods in eu.openaire.dblp_benchmark.beans that return types with arguments of type DBLPAuthorModifier and TypeMethodDescriptionDBLPWork.getAuthors()List<eu.openaire.common.author.AuthorMatch<DBLPAuthor, ORCIDAuthor>> DBLPEnrichedWork.getMatches()static List<DBLPAuthor> Method parameters in eu.openaire.dblp_benchmark.beans with type arguments of type DBLPAuthorModifier and TypeMethodDescriptionvoidDBLPWork.setAuthors(List<DBLPAuthor> authors) voidDBLPEnrichedWork.setMatches(List<eu.openaire.common.author.AuthorMatch<DBLPAuthor, ORCIDAuthor>> matches) Constructor parameters in eu.openaire.dblp_benchmark.beans with type arguments of type DBLPAuthorModifierConstructorDescriptionDBLPEnrichedWork(String doi, List<eu.openaire.common.author.AuthorMatch<DBLPAuthor, ORCIDAuthor>> matches)