Uses of Class
eu.openaire.dblp_benchmark.beans.ORCIDAuthor
Packages that use ORCIDAuthor
-
Uses of ORCIDAuthor in eu.openaire.dblp_benchmark.beans
Methods in eu.openaire.dblp_benchmark.beans that return types with arguments of type ORCIDAuthorModifier and TypeMethodDescriptionORCIDWork.getAuthors()List<eu.openaire.common.author.AuthorMatch<DBLPAuthor, ORCIDAuthor>> DBLPEnrichedWork.getMatches()Methods in eu.openaire.dblp_benchmark.beans with parameters of type ORCIDAuthorModifier and TypeMethodDescriptionstatic StringORCIDAuthor.getFullName(ORCIDAuthor a) static StringORCIDAuthor.getInvertedFullName(ORCIDAuthor a) Method parameters in eu.openaire.dblp_benchmark.beans with type arguments of type ORCIDAuthorModifier and TypeMethodDescriptionvoidORCIDWork.setAuthors(List<ORCIDAuthor> 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 ORCIDAuthorModifierConstructorDescriptionDBLPEnrichedWork(String doi, List<eu.openaire.common.author.AuthorMatch<DBLPAuthor, ORCIDAuthor>> matches)