Hilbert II - Version 0.03.04

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

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

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

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

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

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

Classes in org.qedeq.kernel.dto.module that implement Location
 class LocationVo
          Describes the "physical" directory location for a module.
 

Methods in org.qedeq.kernel.dto.module that return Location
 Location LocationListVo.get(int index)
           
 

Uses of Location in org.qedeq.kernel.latex
 

Methods in org.qedeq.kernel.latex with parameters of type Location
 void Qedeq2Xml.visitEnter(Location location)
           
 

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

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


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.