Uses of Interface
edu.upf.taln.dri.lib.model.ext.Institution
-
Packages that use Institution Package Description edu.upf.taln.dri.lib.model.ext -
-
Uses of Institution in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Institution Modifier and Type Class Description class
InstitutionImpl
IMPORTANT: Never instantiate directly this class!
Institution representing an institution, usually mentioned in the header of the document as the affiliation of the authorsFields in edu.upf.taln.dri.lib.model.ext with type parameters of type Institution Modifier and Type Field Description List<Institution>
HeaderImpl. institutions
Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type Institution Modifier and Type Method Description List<Institution>
Author. getAffiliations()
The affiliations of the authorList<Institution>
AuthorImpl. getAffiliations()
List<Institution>
Header. getInstitutions()
Get all the institutions mentioned in the headerList<Institution>
HeaderImpl. getInstitutions()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type Institution Modifier and Type Method Description void
AuthorImpl. addAffiliation(Institution institution)
void
HeaderImpl. addInstitution(Institution inst)
Method parameters in edu.upf.taln.dri.lib.model.ext with type arguments of type Institution Modifier and Type Method Description void
HeaderImpl. setInstitutions(List<Institution> institutions)
Constructor parameters in edu.upf.taln.dri.lib.model.ext with type arguments of type Institution Constructor Description AuthorImpl(DocCacheManager cacheManager, String fullName, String firstName, String surname, String email, List<Institution> affiliations)
-