Hilbert II - Version 0.03.04

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

Packages that use Section
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 Section in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return Section
 Section SectionList.get(int index)
          Get index-th element of list.
 

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

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

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

Classes in org.qedeq.kernel.dto.module that implement Section
 class SectionVo
          Section of a qedeq file.
 

Methods in org.qedeq.kernel.dto.module that return Section
 Section SectionListVo.get(int index)
           
 

Uses of Section in org.qedeq.kernel.latex
 

Methods in org.qedeq.kernel.latex with parameters of type Section
 void Qedeq2Xml.visitEnter(Section section)
           
 void Qedeq2Xml.visitLeave(Section section)
           
 void Qedeq2Latex.visitEnter(Section section)
           
 void Qedeq2Latex.visitLeave(Section section)
           
 

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

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


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.