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 |
---|---|---|
static void |
Transfer.transfer(SerialInput input,
SerialOutput output) |
Transfers data from a given input to a given output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HSQLOutput |
Objects of this class represent an output to the database.
|
class |
MySQLOutput |
Objects of this class represent an output to the database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IsfOutput |
This class provides
SerialOutput implementation for writting
data to ISF files. |
class |
IsfSimpleOutput |
This class provides
SerialOutput implementation for writting
data to ISF files. |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryOutput |
Makes memory container to behave as serial output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XmlOutput |
This clas is intended to write data as XML file to given stream.
|