Hilbert II - Version 0.01.09

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

Packages that use Specification
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.  
org.qedeq.kernel.xml.handler.module Handler to parse qedeq XML modules.  
 

Uses of Specification in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return Specification
 Specification UsedByList.get(int index)
          Get index-th element of list.
 Specification Import.getSpecification()
          Get import specification.
 Specification Header.getSpecification()
          Get module specification.
 

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

Classes in org.qedeq.kernel.bo.module that implement Specification
 class SpecificationBo
          Describes a specification of a module, that means its name, versions and possible "physical" locations.
 

Methods in org.qedeq.kernel.bo.module that return Specification
 Specification UsedByListBo.get(int index)
           
 Specification ImportBo.getSpecification()
           
 Specification HeaderBo.getSpecification()
           
 

Methods in org.qedeq.kernel.bo.module with parameters of type Specification
 void UsedByListBo.add(Specification specification)
          Add specification to this list.
 void ImportBo.setSpecification(Specification specification)
          Set import module specification.
 void HeaderBo.setSpecification(Specification specification)
          Set module specification.
 

Constructors in org.qedeq.kernel.bo.module with parameters of type Specification
ImportBo(String label, Specification specification)
          Constructs a new import.
 

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

Classes in org.qedeq.kernel.dto.module that implement Specification
 class SpecificationVo
          Describes a specification of a module, that means its name, versions and possible "physical" locations.
 

Methods in org.qedeq.kernel.dto.module that return Specification
 Specification UsedByListVo.get(int index)
           
 Specification ImportVo.getSpecification()
           
 Specification HeaderVo.getSpecification()
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type Specification
 void UsedByListVo.add(Specification specification)
          Add specification of module.
 void ImportVo.setSpecification(Specification specification)
          Set specification of this imported module.
 void HeaderVo.setSpecification(Specification specification)
          Set module specification.
 

Constructors in org.qedeq.kernel.dto.module with parameters of type Specification
ImportVo(String label, Specification specification)
          Constructs a new import.
 

Uses of Specification in org.qedeq.kernel.xml.handler.module
 

Methods in org.qedeq.kernel.xml.handler.module that return Specification
 Specification SpecificationHandler.getSpecification()
          Get specification.
 


Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.