Uses of Interface
edu.upf.taln.dri.lib.model.ext.Citation
-
Packages that use Citation Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util edu.upf.taln.dri.lib.model.util.serializer.model -
-
Uses of Citation in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return Citation Modifier and Type Method Description Citation
DocCacheManager. getCachedCitation(Integer id)
Get cached citation by id; null if the citation does not exist in cacheMethods in edu.upf.taln.dri.lib.model that return types with arguments of type Citation Modifier and Type Method Description List<Citation>
Document. extractCitations()
Get the list of citations extracted from the document.List<Citation>
DocumentImpl. extractCitations()
Methods in edu.upf.taln.dri.lib.model with parameters of type Citation Modifier and Type Method Description boolean
DocCacheManager. cacheCitation(Citation cit)
Add a candidate term to the cache / replace an existing one -
Uses of Citation in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Citation Modifier and Type Class Description class
CitationImpl
IMPORTANT: Never instantiate directly this class!
CitationImpl represents a citation of the document -
Uses of Citation in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return Citation Modifier and Type Method Description static Citation
ObjectGenerator. getCitationFromBibEntry(gate.Annotation bibEntryAnn, DocCacheManager cacheManager)
Citations of document Generator method -
Uses of Citation in edu.upf.taln.dri.lib.model.util.serializer.model
Methods in edu.upf.taln.dri.lib.model.util.serializer.model that return types with arguments of type Citation Modifier and Type Method Description List<Citation>
DocumentJSON. getCitations()
Method parameters in edu.upf.taln.dri.lib.model.util.serializer.model with type arguments of type Citation Modifier and Type Method Description void
DocumentJSON. setCitations(List<Citation> citations)
-