Uses of Interface
edu.upf.taln.dri.lib.model.ext.CitationMarker
-
Packages that use CitationMarker Package Description edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util.serializer.model -
-
Uses of CitationMarker in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement CitationMarker Modifier and Type Class Description class
CitationMarkerImpl
IMPORTANT: Never instantiate directly this class!
CitationMarkerImpl represents an inline reference to a citation in a paperMethods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type CitationMarker Modifier and Type Method Description List<CitationMarker>
Citation. getCitaitonMarkers()
The list ofCitationMarkers
, that are the inline references to this citation An empty list is returned if noCitationMarkers
have been associated to the considered citationList<CitationMarker>
CitationImpl. getCitaitonMarkers()
List<CitationMarker>
Sentence. getCitationMarkers()
List of citation markers included in the sentenceList<CitationMarker>
SentenceImpl. getCitationMarkers()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type CitationMarker Modifier and Type Method Description void
SentenceImpl. addCitationMarker(CitationMarker citationMarker)
void
CitationImpl. setNewCitationMarker(CitationMarker citMarker)
Constructor parameters in edu.upf.taln.dri.lib.model.ext with type arguments of type CitationMarker Constructor Description CitationImpl(DocCacheManager cacheManager, Integer id, String text, List<CitationMarker> citationMarkers)
-
Uses of CitationMarker 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 CitationMarker Modifier and Type Method Description List<CitationMarker>
SentenceJSON. getCitationMarkers()
Method parameters in edu.upf.taln.dri.lib.model.util.serializer.model with type arguments of type CitationMarker Modifier and Type Method Description void
SentenceJSON. setCitationMarkers(List<CitationMarker> citationMarkers)
-