Interface Section

  • All Known Implementing Classes:
    SectionImpl

    public interface Section
    Section of a paper
    • Method Detail

      • getId

        Integer getId()
        Document-wide unambiguous section Id
        Returns:
      • getName

        String getName()
        Text of the section header
        Returns:
      • getLevel

        Integer getLevel()
        Text of the section level
        Returns:
      • getParentSection

        Section getParentSection()
        Get the parent section
        Returns:
      • getSubsections

        List<Section> getSubsections()
        Get subsections
        Returns:
      • getSentences

        List<Sentence> getSentences()
        Get the ordered list of sentences inside the section
        Returns:
      • getLanguage

        LangENUM getLanguage()
        Get the language of the section title
        Returns:
      • asString

        String asString​(boolean compactOutput)
        String representation of the object
        Returns: