|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Specification | |
|---|---|
| org.qedeq.kernel.bo.module | Business objects for qedeq modules. |
| org.qedeq.kernel.bo.service.internal | Central module service plugin functionality. |
| org.qedeq.kernel.bo.service.logic | Contains logical services. |
| org.qedeq.kernel.se.base.module | The main functionalities of qedeq modules are described here. |
| org.qedeq.kernel.se.common | Common classes. |
| 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 Specification in org.qedeq.kernel.bo.module |
|---|
| Methods in org.qedeq.kernel.bo.module with parameters of type Specification | |
|---|---|
KernelQedeqBo |
InternalKernelServices.loadKernelModule(InternalServiceJob process,
ModuleAddress parent,
Specification spec)
Load specified QEDEQ module from QEDEQ parent module. |
| Uses of Specification in org.qedeq.kernel.bo.service.internal |
|---|
| Methods in org.qedeq.kernel.bo.service.internal with parameters of type Specification | |
|---|---|
KernelQedeqBo |
DefaultInternalKernelServices.loadKernelModule(InternalServiceJob process,
ModuleAddress parent,
Specification spec)
Load specified QEDEQ module from QEDEQ parent module. |
| Uses of Specification in org.qedeq.kernel.bo.service.logic |
|---|
| Methods in org.qedeq.kernel.bo.service.logic with parameters of type Specification | |
|---|---|
void |
WellFormedCheckerExecutor.visitEnter(Specification specification)
|
| Uses of Specification in org.qedeq.kernel.se.base.module |
|---|
| Methods in org.qedeq.kernel.se.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.se.common |
|---|
| Methods in org.qedeq.kernel.se.common with parameters of type Specification | |
|---|---|
ModuleAddress[] |
ModuleAddress.getModulePaths(Specification spec)
Get all potential module addresses from a module specification. |
ModuleAddress[] |
DefaultModuleAddress.getModulePaths(Specification spec)
|
| Uses of Specification in org.qedeq.kernel.se.dto.module |
|---|
| Classes in org.qedeq.kernel.se.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.se.dto.module that return Specification | |
|---|---|
Specification |
UsedByListVo.get(int index)
|
Specification |
ImportVo.getSpecification()
|
Specification |
HeaderVo.getSpecification()
|
| Uses of Specification in org.qedeq.kernel.se.visitor |
|---|
| Methods in org.qedeq.kernel.se.visitor with parameters of type Specification | |
|---|---|
void |
QedeqNotNullTraverser.accept(Specification specification)
|
void |
QedeqTraverser.accept(Specification specification)
Traverse specification. |
void |
QedeqVisitor.visitEnter(Specification specification)
Visit certain element. |
void |
AbstractModuleVisitor.visitEnter(Specification specification)
|
void |
QedeqVisitor.visitLeave(Specification specification)
Visit certain element. |
void |
AbstractModuleVisitor.visitLeave(Specification specification)
|
| Uses of Specification in org.qedeq.kernel.xml.dao |
|---|
| Methods in org.qedeq.kernel.xml.dao with parameters of type Specification | |
|---|---|
void |
Qedeq2Xml.visitEnter(Specification specification)
|
void |
Qedeq2Xml.visitLeave(Specification specification)
|
| Uses of Specification in org.qedeq.kernel.xml.mapper |
|---|
| Methods in org.qedeq.kernel.xml.mapper with parameters of type Specification | |
|---|---|
void |
Context2SimpleXPath.visitEnter(Specification specification)
|
void |
Context2SimpleXPath.visitLeave(Specification specification)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||