Hilbert II - Version 0.03.01

org.qedeq.kernel.base.module
Interface Chapter

All Known Implementing Classes:
ChapterVo

public interface Chapter

Chapter.

Version:
$Revision: 1.4 $

Method Summary
 LatexList getIntroduction()
          Get chapter introduction.
 Boolean getNoNumber()
          Get chapter numbering.
 SectionList getSectionList()
          Get sections of this chapter.
 LatexList getTitle()
          Get chapter title.
 

Method Detail

getNoNumber

public Boolean getNoNumber()
Get chapter numbering.

Returns:
No chapter numbering?

getTitle

public LatexList getTitle()
Get chapter title.

Returns:
Chapter title.

getIntroduction

public LatexList getIntroduction()
Get chapter introduction.

Returns:
Chapter introduction.

getSectionList

public SectionList getSectionList()
Get sections of this chapter.

Returns:
List of sections.

Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.