Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core |
Contains base classes and interfaces common for whole data management module.
|
pl.poznan.put.cs.idss.jrs.core.db |
This package provides classes that can be used to access the data in a database.
|
pl.poznan.put.cs.idss.jrs.core.isf |
This package contains classes for dealing with ISF file format.
|
pl.poznan.put.cs.idss.jrs.core.mem |
Implements decision table stored in memory with random and serial access.
|
pl.poznan.put.cs.idss.jrs.core.xml |
Provides classes for handling (loading and saving) data stored in XML file format.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Metadata |
SerialInput.inputMetadata() |
Reads the metadata (attributes and file's information) from the data
reprezentation.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
SerialOutput.outputMetadata(Metadata metadata) |
Writes the metadata (attributes and file's information) to the data
reprezentation.
|
Modifier and Type | Method | Description |
---|---|---|
Metadata |
HSQLInput.inputMetadata() |
Gets metadata
|
Metadata |
MySQLInput.inputMetadata() |
Modifier and Type | Method | Description |
---|---|---|
void |
HSQLOutput.outputMetadata(Metadata metadata) |
Outputs metadata
|
void |
MySQLOutput.outputMetadata(Metadata metadata) |
Outputs metadata
|
Modifier and Type | Method | Description |
---|---|---|
Metadata |
IsfInput.inputMetadata() |
Reads the metadata (attributes and file's information) from the ISF file.
|
Metadata |
IsfParser.parseMetadata() |
Modifier and Type | Method | Description |
---|---|---|
void |
IsfOutput.outputMetadata(Metadata metadata) |
Writes the metadata (attributes and file's information) to the data
reprezentation.
|
void |
IsfSimpleOutput.outputMetadata(Metadata metadata) |
Writes the metadata (attributes and file's information) to the data
representation.
|
Modifier and Type | Method | Description |
---|---|---|
Metadata |
MemoryInput.inputMetadata() |
Modifier and Type | Method | Description |
---|---|---|
void |
MemoryOutput.outputMetadata(Metadata metadata) |
Modifier and Type | Method | Description |
---|---|---|
Metadata |
XmlInput.inputMetadata() |
Modifier and Type | Method | Description |
---|---|---|
void |
XmlOutput.outputMetadata(Metadata metadata) |