Hilbert II - Version 0.03.04

Uses of Class
org.qedeq.kernel.dto.module.SpecificationVo

Packages that use SpecificationVo
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
org.qedeq.kernel.xml.handler.module Handler to parse qedeq XML modules.  
 

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

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

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

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

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


Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.