|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Schema | |
| de.unidu.is.retrieval | Provides a unique interface for interacting an with XML retrieval engines. |
| de.unidu.is.retrieval.hyrex | Provides classes for interacting with the HyREX XML retrieval engine. |
| de.unidu.is.retrieval.pire | Provides the PIRE retrieval engine. |
| Uses of Schema in de.unidu.is.retrieval |
| Subclasses of Schema in de.unidu.is.retrieval | |
class |
DTDSchema
A schema parsed from a DTD. |
| Fields in de.unidu.is.retrieval declared as Schema | |
protected Schema |
AbstractRetriever.schema
The retriever schema. |
protected Schema |
AbstractRetrieverUIMetadata.schema
|
| Methods in de.unidu.is.retrieval that return Schema | |
Schema |
AbstractRetriever.getSchema()
Returns the schema used by this retriever. |
Schema |
AbstractRetrieverUIMetadata.getSchema()
Returns the schema used by the retriever. |
Schema |
Async2SyncRetriever.getSchema()
|
Schema |
Retriever.getSchema()
Returns the schema used by this retriever. |
Schema |
RetrieverUIMetadata.getSchema()
Returns the schema used by the retriever. |
| Methods in de.unidu.is.retrieval with parameters of type Schema | |
void |
IR.registerSchema(Schema schema)
Registers the specified schema. |
| Uses of Schema in de.unidu.is.retrieval.hyrex |
| Subclasses of Schema in de.unidu.is.retrieval.hyrex | |
class |
HyREXSchema
A schema, created from a HyREX DDL file. |
| Methods in de.unidu.is.retrieval.hyrex with parameters of type Schema | |
void |
HyREXSchemaWriter.write(Schema schema,
boolean structure)
Writes the schema. |
| Constructors in de.unidu.is.retrieval.hyrex with parameters of type Schema | |
HyREXRetriever(java.lang.String hostname,
int port,
java.lang.String db,
java.lang.String cls,
Schema schema)
Creates a new HyREX instance. |
|
| Uses of Schema in de.unidu.is.retrieval.pire |
| Fields in de.unidu.is.retrieval.pire declared as Schema | |
protected Schema |
PIRE.schema
Schema. |
| Methods in de.unidu.is.retrieval.pire with parameters of type Schema | |
void |
PDatalogIR.registerSchema(Schema schema)
Registers the specified schema. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||