Uses of Interface
edu.upf.taln.dri.lib.model.ext.Section
-
Packages that use Section Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util -
-
Uses of Section in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return Section Modifier and Type Method Description Section
DocCacheManager. getCachedSection(Integer id)
Get cached section by id; null if the section does not exist in cacheMethods in edu.upf.taln.dri.lib.model that return types with arguments of type Section Modifier and Type Method Description List<Section>
Document. extractSections(Boolean onlyRoot)
Get the sections (or a subset of the sections) of the documentList<Section>
DocumentImpl. extractSections(Boolean onlyRoot)
Methods in edu.upf.taln.dri.lib.model with parameters of type Section Modifier and Type Method Description boolean
DocCacheManager. cacheSection(Section sect)
Add a section to the cache / replace an existing one -
Uses of Section in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Section Modifier and Type Class Description class
SectionImpl
IMPORTANT: Never instantiate directly this class!
Sentence of a document together with its descriptive features.Methods in edu.upf.taln.dri.lib.model.ext that return Section Modifier and Type Method Description Section
Sentence. getContainingSection()
Containing sectionSection
SentenceImpl. getContainingSection()
Section
Section. getParentSection()
Get the parent sectionSection
SectionImpl. getParentSection()
Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type Section Modifier and Type Method Description List<Section>
Section. getSubsections()
Get subsectionsList<Section>
SectionImpl. getSubsections()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type Section Modifier and Type Method Description void
SentenceImpl. setContainingSection(Section containingSection)
-
Uses of Section in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return Section Modifier and Type Method Description static Section
ObjectGenerator. getSectionContainingSentenceId(Integer sentenceId, DocCacheManager cacheManager)
Get the Section element that contains the sentence with the given Idstatic Section
ObjectGenerator. getSectionFromId(Integer annotationId, DocCacheManager cacheManager)
Section Generator method
-