Hilbert II - Version 0.03.04

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

Packages that use SectionList
org.qedeq.kernel.base.module The main functionalities 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.  
org.qedeq.kernel.latex LaTeX export abilities of the kernel.  
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

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()
           
 

Uses of SectionList in org.qedeq.kernel.latex
 

Methods in org.qedeq.kernel.latex with parameters of type SectionList
 void Qedeq2Latex.visitLeave(SectionList list)
           
 

Uses of SectionList in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper with parameters of type SectionList
 void Context2SimpleXPath.visitEnter(SectionList sectionList)
           
 void Context2SimpleXPath.visitLeave(SectionList sectionList)
           
 


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.