Hilbert II - Version 0.03.04

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

Packages that use SubsectionType
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.  
 

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

Subinterfaces of SubsectionType in org.qedeq.kernel.base.module
 interface Node
          A node carries mathematical knowledge.
 interface Subsection
          Special subsection of a qedeq file.
 

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

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

Methods in org.qedeq.kernel.bo.visitor with parameters of type SubsectionType
 void QedeqVisitor.visitEnter(SubsectionType subsectionType)
          Visit certain element.
 void QedeqVisitor.visitLeave(SubsectionType subsectionType)
          Visit certain element.
 void AbstractModuleVisitor.visitEnter(SubsectionType subsectionType)
           
 void AbstractModuleVisitor.visitLeave(SubsectionType subsectionType)
           
 

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

Classes in org.qedeq.kernel.dto.module that implement SubsectionType
 class NodeVo
          Special subsection of a qedeq file.
 class SubsectionVo
          Subsection of a qedeq file.
 

Methods in org.qedeq.kernel.dto.module that return SubsectionType
 SubsectionType SubsectionListVo.get(int index)
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type SubsectionType
 void SubsectionListVo.add(SubsectionType subsection)
          Add subsection to this list.
 


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.