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

Packages that use Location
org.qedeq.kernel.se.base.module The main functionalities of qedeq modules are described here. 
org.qedeq.kernel.se.dto.module Value objects for QEDEQ modules. 
org.qedeq.kernel.se.visitor The visitor design pattern allows you to decouple the classes for the data structure and the algorithms used upon them. 
org.qedeq.kernel.xml.dao Load and persist QEDEQ XML modules. 
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

Uses of Location in org.qedeq.kernel.se.base.module
 

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

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

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

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

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

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

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

Methods in org.qedeq.kernel.xml.dao 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)
           
 



Copyright © 2014. All Rights Reserved.