Hilbert II - Version 0.03.04

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

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

Methods in org.qedeq.kernel.base.module that return LocationList
 LocationList Specification.getLocationList()
          Get list of locations for the module.
 

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

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

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

Classes in org.qedeq.kernel.dto.module that implement LocationList
 class LocationListVo
          List of locations.
 

Methods in org.qedeq.kernel.dto.module that return LocationList
 LocationList SpecificationVo.getLocationList()
           
 

Constructors in org.qedeq.kernel.dto.module with parameters of type LocationList
SpecificationVo(String name, String ruleVersion, LocationList locations)
          Constructs a module specification.
 

Uses of LocationList in org.qedeq.kernel.latex
 

Methods in org.qedeq.kernel.latex with parameters of type LocationList
 void Qedeq2Xml.visitEnter(LocationList locationList)
           
 void Qedeq2Xml.visitLeave(LocationList locationList)
           
 

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

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


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.