Hilbert II - Version 0.01.09

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

Packages that use LocationList
org.qedeq.kernel.base.module The main funtionalities of qedeq modules are described here. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
 

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.
 

Methods in org.qedeq.kernel.base.module with parameters of type LocationList
 void Specification.setLocationList(LocationList locations)
          Set list of locations for the module.
 

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

Classes in org.qedeq.kernel.bo.module that implement LocationList
 class LocationListBo
          List of locations.
 

Methods in org.qedeq.kernel.bo.module that return LocationList
 LocationList SpecificationBo.getLocationList()
           
 

Methods in org.qedeq.kernel.bo.module with parameters of type LocationList
 void SpecificationBo.setLocationList(LocationList locations)
           
 

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

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()
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type LocationList
 void SpecificationVo.setLocationList(LocationList locations)
           
 

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


Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.