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 |
HSQLInput |
Objects of this class represent an input from the database.
|
class |
MySQLInput |
Objects of this class represent an input from the database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IsfInput |
This class provides
SerialInput implementation for reading
data from ISF files. |
Modifier and Type | Class | Description |
---|---|---|
class |
MemoryInput |
Provides serial access to data in memory container.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XmlInput |
This class is intended to load XML document from given source.
|