Hilbert II - Version 0.03.01

Uses of Interface
org.qedeq.kernel.base.module.SectionList

Packages that use SectionList
org.qedeq.kernel.base.module The main funtionalities of qedeq modules are described here. 
org.qedeq.kernel.bo.visitor The visitor design pattern allows you to decouple the classes for the data structure and the algorithms used upon them.  
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
 

Uses of SectionList in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return SectionList
 SectionList Chapter.getSectionList()
          Get sections of this chapter.
 

Uses of SectionList in org.qedeq.kernel.bo.visitor
 

Methods in org.qedeq.kernel.bo.visitor with parameters of type SectionList
 void QedeqVisitor.visitEnter(SectionList sectionList)
          Visit certain element.
 void QedeqVisitor.visitLeave(SectionList sectionList)
          Visit certain element.
 void QedeqTransverser.accept(SectionList sectionList)
          Traverse section list.
 void QedeqNotNullTransverser.accept(SectionList sectionList)
           
 void AbstractModuleVisitor.visitEnter(SectionList sectionList)
           
 void AbstractModuleVisitor.visitLeave(SectionList sectionList)
           
 

Uses of SectionList in org.qedeq.kernel.dto.module
 

Classes in org.qedeq.kernel.dto.module that implement SectionList
 class SectionListVo
          List of sections.
 

Methods in org.qedeq.kernel.dto.module that return SectionList
 SectionList ChapterVo.getSectionList()
           
 


Hilbert II - Version 0.03.01

©left GNU General Public Licence
All Rights Reserved.