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

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

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

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

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

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

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

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

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

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

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



Copyright © 2014. All Rights Reserved.