|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpecificationVo | |
|---|---|
| org.qedeq.kernel.se.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.se.dto.module |
|---|
| Methods in org.qedeq.kernel.se.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.se.dto.module with parameters of type SpecificationVo | |
|---|---|
ImportVo(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||