Uses of Interface
edu.upf.taln.dri.lib.model.ext.Author
-
Packages that use Author Package Description edu.upf.taln.dri.lib.model.ext -
-
Uses of Author in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Author Modifier and Type Class Description class
AuthorImpl
IMPORTANT: Never instantiate directly this class!
Sentence of a document together with its descriptive features.Fields in edu.upf.taln.dri.lib.model.ext with type parameters of type Author Modifier and Type Field Description List<Author>
HeaderImpl. authorList
Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type Author Modifier and Type Method Description List<Author>
Citation. getAuthorList()
The authors of the paperList<Author>
CitationImpl. getAuthorList()
List<Author>
Header. getAuthorList()
The authors of the paperList<Author>
HeaderImpl. getAuthorList()
List<Author>
Citation. getEditorList()
The list of editors of the paperList<Author>
CitationImpl. getEditorList()
List<Author>
Header. getEditorList()
The list of editors of the paperList<Author>
HeaderImpl. getEditorList()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type Author Modifier and Type Method Description void
HeaderImpl. addAuthor(Author auth)
void
CitationImpl. setAuthor(Author author)
void
CitationImpl. setEditor(Author editor)
Method parameters in edu.upf.taln.dri.lib.model.ext with type arguments of type Author Modifier and Type Method Description void
HeaderImpl. setAuthorList(List<Author> authorList)
void
HeaderImpl. setEditorList(List<Author> editorList)
-